Mesen-SX/Core
2019-07-18 19:09:57 -04:00
..
AluMulDiv.cpp CPU: Added cycle-by-cycle emulation for mul & div registers 2019-07-06 09:29:35 -04:00
AluMulDiv.h CPU: Added cycle-by-cycle emulation for mul & div registers 2019-07-06 09:29:35 -04:00
AviRecorder.cpp Remove unnecessary checks before deleting a pointer 2019-04-12 19:03:54 -04:00
AviRecorder.h Video: AVI recording 2019-03-15 12:48:34 -04:00
BaseCartridge.cpp Added ST010/ST011 support 2019-07-16 00:34:44 -04:00
BaseCartridge.h Added ST010/ST011 support 2019-07-16 00:34:44 -04:00
BaseControlDevice.cpp Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
BaseControlDevice.h Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
BaseCoprocessor.h Added ST010/ST011 support 2019-07-16 00:34:44 -04:00
BaseRenderer.cpp Fixed/removed some TODOs 2019-05-04 16:54:53 -04:00
BaseRenderer.h
BaseSoundManager.cpp
BaseSoundManager.h
BaseVideoFilter.cpp Video: Output standard resolution frames in 256x239 instead of always doubling resolution 2019-07-06 14:03:27 -04:00
BaseVideoFilter.h Video: Overscan settings 2019-03-15 10:15:45 -04:00
blargg_common.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
blargg_config.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
blargg_endian.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
blargg_source.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
Breakpoint.cpp Debugger: SPC debugger/breakpoints/call stack 2019-04-07 12:25:14 -04:00
Breakpoint.h Debugger: Breakpoint support 2019-03-01 20:27:49 -05:00
BreakpointManager.cpp DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
BreakpointManager.h Debugger: Show break source (breakpoint, break on [...] option, etc) 2019-05-07 20:06:04 -04:00
CallstackManager.cpp Debugger: Step into, step over, run ppu cycle/scanline/frame (+ call stack fixes) 2019-03-24 16:42:52 -04:00
CallstackManager.h Debugger: Step into, step over, run ppu cycle/scanline/frame (+ call stack fixes) 2019-03-24 16:42:52 -04:00
CartTypes.h DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
CodeDataLogger.cpp Debugger: Improved dissassembler to disassemble ahead of time and process sep/rep instructions for X/M flags 2019-05-14 19:26:51 -04:00
CodeDataLogger.h Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Console.cpp UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
Console.h UI: Fixed "Run single frame" shortcut not having any effect 2019-07-16 21:02:56 -04:00
ConsoleLock.cpp Debugger: Fixed deadlocks when loading/saving a save state while execution is stopped by the debugger 2019-04-12 18:33:52 -04:00
ConsoleLock.h Debugger: Fixed deadlocks when loading/saving a save state while execution is stopped by the debugger 2019-04-12 18:33:52 -04:00
ControlDeviceState.h Core: Added SNES controller support 2019-02-17 20:29:29 -05:00
ControlManager.cpp Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
ControlManager.h Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
Core.vcxproj Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
Core.vcxproj.filters Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
Cpu.cpp Refactored master clock code to improve performance 2019-07-12 23:55:18 -04:00
Cpu.h CPU: Added cycle-by-cycle emulation for mul & div registers 2019-07-06 09:29:35 -04:00
Cpu.Instructions.cpp CPU: Fixed timing issues with some instructions 2019-06-30 12:36:15 -04:00
CpuDisUtils.cpp Debugger: Fixed crash in disassembly, slightly improved search performance 2019-07-18 16:14:32 -04:00
CpuDisUtils.h Debugger: Added missing effective addresses on some instructions 2019-07-16 20:38:19 -04:00
CpuTypes.h Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
DebugBreakHelper.h Debugger: Fixed UI update issues when power cycling 2019-05-14 19:27:45 -04:00
Debugger.cpp Debugger: Simplified/fixed step logic 2019-07-18 19:09:28 -04:00
Debugger.h Debugger: Simplified/fixed step logic 2019-07-18 19:09:28 -04:00
DebugHud.cpp
DebugHud.h
DebugStats.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
DebugStats.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
DebugTypes.h Debugger: Simplified/fixed step logic 2019-07-18 19:09:28 -04:00
DefaultVideoFilter.cpp Video: Output standard resolution frames in 256x239 instead of always doubling resolution 2019-07-06 14:03:27 -04:00
DefaultVideoFilter.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Disassembler.cpp Debugger: Fixed crash in disassembly, slightly improved search performance 2019-07-18 16:14:32 -04:00
Disassembler.h DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
DisassemblyInfo.cpp Fixed some clang/gcc warnings 2019-07-18 16:54:24 -04:00
DisassemblyInfo.h Debugger: Improved dissassembler to disassemble ahead of time and process sep/rep instructions for X/M flags 2019-05-14 19:26:51 -04:00
DmaController.cpp Fixed some clang/gcc warnings 2019-07-18 16:54:24 -04:00
DmaController.h DMA: Fixed HDMA not properly interrupting DMA (fixes Dekitate High School) 2019-07-06 18:07:09 -04:00
DrawCommand.h Video: Output standard resolution frames in 256x239 instead of always doubling resolution 2019-07-06 14:03:27 -04:00
DrawLineCommand.h
DrawPixelCommand.h
DrawRectangleCommand.h
DrawScreenBufferCommand.h
DrawStringCommand.h
DummyCpu.h Debugger: Fixed crash when disassembling while CPU is waiting on an interrupt 2019-04-04 23:50:39 -04:00
DummySpc.h Libretro: Added libretro core 2019-07-02 19:56:00 -04:00
EmuSettings.cpp UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
EmuSettings.h UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
EventManager.cpp Debugger: Event Viewer - Fixed issues caused by output size changes 2019-07-06 14:58:09 -04:00
EventManager.h Linux: Fixed some crashes and layout issues 2019-07-18 19:09:57 -04:00
EventType.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ExpressionEvaluator.cpp Fixed some clang/gcc warnings 2019-07-18 16:54:24 -04:00
ExpressionEvaluator.h Debugger: Add label support for watch/breakpoints 2019-05-03 14:16:04 -04:00
FirmwareHelper.h Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
FrameLimiter.h Fixed some uninitialized variables 2019-07-13 13:43:56 -04:00
IAudioDevice.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
IInputProvider.h
IInputRecorder.h
IKeyManager.h
IMemoryHandler.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
IMessageManager.h
INotificationListener.h Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
InternalRegisters.cpp Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
InternalRegisters.h Fixed some uninitialized variables 2019-07-13 13:43:56 -04:00
IRenderingDevice.h
KeyManager.cpp UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
KeyManager.h UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
LabelManager.cpp Debugger: Fixed crash in label manager 2019-07-05 19:19:38 -04:00
LabelManager.h Debugger: Fixed crash in label manager 2019-07-05 19:19:38 -04:00
LuaApi.cpp DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
LuaApi.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
LuaCallHelper.cpp Libretro: Added libretro core 2019-07-02 19:56:00 -04:00
LuaCallHelper.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
LuaScriptingContext.cpp Libretro: Added libretro core 2019-07-02 19:56:00 -04:00
LuaScriptingContext.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
MemoryAccessCounter.cpp Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
MemoryAccessCounter.h Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
MemoryDumper.cpp DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
MemoryDumper.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
MemoryManager.cpp Fixed some clang/gcc warnings 2019-07-18 16:54:24 -04:00
MemoryManager.h Refactor code for memory mappings 2019-07-15 18:30:13 -04:00
MessageManager.cpp Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities 2019-02-17 14:42:35 -05:00
MessageManager.h Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities 2019-02-17 14:42:35 -05:00
NecDsp.cpp Fixed some clang/gcc warnings 2019-07-18 16:54:24 -04:00
NecDsp.h Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
NecDspDisUtils.cpp Debugger: Fixed crash in disassembly, slightly improved search performance 2019-07-18 16:14:32 -04:00
NecDspDisUtils.h DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
NecDspTypes.h DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
NotificationManager.cpp
NotificationManager.h
NtscFilter.cpp Video: Output standard resolution frames in 256x239 instead of always doubling resolution 2019-07-06 14:03:27 -04:00
NtscFilter.h UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
Ppu.cpp Debugger: Tilemap Viewer - Fixed scroll overlay size (large tiles vs large screen bug) 2019-07-16 21:21:10 -04:00
Ppu.h DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
PpuTools.cpp Debugger: Tilemap viewer - Ensure the PPU's state at the selected scanline+cycle is used 2019-07-18 16:21:41 -04:00
PpuTools.h Debugger: Tilemap viewer - Ensure the PPU's state at the selected scanline+cycle is used 2019-07-18 16:21:41 -04:00
PpuTypes.h Debugger: Tilemap Viewer - Fixed scroll overlay size (large tiles vs large screen bug) 2019-07-16 21:21:10 -04:00
RamHandler.h Cart: Fixed RAM mirroring when size is smaller than 4KB 2019-04-03 20:07:47 -04:00
RegisterHandlerA.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
RegisterHandlerB.cpp Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
RegisterHandlerB.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
RewindData.cpp Rewind: Tweak rewind to make it less cpu/memory intensive 2019-07-13 10:02:23 -04:00
RewindData.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
RewindManager.cpp Rewind: Tweak rewind to make it less cpu/memory intensive 2019-07-13 10:02:23 -04:00
RewindManager.h Rewind: Tweak rewind to make it less cpu/memory intensive 2019-07-13 10:02:23 -04:00
RomHandler.h Memory manager refactoring 2019-02-26 22:27:09 -05:00
SaveStateManager.cpp DMA: Fixed HDMA not properly interrupting DMA (fixes Dekitate High School) 2019-07-06 18:07:09 -04:00
SaveStateManager.h DMA: Fixed HDMA not properly interrupting DMA (fixes Dekitate High School) 2019-07-06 18:07:09 -04:00
ScaleFilter.cpp Remove unnecessary checks before deleting a pointer 2019-04-12 19:03:54 -04:00
ScaleFilter.h UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
ScriptHost.cpp Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptHost.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptingContext.cpp MinGW: Fixed compilation errors/warnings 2019-07-03 00:44:45 -04:00
ScriptingContext.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptManager.cpp Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
ScriptManager.h Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
SettingTypes.h UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
ShortcutKeyHandler.cpp UI: Fixed "Run single frame" shortcut not having any effect 2019-07-16 21:02:56 -04:00
ShortcutKeyHandler.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
SnesController.h Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
SnesMouse.h Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
SoundMixer.cpp UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
SoundMixer.h Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
SoundResampler.cpp Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
SoundResampler.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
Spc.cpp Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
Spc.h Fixed console components leaking when power cycling 2019-07-13 00:02:51 -04:00
Spc.Instructions.cpp SPC: Implemented SLEEP/STOP behavior to avoid lock up when a crashed SPC program calls them 2019-07-08 22:06:12 -04:00
SPC_DSP.cpp SPC: Removed echo write protect logic (this behavior probably does not exist) 2019-05-20 14:38:05 -04:00
SPC_DSP.h SPC: Removed echo write protect logic (this behavior probably does not exist) 2019-05-20 14:38:05 -04:00
SPC_Filter.cpp SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
SPC_Filter.h SPC: Integrate blargg's SPC emulation library 2019-02-16 11:23:01 -05:00
SpcDisUtils.cpp Debugger: Fixed crash in disassembly, slightly improved search performance 2019-07-18 16:14:32 -04:00
SpcDisUtils.h Debugger: Added support for code labels/comments 2019-04-29 20:12:39 -04:00
SpcTimer.h Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
SpcTypes.h SPC: Implemented SLEEP/STOP behavior to avoid lock up when a crashed SPC program calls them 2019-07-08 22:06:12 -04:00
stdafx.cpp
stdafx.h MinGW: Fixed compilation errors/warnings 2019-07-03 00:44:45 -04:00
SystemActionManager.h Debugger: Suspend debugger on reset/power cycle to avoid hitting breakpoints while waiting for reset/power cycle 2019-07-16 22:38:39 -04:00
TraceLogger.cpp GCC: Fixed freeze when compiling TraceLogger.cpp 2019-07-18 17:24:32 -04:00
TraceLogger.h GCC: Fixed freeze when compiling TraceLogger.cpp 2019-07-18 17:24:32 -04:00
VideoDecoder.cpp UI: Fixed rendering issues on startup 2019-07-16 19:08:16 -04:00
VideoDecoder.h Video: Overscan settings 2019-03-15 10:15:45 -04:00
VideoRenderer.cpp Video: AVI recording 2019-03-15 12:48:34 -04:00
VideoRenderer.h Video: AVI recording 2019-03-15 12:48:34 -04:00
WaveRecorder.cpp Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
WaveRecorder.h Audio: Added sound recorder 2019-03-15 12:58:30 -04:00