├── Cartridge.ZC ├── Cbopcode.ZC ├── Data.ZC ├── GamePad.ZC ├── Keyboard.ZC ├── LCD.ZC ├── LCDController.ZC ├── LICENSE ├── Load.ZC ├── Opcode.ZC ├── README.md ├── Roms ├── Balloon Man (PD).gb ├── Boxes (PD).gb ├── Downhill Ski (PD).gb ├── Effigy (PD).gb ├── GB Basic (PD).gb ├── GHunter (PD).gb ├── Hangman (PD).gb ├── JetPakDX (PD).gb ├── Ladeks (PD).gb ├── Mines (PD).gb ├── Paddle Mission (PD).gb ├── Puzzle X (PD).gb ├── RPN (PD).GB ├── Robot War (PD).gb ├── Rotation (PD).gb ├── SHUTDOWN (PD).GB ├── SOUND (PD).GB ├── SPRITE (PD).GB └── StarFisher (PD).gb ├── Run.ZC ├── Settings.ZC ├── Sound.ZC ├── TICKTables.ZC └── example.gif /Cartridge.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Cartridge.ZC -------------------------------------------------------------------------------- /Cbopcode.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Cbopcode.ZC -------------------------------------------------------------------------------- /Data.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Data.ZC -------------------------------------------------------------------------------- /GamePad.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/GamePad.ZC -------------------------------------------------------------------------------- /Keyboard.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Keyboard.ZC -------------------------------------------------------------------------------- /LCD.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/LCD.ZC -------------------------------------------------------------------------------- /LCDController.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/LCDController.ZC -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/LICENSE -------------------------------------------------------------------------------- /Load.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Load.ZC -------------------------------------------------------------------------------- /Opcode.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Opcode.ZC -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/README.md -------------------------------------------------------------------------------- /Roms/Balloon Man (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Balloon Man (PD).gb -------------------------------------------------------------------------------- /Roms/Boxes (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Boxes (PD).gb -------------------------------------------------------------------------------- /Roms/Downhill Ski (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Downhill Ski (PD).gb -------------------------------------------------------------------------------- /Roms/Effigy (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Effigy (PD).gb -------------------------------------------------------------------------------- /Roms/GB Basic (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/GB Basic (PD).gb -------------------------------------------------------------------------------- /Roms/GHunter (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/GHunter (PD).gb -------------------------------------------------------------------------------- /Roms/Hangman (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Hangman (PD).gb -------------------------------------------------------------------------------- /Roms/JetPakDX (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/JetPakDX (PD).gb -------------------------------------------------------------------------------- /Roms/Ladeks (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Ladeks (PD).gb -------------------------------------------------------------------------------- /Roms/Mines (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Mines (PD).gb -------------------------------------------------------------------------------- /Roms/Paddle Mission (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Paddle Mission (PD).gb -------------------------------------------------------------------------------- /Roms/Puzzle X (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Puzzle X (PD).gb -------------------------------------------------------------------------------- /Roms/RPN (PD).GB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/RPN (PD).GB -------------------------------------------------------------------------------- /Roms/Robot War (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Robot War (PD).gb -------------------------------------------------------------------------------- /Roms/Rotation (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/Rotation (PD).gb -------------------------------------------------------------------------------- /Roms/SHUTDOWN (PD).GB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/SHUTDOWN (PD).GB -------------------------------------------------------------------------------- /Roms/SOUND (PD).GB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/SOUND (PD).GB -------------------------------------------------------------------------------- /Roms/SPRITE (PD).GB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/SPRITE (PD).GB -------------------------------------------------------------------------------- /Roms/StarFisher (PD).gb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Roms/StarFisher (PD).gb -------------------------------------------------------------------------------- /Run.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Run.ZC -------------------------------------------------------------------------------- /Settings.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Settings.ZC -------------------------------------------------------------------------------- /Sound.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/Sound.ZC -------------------------------------------------------------------------------- /TICKTables.ZC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/TICKTables.ZC -------------------------------------------------------------------------------- /example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeal-Operating-System/cherub/HEAD/example.gif --------------------------------------------------------------------------------