NESEmulator/NES Emulator
2021-10-31 02:02:49 +02:00
..
mappers added mapper mbc1 2021-10-31 02:02:31 +02:00
bus.c added mapper mbc1 2021-10-31 02:02:31 +02:00
bus.h added controller input 2021-10-30 21:01:27 +02:00
cartridge.c Typo fix Mapper{Read,Write}PPU in writeCartridgePPU 2021-10-29 17:54:41 +02:00
cartridge.h added mappers (not working) 2021-10-28 16:57:37 +02:00
CMakeLists.txt added mapper mbc1 2021-10-31 02:02:31 +02:00
controller.c fixed gcc build warnings 2021-10-31 00:19:48 +02:00
controller.h added controller input 2021-10-30 21:01:27 +02:00
cpu.c added controller input 2021-10-30 21:01:27 +02:00
cpu.h fixed unneeded ppu read access, causing the vram address to be incremented when it shouldnt be 2021-10-30 19:36:32 +02:00
log.c fixed gcc build errors 2021-10-30 19:53:28 +02:00
log.h added logging 2021-10-22 17:49:20 +02:00
main.c rendering is now kind of working 2021-10-29 17:34:17 +02:00
mapper.c added mapper mbc1 2021-10-31 02:02:31 +02:00
mapper.h Fixed build warnings for gcc 2021-10-29 22:33:34 +02:00
opcodes.c aadded all instructions to run test rom 2021-10-23 18:52:09 +02:00
ppu.c slightly tweaked ppu rendering 2021-10-30 23:33:20 +02:00
ppu.h added ppu read latch 2021-10-30 19:42:17 +02:00
types.h Fixed build warnings for gcc 2021-10-29 22:33:34 +02:00