SimpleNES/src
Diordany van Hemert 61762fa1b5 Fix log typo
2024-03-03 02:01:47 +05:30
..
Cartridge.cpp fix: always enable extended ram 2022-08-21 20:39:36 +05:30
Controller.cpp Added second controller and configurable keybindings. 2016-12-07 18:27:21 +05:30
CPU.cpp fix: improve interrupt timing 2022-08-21 20:39:36 +05:30
Emulator.cpp fix DMA segfault 2022-08-21 20:39:36 +05:30
KeybindingsParser.cpp Remove usages of deprecated std::not1 and removed std::ptr_fun 2017-01-17 18:45:33 +05:30
Log.cpp Convert unique_ptr based singleton to function-local static object 2018-09-28 19:51:38 +05:30
MainBus.cpp Fix log typo 2024-03-03 02:01:47 +05:30
Mapper.cpp fix: misc. warnings 2022-08-21 20:39:36 +05:30
MapperAxROM.cpp fix mmc3 2022-08-06 20:06:14 +05:30
MapperCNROM.cpp fix: misc. warnings 2022-08-21 20:39:36 +05:30
MapperColorDreams.cpp fix: misc. warnings 2022-08-21 20:39:36 +05:30
MapperGxROM.cpp fix: misc. warnings 2022-08-21 20:39:36 +05:30
MapperMMC3.cpp misc. fixes 2022-08-21 20:39:36 +05:30
MapperNROM.cpp remove getPagePtr, fix indentations, fix and clean AxROM 2022-07-31 20:10:44 +05:30
MapperSxROM.cpp remove getPagePtr, fix indentations, fix and clean AxROM 2022-07-31 20:10:44 +05:30
MapperUxROM.cpp fix: misc. warnings 2022-08-21 20:39:36 +05:30
PictureBus.cpp fix: palette mirroring and memory mapping 2022-08-21 20:39:36 +05:30
PPU.cpp fix: add sprite overflow and scanelineIRQ 2022-08-21 20:39:36 +05:30
VirtualScreen.cpp Controller tweaks (still hit and miss for games) 2016-07-24 13:14:38 +05:30