.. |
BaseCartridge.cpp
|
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
|
2019-02-17 14:42:35 -05:00 |
BaseCartridge.h
|
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
|
2019-02-17 14:42:35 -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
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -05:00 |
BaseVideoFilter.h
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -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 |
Console.cpp
|
Core: Added frame limiter
|
2019-02-21 17:18:56 -05:00 |
Console.h
|
DMA: Added support for HDMA (incorrect timings)
|
2019-02-19 21:09:12 -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
|
Core: Added frame limiter
|
2019-02-21 17:18:56 -05:00 |
Core.vcxproj.filters
|
Core: Added frame limiter
|
2019-02-21 17:18:56 -05:00 |
Cpu.cpp
|
CPU: Enabling 8-bit indexes must truncate the value of X/Y (refix)
|
2019-02-20 22:46:14 -05:00 |
Cpu.h
|
CPU: Enabling 8-bit indexes must truncate the value of X/Y (refix)
|
2019-02-20 22:46:14 -05:00 |
Cpu.Instructions.cpp
|
CPU: MVN/MVP set the value of DBR to the destination bank
|
2019-02-21 00:40:32 -05:00 |
CpuTypes.h
|
PPU: Horizontal/vertical IRQ timer support
|
2019-02-17 01:09:47 -05:00 |
Debugger.cpp
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -05:00 |
Debugger.h
|
Debugger: Break and open trace logger on BRK instruction
|
2019-02-16 08:10:08 -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
|
Debugger: Added hex editor
|
2019-02-15 21:33:13 -05:00 |
DefaultVideoFilter.cpp
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -05:00 |
DefaultVideoFilter.h
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -05:00 |
DisassemblyInfo.cpp
|
CPU: Fixed MVN/MVP instructions using the wrong src/dest banks
|
2019-02-20 20:00:59 -05:00 |
DisassemblyInfo.h
|
CPU addressing review/fixes, trace logger improvements
|
2019-02-13 18:44:12 -05:00 |
DmaController.cpp
|
DMA: Implemented DMA register reads
|
2019-02-21 07:55:53 -05:00 |
DmaController.h
|
DMA: Implemented DMA register reads
|
2019-02-21 07:55:53 -05:00 |
DrawCommand.h
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -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 |
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
|
Debugger: Added hex editor
|
2019-02-15 21:33:13 -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: Added hex editor
|
2019-02-15 21:33:13 -05:00 |
InternalRegisters.cpp
|
PPU: Implemented VRAM/CGRAM reads + H/V offset data latches
|
2019-02-21 07:27:47 -05:00 |
InternalRegisters.h
|
PPU: Implemented VRAM/CGRAM reads + H/V offset data latches
|
2019-02-21 07:27:47 -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: Added hex editor
|
2019-02-15 21:33:13 -05:00 |
MemoryDumper.h
|
Debugger: Added hex editor
|
2019-02-15 21:33:13 -05:00 |
MemoryManager.h
|
Code optimization
|
2019-02-21 17:17:55 -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
|
PPU: Implemented multiply register
|
2019-02-21 08:15:00 -05:00 |
Ppu.h
|
PPU: Implemented multiply register
|
2019-02-21 08:15:00 -05:00 |
PpuTypes.h
|
PPU: Basic scroll offset support (WIP)
|
2019-02-19 17:23:21 -05:00 |
RamHandler.h
|
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
|
2019-02-17 14:42:35 -05:00 |
RomHandler.h
|
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
|
2019-02-17 14:42:35 -05:00 |
SettingTypes.h
|
Core: Added SNES controller support
|
2019-02-17 20:29:29 -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
|
SPC: Integrate blargg's SPC emulation library
|
2019-02-16 11:23:01 -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
|
SPC: Run SPC 1 frame per frame, rather than 60 frames per frame.
|
2019-02-21 16:49:19 -05:00 |
Spc.h
|
SPC: Run SPC 1 frame per frame, rather than 60 frames per frame.
|
2019-02-21 16:49:19 -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 hex editor
|
2019-02-15 21:33:13 -05:00 |
TraceLogger.cpp
|
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
|
2019-02-17 14:42:35 -05:00 |
TraceLogger.h
|
CPU addressing review/fixes, trace logger improvements
|
2019-02-13 18:44:12 -05:00 |
VideoDecoder.cpp
|
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
|
2019-02-17 14:42:35 -05:00 |
VideoDecoder.h
|
Imported video decode/renderer classes and related utilities from Mesen
|
2019-02-13 23:02:43 -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 |