Mesen-S/Core
2019-03-31 14:50:12 -04:00
..
AviRecorder.cpp Video: AVI recording 2019-03-15 12:48:34 -04:00
AviRecorder.h Video: AVI recording 2019-03-15 12:48:34 -04:00
BaseCartridge.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
BaseCartridge.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
BaseControlDevice.cpp Save state support 2019-03-12 09:15:57 -04:00
BaseControlDevice.h Save state support 2019-03-12 09:15:57 -04:00
BaseRenderer.cpp UI: Preferences, shortcut keys, emulation speed, etc. 2019-03-11 17:56:54 -04:00
BaseRenderer.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
BaseSoundManager.cpp Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
BaseSoundManager.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
BaseVideoFilter.cpp Video: Overscan settings 2019-03-15 10:15:45 -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: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Breakpoint.h Debugger: Breakpoint support 2019-03-01 20:27:49 -05:00
BreakpointManager.cpp Debugger: Fixed performance issue when adding multiple breakpoints 2019-03-30 23:17:32 -04:00
BreakpointManager.h Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45: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 Core: Reset/Power Cycle support (+ fixed power on state for DMA controller) 2019-03-16 12:20:18 -04:00
CodeDataLogger.cpp Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
CodeDataLogger.h Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Console.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Console.h Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
ConsoleLock.cpp Save state support 2019-03-12 09:15:57 -04:00
ConsoleLock.h Save state support 2019-03-12 09:15:57 -04:00
ControlDeviceState.h Core: Added SNES controller support 2019-02-17 20:29:29 -05:00
ControlManager.cpp Core: Reset/Power Cycle support (+ fixed power on state for DMA controller) 2019-03-16 12:20:18 -04:00
ControlManager.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Core.vcxproj Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Core.vcxproj.filters Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Cpu.cpp Debugger: Step into, step over, run ppu cycle/scanline/frame (+ call stack fixes) 2019-03-24 16:42:52 -04:00
Cpu.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Cpu.Instructions.cpp CPU: Fixed move behavior with 8-bit index mode 2019-03-24 20:20:43 -04:00
CpuTypes.h Debugger: Added some values to the expression evaluator 2019-03-09 16:03:48 -05:00
DebugBreakHelper.h Debugger: Added Event Viewer 2019-03-07 20:12:32 -05:00
Debugger.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Debugger.h Debugger: Added break in/on features 2019-03-30 22:58:57 -04:00
DebugHud.cpp Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DebugHud.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
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: Added break in/on features 2019-03-30 22:58:57 -04:00
DefaultVideoFilter.cpp Video: Overscan settings 2019-03-15 10:15:45 -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 Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Disassembler.h Debugger: Show effective address/memory value in disassembly + update trace logger to use the same code 2019-02-28 16:53:04 -05:00
DisassemblyInfo.cpp Debugger: Fixed disassembly for BRL instruction 2019-03-15 18:15:52 -04:00
DisassemblyInfo.h Debugger: Fixed relative branch disassembly address 2019-03-07 21:30:16 -05:00
DmaController.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
DmaController.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
DrawCommand.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
DrawLineCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawPixelCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawRectangleCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawScreenBufferCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DrawStringCommand.h Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
DummyCpu.h Debugger: Added some values to the expression evaluator 2019-03-09 16:03:48 -05:00
EmuSettings.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
EmuSettings.h Video: Overscan settings 2019-03-15 10:15:45 -04:00
EventManager.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
EventManager.h Debugger: Added Event Viewer 2019-03-07 20:12:32 -05:00
EventType.h Debugger: Added Event Viewer 2019-03-07 20:12:32 -05:00
ExpressionEvaluator.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
ExpressionEvaluator.h Debugger: Fixed read word with expressions returning lower byte only 2019-03-30 23:44:35 -04:00
FrameLimiter.h Core: Added frame limiter 2019-02-21 17:18:56 -05:00
IAudioDevice.h UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
IInputProvider.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
IInputRecorder.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
IKeyManager.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
IMemoryHandler.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
IMessageManager.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
INotificationListener.h Debugger: Minor event viewer fixes 2019-03-07 20:28:48 -05:00
InternalRegisters.cpp Core: Reset/Power Cycle support (+ fixed power on state for DMA controller) 2019-03-16 12:20:18 -04:00
InternalRegisters.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
IRenderingDevice.h Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00
KeyManager.cpp Input: Added snes mouse support 2019-03-15 14:16:27 -04:00
KeyManager.h Input: Added snes mouse support 2019-03-15 14:16:27 -04:00
MemoryAccessCounter.cpp Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
MemoryAccessCounter.h Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
MemoryDumper.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
MemoryDumper.h Debugger: Fixed read word with expressions returning lower byte only 2019-03-30 23:44:35 -04:00
MemoryManager.cpp Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
MemoryManager.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -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
NotificationManager.cpp Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
NotificationManager.h Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
NtscFilter.cpp Video: Overscan settings 2019-03-15 10:15:45 -04:00
NtscFilter.h UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
Ppu.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Ppu.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
PpuTools.cpp Debugger: Several tilemap viewer improvements 2019-03-30 18:17:41 -04:00
PpuTools.h Debugger: Improved tile viewer performance 2019-03-30 12:20:52 -04:00
PpuTypes.h Debugger: Added mode 7 / direct color support to tilemap viewer 2019-03-23 17:23:36 -04:00
RamHandler.h Debugger: Improved memory tools performance 2019-03-28 22:45:01 -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 Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
RewindData.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
RewindManager.cpp Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
RewindManager.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
RomHandler.h Memory manager refactoring 2019-02-26 22:27:09 -05:00
SaveStateManager.cpp Core: Reset/Power Cycle support (+ fixed power on state for DMA controller) 2019-03-16 12:20:18 -04:00
SaveStateManager.h UI: Added recent game selection screen 2019-03-14 18:07:25 -04:00
ScaleFilter.cpp UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
ScaleFilter.h UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
SettingTypes.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
ShortcutKeyHandler.cpp Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
ShortcutKeyHandler.h Added rewind + fast forward support 2019-03-12 12:06:42 -04:00
SnesController.h UI: Input configuration 2019-03-13 22:56:33 -04:00
SnesMouse.h Input: Added snes mouse support 2019-03-15 14:16:27 -04:00
SoundMixer.cpp Audio: Added sound recorder 2019-03-15 12:58:30 -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 SPC: Fixed potential overflow problem when running for a very long time 2019-03-29 22:13:22 -04:00
Spc.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Spc.Instructions.cpp SPC: Rewrite SPC core 2019-03-22 21:37:32 -04:00
SPC_DSP.cpp SPC: Rewrite SPC core 2019-03-22 21:37:32 -04:00
SPC_DSP.h SPC: Rewrite SPC core 2019-03-22 21:37:32 -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
SpcTimer.h SPC: Rewrite SPC core 2019-03-22 21:37:32 -04:00
SpcTypes.h SPC: Rewrite SPC core 2019-03-22 21:37:32 -04:00
stdafx.cpp 65816 core working in 6502 emulation mode 2019-02-11 19:18:47 -05:00
stdafx.h Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
SystemActionManager.h Debugger: Improved usability and added shortcuts/features 2019-03-30 21:51:41 -04:00
TraceLogger.cpp Debugger: Added Event Viewer 2019-03-07 20:12:32 -05:00
TraceLogger.h Debugger: Added Event Viewer 2019-03-07 20:12:32 -05:00
VideoDecoder.cpp Video: Overscan settings 2019-03-15 10:15:45 -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