.. |
APU
|
NES: Added option to reverse DPCM bit playback order
|
2025-03-23 20:52:09 +09:00 |
Debugger
|
Debugger: NES - Added new "break on..." options
|
2025-03-27 21:16:02 +09:00 |
HdPacks
|
NES: HD Packs - Removed unused feature allowing loading hd packs from zip files
|
2024-10-30 17:16:58 +09:00 |
Input
|
Added WonderSwan support
|
2024-09-19 21:19:43 +09:00 |
Loaders
|
NES: Display header information in log even when the rom can't be loaded because of a bad header
|
2025-03-23 15:04:22 +09:00 |
Mappers
|
Debugger: NES - MMC1 - Added shift register state to register viewer
|
2025-03-25 18:02:23 +09:00 |
BaseMapper.cpp
|
NES: FDS - Fixed issues with Kosodate Gokko (unlicensed disk copying program)
|
2025-02-19 21:27:15 +09:00 |
BaseMapper.h
|
NES: FDS - Fixed issues with Kosodate Gokko (unlicensed disk copying program)
|
2025-02-19 21:27:15 +09:00 |
BaseNesPpu.cpp
|
Debugger: NES - Various event viewer fixes
|
2022-09-27 19:38:24 -04:00 |
BaseNesPpu.h
|
Debugger: Event Viewer - NES - Fixed incorrect NTSC borders in some scenarios
|
2024-09-13 15:45:27 +09:00 |
BisqwitNtscFilter.cpp
|
Debugger: PCE - Fixed crashes with Lua tutorial script due to the way overscan/resolution is handled for the PCE
|
2024-01-05 14:28:44 +09:00 |
BisqwitNtscFilter.h
|
Fixed compilation warnings
|
2024-01-09 16:46:02 +09:00 |
DefaultNesPpu.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
Epsm.cpp
|
NES: Fixed EPSM issues when using "long writes"
|
2024-10-15 14:09:20 +09:00 |
Epsm.h
|
NES: Fixed EPSM issues when using "long writes"
|
2024-10-15 14:09:20 +09:00 |
GameDatabase.cpp
|
NES: Disable Game Genie bus conflicts emulation when running an unknown iNES 1.0 ROM
|
2024-07-20 21:39:16 +09:00 |
GameDatabase.h
|
Tests: Ability to record/replay tests
|
2023-01-24 05:20:42 -05:00 |
INesMemoryHandler.h
|
Refactoring - Moved some leftover files out of the root folder
|
2022-09-08 21:48:49 -04:00 |
InternalRamHandler.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
MapperFactory.cpp
|
NES: Added support for mapper 487 (Maxivision 30-in-1)
|
2025-03-12 20:18:06 +09:00 |
MapperFactory.h
|
NES: Added very incomplete Famicom Network System support
|
2023-04-19 20:17:24 -04:00 |
NesConsole.cpp
|
NES: Fixed crash when changing region while playing VS Dualsystem games
|
2025-02-11 20:49:15 +09:00 |
NesConsole.h
|
NES: Added support for .qd format FDS roms
|
2025-02-07 21:06:17 +09:00 |
NesConstants.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
NesControlManager.cpp
|
GBA/SMS/WS: Fixed broken lag counter
|
2024-12-26 12:01:19 +09:00 |
NesControlManager.h
|
NES: Improve CPU OUT pins emulation
|
2024-09-26 21:19:10 +09:00 |
NesCpu.cpp
|
Debugger: NES - Added new "break on..." options
|
2025-03-27 21:16:02 +09:00 |
NesCpu.h
|
NES: Fixed behavior for SHX, SHY, SHA, TAS
|
2024-12-11 18:27:06 +09:00 |
NesDefaultVideoFilter.cpp
|
UI: Added option to emulate the PAL black borders on the top/left/right sides of the screen
|
2023-02-18 15:19:56 -05:00 |
NesDefaultVideoFilter.h
|
UI: Added option to emulate the PAL black borders on the top/left/right sides of the screen
|
2023-02-18 15:19:56 -05:00 |
NesHeader.cpp
|
NES: Added EPSM support
|
2024-10-01 20:57:06 +09:00 |
NesHeader.h
|
NES: Added EPSM support
|
2024-10-01 20:57:06 +09:00 |
NesMemoryManager.cpp
|
NES: Added Rainbow support (mapper 682)
|
2024-10-08 21:37:44 +09:00 |
NesMemoryManager.h
|
NES: Added Rainbow support (mapper 682)
|
2024-10-08 21:37:44 +09:00 |
NesNtscFilter.cpp
|
Added GBA support
|
2024-03-30 11:42:31 +09:00 |
NesNtscFilter.h
|
Debugger: PCE - Fixed crashes with Lua tutorial script due to the way overscan/resolution is handled for the PCE
|
2024-01-05 14:28:44 +09:00 |
NesPpu.cpp
|
Debugger: NES - Added new "break on..." options
|
2025-03-27 21:16:02 +09:00 |
NesPpu.h
|
NES: Added option to emulate sprite eval bug that causes unexpected pixels to be shown at X=255
|
2024-10-19 10:15:35 +09:00 |
NesSoundMixer.cpp
|
NES: Rainbow - Implemented audio volume register
|
2024-10-19 13:51:47 +09:00 |
NesSoundMixer.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
NesTypes.h
|
NES: Fixed behavior for SHX, SHY, SHA, TAS
|
2024-12-11 18:27:06 +09:00 |
NsfPpu.h
|
macOS: Fix compilation scripts/errors for macOS
|
2023-02-01 21:10:53 -05:00 |
OpenBusHandler.h
|
NES: Improve open bus implementation for register 4015
|
2024-09-28 16:43:42 +09:00 |
OpnInterface.h
|
NES: Fixed EPSM sound quality issues
|
2024-10-02 17:14:16 +09:00 |
RomData.h
|
NES: Added EPSM support
|
2024-10-01 20:57:06 +09:00 |