GarbAGE (Garbage Accurate GameBoy Emulator)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Riyyi c396e7fcf6 Emulator: Fix LD L,(HL) opcode 0x6e 2 years ago
..
apu.cpp Emulator: Run clang-format 2 years ago
apu.h Emu: Add clock divider support for PUs 2 years ago
cpu-prefix.cpp Emulator: Prepare for running blargg's test ROMs 2 years ago
cpu.cpp Emulator: Fix LD L,(HL) opcode 0x6e 2 years ago
cpu.h Emulator: Rename ldffi8 => ldff8 and move two opcodes to it 2 years ago
dma.cpp Emulator: Add main structure classes 2 years ago
dma.h Emulator: Add main structure classes 2 years ago
emu.cpp Emulator: Print blargg's test ROM output 2 years ago
emu.h Emulator: Add cartridge ROM bank loading 2 years ago
loader.cpp Emulator: Add cartridge ROM bank loading 2 years ago
loader.h Emulator: Add cartridge ROM bank loading 2 years ago
main.cpp Emulator: Add cli argument to specify bootrom path 2 years ago
ppu.cpp Emulator: Fake screen scrolling to pass the bootrom 2 years ago
ppu.h Emulator: Add LCDC register to PPU 2 years ago
processing-unit.cpp Emulator: Add register sharing to processing units 2 years ago
processing-unit.h Emulator: Prefer string_view over const char* 2 years ago