Mesen2/Core/SNES
2025-03-27 23:46:36 +09:00
..
Coprocessors SGB: Added missing packet byte buffer for SGB commands 2025-03-02 13:33:12 +09:00
Debugger Debugger: SNES - Added break on options for SPC 2025-03-27 23:46:36 +09:00
DSP SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
Input SNES/PCE/SMS: Added missing "allow invalid input" option (and prevent invalid inputs by default) 2024-12-20 14:48:15 +09:00
AluMulDiv.cpp SNES: Fixed mul/div edge cases when writing to mul/div registers while mul/div is still running 2025-03-23 14:32:31 +09:00
AluMulDiv.h SNES: Fixed mul/div edge cases when writing to mul/div registers while mul/div is still running 2025-03-23 14:32:31 +09:00
BaseCartridge.cpp SNES: Add support for Sufami Turbo games 2025-01-03 09:18:59 +09:00
BaseCartridge.h SNES: Add support for Sufami Turbo games 2025-01-03 09:18:59 +09:00
CartTypes.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
DmaControllerTypes.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
IMemoryHandler.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
InternalRegisters.cpp Debugger: SNES - Added new "break on..." options 2025-03-27 21:30:38 +09:00
InternalRegisters.h Debugger: SNES - Added new "break on..." options 2025-03-27 21:30:38 +09:00
InternalRegisterTypes.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
MemoryMappings.cpp Debugger: SNES - Fixed debugger issues for SDD1 games 2024-07-08 18:21:42 +09:00
MemoryMappings.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
RamHandler.h Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
RegisterHandlerA.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
RegisterHandlerB.cpp SNES: Added missing "else" in condition 2025-01-05 10:41:53 +09:00
RegisterHandlerB.h Debugger: Register Viewer - SNES - Added wram register position 2023-05-28 17:56:39 +09:00
RomHandler.h Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
SnesConsole.cpp Audio Player: Fixed shuffle/repeat buttons not working 2025-02-13 22:07:10 +09:00
SnesConsole.h SNES: Add support for Sufami Turbo games 2025-01-03 09:18:59 +09:00
SnesControlManager.cpp Debugger: SNES - Added new "break on..." options 2025-03-27 21:30:38 +09:00
SnesControlManager.h SNES: Improved gamepad auto-read emulation based on research/test rom 2024-12-14 14:39:42 +09:00
SnesCpu.cpp SNES: Performance improvements 2024-12-24 22:56:57 +09:00
SnesCpu.h SNES: Performance improvements 2024-12-24 22:56:57 +09:00
SnesCpu.Instructions.h SNES: Fixed NMI/IRQ timing issues 2024-12-24 17:43:09 +09:00
SnesCpu.Shared.h SNES: Fixed NMI/IRQ timing issues 2024-12-24 17:43:09 +09:00
SnesCpuTypes.h SNES: Fixed NMI/IRQ timing issues 2024-12-24 17:43:09 +09:00
SnesDefaultVideoFilter.cpp Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
SnesDefaultVideoFilter.h Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
SnesDmaController.cpp SNES: Fixed freeze in intro/menus in Battle Grand Prix 2024-12-24 17:47:19 +09:00
SnesDmaController.h SNES: Performance improvements 2024-12-24 22:56:57 +09:00
SnesMemoryManager.cpp SNES: Fixed return values for reads to 4017/4213 + fixed open bus when reading CPU internal registers 2025-03-24 10:03:32 +09:00
SnesMemoryManager.h SNES: Performance improvements 2024-12-24 22:56:57 +09:00
SnesNtscFilter.cpp Added GBA support 2024-03-30 11:42:31 +09:00
SnesNtscFilter.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
SnesPpu.cpp Debugger: SNES - Added new "break on..." options 2025-03-27 21:30:38 +09:00
SnesPpu.h SNES: Fixed regression in Kawasaki Carribean Challenge (palette corruption) 2024-12-25 23:03:36 +09:00
SnesPpuTypes.h SNES: Implement correct/better behavior when reading/writing to CGRAM during rendering 2024-12-24 18:09:47 +09:00
SnesState.h SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
Spc.cpp SNES: SPC - Tweak previous timing fix for Kishin Douji 2024-12-26 11:10:37 +09:00
Spc.h SNES: Performance improvements 2024-12-24 22:56:57 +09:00
Spc.Instructions.cpp Debugger: SNES - Fixed crash when resetting game while SPC debugger is opened 2024-12-27 11:49:16 +09:00
SpcFileData.h SNES: Improved SPC file compatibility 2023-05-12 17:44:59 -04:00
SpcTimer.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
SpcTypes.h SNES: Delay the SPC's access to the new values written by the CPU 2024-12-24 15:04:40 +09:00