.. |
BaseCartridge.cpp
|
Cart: Improved logic used to find header and select between cart types
|
2019-03-08 20:18:13 -05:00 |
BaseCartridge.h
|
Cart: Improved logic used to find header and select between cart types
|
2019-03-08 20:18:13 -05:00 |
BaseControlDevice.cpp
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
BaseControlDevice.h
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
BaseRenderer.cpp
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05: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
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05:00 |
BaseVideoFilter.h
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05: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: Breakpoint support
|
2019-03-01 20:27:49 -05:00 |
Breakpoint.h
|
Debugger: Breakpoint support
|
2019-03-01 20:27:49 -05:00 |
BreakpointManager.cpp
|
Debugger: Breakpoint support
|
2019-03-01 20:27:49 -05:00 |
BreakpointManager.h
|
Debugger: Breakpoint support
|
2019-03-01 20:27:49 -05:00 |
CodeDataLogger.cpp
|
Debugger: Disassembly window, code data logger
|
2019-02-27 19:49:26 -05:00 |
CodeDataLogger.h
|
Debugger: Disassembly window, code data logger
|
2019-02-27 19:49:26 -05:00 |
Console.cpp
|
Prevent crash when switching games
|
2019-03-08 17:08:28 -05:00 |
Console.h
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05:00 |
ControlDeviceState.h
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
ControlManager.cpp
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
ControlManager.h
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
Core.vcxproj
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05:00 |
Core.vcxproj.filters
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05:00 |
Cpu.cpp
|
CPU: Fixed regression - SP was initialized to the wrong value
|
2019-03-08 17:10:03 -05:00 |
Cpu.h
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05:00 |
Cpu.Instructions.cpp
|
CPU/PPU: Improved timing and implemented catch-up in PPU when registers are written to in the middle of a scanline
|
2019-03-04 17:49:14 -05:00 |
CpuTypes.h
|
CPU: Fixed BRK/COP instructions (read + ignore the signature byte)
|
2019-03-02 20:26:14 -05:00 |
DebugBreakHelper.h
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05:00 |
Debugger.cpp
|
Debugger: Minor event viewer fixes
|
2019-03-07 20:28:48 -05:00 |
Debugger.h
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05: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 |
DebugTypes.h
|
Fixed build error
|
2019-03-03 22:03:03 -05:00 |
DefaultVideoFilter.cpp
|
Fixed compilation warnings/errors
|
2019-02-24 19:57:34 -05:00 |
DefaultVideoFilter.h
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05:00 |
Disassembler.cpp
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05: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 relative branch disassembly address
|
2019-03-07 21:30:16 -05:00 |
DisassemblyInfo.h
|
Debugger: Fixed relative branch disassembly address
|
2019-03-07 21:30:16 -05:00 |
DmaController.cpp
|
CPU/PPU: Improved timings
|
2019-03-08 10:27:16 -05:00 |
DmaController.h
|
DMA: Implemented DMA register reads
|
2019-02-21 07:55:53 -05:00 |
DrawCommand.h
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05: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 |
dsp.cpp
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
dsp.h
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
DummyCpu.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 |
EventManager.cpp
|
Debugger: Minor event viewer fixes
|
2019-03-07 20:28:48 -05: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
|
Debugger: Breakpoint support
|
2019-03-01 20:27:49 -05:00 |
ExpressionEvaluator.h
|
Debugger: Watch list
|
2019-02-27 20:33:56 -05:00 |
FrameLimiter.h
|
Core: Added frame limiter
|
2019-02-21 17:18:56 -05:00 |
IAudioDevice.h
|
Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality
|
2019-02-12 22:13:09 -05: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
|
Memory manager refactoring
|
2019-02-26 22:27:09 -05: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
|
PPU: Fixed sprite range/time flags and hblank flag
|
2019-03-02 00:11:42 -05:00 |
InternalRegisters.h
|
CPU: Implemented FastROM register
|
2019-02-21 18:12:44 -05: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
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
KeyManager.h
|
Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality
|
2019-02-12 22:13:09 -05:00 |
MemoryDumper.cpp
|
Debugger: Watch list
|
2019-02-27 20:33:56 -05:00 |
MemoryDumper.h
|
Debugger: Watch list
|
2019-02-27 20:33:56 -05:00 |
MemoryManager.cpp
|
CPU/PPU: Improved timings
|
2019-03-08 10:27:16 -05:00 |
MemoryManager.h
|
CPU/PPU: Improved timings
|
2019-03-08 10:27:16 -05: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 |
Ppu.cpp
|
CPU/PPU: Improved timings
|
2019-03-08 10:27:16 -05:00 |
Ppu.h
|
PPU: Fixed issue in draw logic that caused lines to be processed twice in some scenarios
|
2019-03-07 20:13:44 -05:00 |
PpuTools.cpp
|
Debugger: Added basic tilemap viewer
|
2019-03-03 16:34:23 -05:00 |
PpuTools.h
|
Debugger: Added basic tilemap viewer
|
2019-03-03 16:34:23 -05:00 |
PpuTypes.h
|
Debugger: Added basic tilemap viewer
|
2019-03-03 16:34:23 -05:00 |
RamHandler.h
|
Fixed issues/crashes when loading games with sram sizes below 4kb
|
2019-03-06 22:23:50 -05:00 |
RegisterHandlerA.h
|
Memory manager refactoring
|
2019-02-26 22:27:09 -05:00 |
RegisterHandlerB.h
|
Debugger: Breakpoint support
|
2019-03-01 20:27:49 -05:00 |
RomHandler.h
|
Memory manager refactoring
|
2019-02-26 22:27:09 -05:00 |
SettingTypes.h
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05:00 |
SNES_SPC.cpp
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
SNES_SPC.h
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
SNES_SPC_misc.cpp
|
Fixed compilation warnings/errors
|
2019-02-24 19:57:34 -05:00 |
SNES_SPC_state.cpp
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
SnesController.h
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -05:00 |
SoundMixer.cpp
|
SPC: Run SPC 1 frame per frame, rather than 60 frames per frame.
|
2019-02-21 16:49:19 -05:00 |
SoundMixer.h
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
Spc.cpp
|
Fixed project issues (DLL was not included in .exe)
|
2019-02-24 12:54:14 -05:00 |
Spc.h
|
Fixed project issues (DLL was not included in .exe)
|
2019-02-24 12:54:14 -05:00 |
SPC_CPU.h
|
SPC: Run SPC 1 frame per frame, rather than 60 frames per frame.
|
2019-02-21 16:49:19 -05:00 |
SPC_DSP.cpp
|
Fixed compilation error in debug build
|
2019-02-17 21:08:43 -05:00 |
SPC_DSP.h
|
SPC: Run SPC 1 frame per frame, rather than 60 frames per frame.
|
2019-02-21 16:49:19 -05: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 |
stdafx.cpp
|
65816 core working in 6502 emulation mode
|
2019-02-11 19:18:47 -05:00 |
stdafx.h
|
Debugger: Added basic tilemap viewer
|
2019-03-03 16:34:23 -05: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
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05:00 |
VideoDecoder.h
|
PPU: Support for mode 5, hires, interlace, and overscan mode
|
2019-02-23 21:39:35 -05:00 |
VideoRenderer.cpp
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -05:00 |
VideoRenderer.h
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -05:00 |