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 301c9343da Emulator: Separate pixel FIFO states into different functions 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: Fix swap opcodes 2 years ago
cpu.cpp Emulator: Fix predicate jump call opcodes 2 years ago
cpu.h Emulator: Optimize interrupt request checking 2 years ago
dma.cpp Emulator: You can only have copyright on stuff you have worked on 2 years ago
dma.h Emulator: You can only have copyright on stuff you have worked on 2 years ago
emu.cpp Emulator: Add state machine to PPU 2 years ago
emu.h Emulator: Add function to fetch pixel color from palette 2 years ago
loader.cpp Emulator: Fix PPU clocks and LCD offsets 2 years ago
loader.h Emulator: Change main to become an Inferno application 2 years ago
main.cpp Emulator: Add naive background tile rendering to PPU 2 years ago
ppu.cpp Emulator: Separate pixel FIFO states into different functions 2 years ago
ppu.h Emulator: Separate pixel FIFO states into different functions 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