Mesen-X/Core
2023-01-22 22:36:10 +08:00
..
A12Watcher.h Rambo-1: Temporary fix for IRQs until a better model is found 2020-02-01 10:58:37 -05:00
A65AS.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Ac08.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Action53.h Fix Action 53 initialization 2022-09-02 09:12:29 +08:00
ActionEnterprises.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
APU.cpp Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
APU.h Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
ApuEnvelope.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
ApuFrameCounter.h Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
ApuLengthCounter.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
ArkanoidController.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
AsciiTurboFile.h History Viewer: Prevent history viewer window from overwriting .sav files 2018-07-22 17:31:50 -04:00
Assembler.cpp Debugger: Assembler - Fixed minor issue with opcode $FF 2020-02-13 00:05:12 -05:00
Assembler.h Debugger: Assembler - Allow binary immediate values (e.g lda #%10001000) 2019-01-17 21:13:18 -05:00
AutomaticRomTest.cpp Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
AutomaticRomTest.h Linux: Fixed Linux compilation errors/warnings (due to refactoring) 2018-07-08 10:28:47 -04:00
AutoSaveManager.cpp Save states: Make auto save states ignore time when the game is paused 2019-11-14 21:26:22 -05:00
AutoSaveManager.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Ax5705.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
AXROM.h Some cleanup and added $4016 EPSG addressing to all mappers 2021-01-28 18:18:35 +01:00
Bandai74161_7432.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
BandaiFcg.h Sync libretro changes 2022-03-17 01:01:28 +08:00
BandaiHyperShot.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
BandaiKaraoke.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
BandaiMicrophone.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
BarcodeBattlerReader.h Core: Changed CPU cycle counter to be a 64-bit int (breaks save state compatibility) 2019-05-12 12:28:01 -04:00
BaseApuChannel.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
BaseControlDevice.cpp Linux: Fixed compilation warnings/errors with GCC/clang 2019-11-13 18:30:05 -05:00
BaseControlDevice.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
BaseEeprom24C0X.h Added support for Bandai's EEPROMs 2019-01-26 10:05:07 -05:00
BaseExpansionAudio.cpp Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
BaseExpansionAudio.h Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
BaseFdsChannel.h FDS: Fixed audio bugs introduced in previous commit (broke sound effects in doki doki panic) 2017-05-04 21:41:53 -04:00
BaseLoader.h Fixed rom search causing logging, input changes and FDSbios prompt 2018-02-25 11:27:32 -05:00
BaseMapper.cpp Adding delayed writes to $4016 EPSM Addressing 2022-10-25 00:00:25 +02:00
BaseMapper.h Add Mapper 413 2022-07-26 19:06:22 +08:00
BaseRenderer.cpp Fixed crash when exiting while an AVI is being recorded. 2019-01-30 20:18:07 -05:00
BaseRenderer.h Fixed crash when exiting while an AVI is being recorded. 2019-01-30 20:18:07 -05:00
BaseSoundManager.cpp Audio: Improved audio/video sync and reduced static/glitches in output (on both Windows & Linux) 2018-06-09 14:03:53 -04:00
BaseSoundManager.h DirectSound: Fixed latency issue that caused sound to cut off within the first second after loading a rom after starting the emulator 2019-11-24 10:53:53 -05:00
BaseVideoFilter.cpp Refactor starting phase 2022-10-26 20:04:38 +08:00
BaseVideoFilter.h Refactor starting phase 2022-10-26 20:04:38 +08:00
BatteryManager.cpp History Viewer: Prevent history viewer window from overwriting .sav files 2018-07-22 17:31:50 -04:00
BatteryManager.h History Viewer: Prevent history viewer window from overwriting .sav files 2018-07-22 17:31:50 -04:00
BattleBox.h History Viewer: Prevent history viewer window from overwriting .sav files 2018-07-22 17:31:50 -04:00
Bb.h Removed some duplicate mapper implementations 2018-07-08 14:09:27 -04:00
BF909x.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
BF9096.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
BisqwitNtscFilter.cpp Field phase is constant on PAL and Dendy 2022-11-02 22:49:34 +08:00
BisqwitNtscFilter.h Use pre-calculated attenuation values 2022-08-22 13:23:11 +08:00
BizhawkMovie.cpp Movies: Ignore battery save files for Bizhawk/FCEUX movies 2019-11-14 20:15:54 -05:00
BizhawkMovie.h Movies: Ignore battery save files for Bizhawk/FCEUX movies 2019-11-14 20:15:54 -05:00
Bmc8in1.h UNIF: Added support for BMC 8-in-1 board 2018-06-17 00:18:17 -04:00
Bmc12in1.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc51.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc63.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc64in1NoRepeat.h Mapper 314: Fixed PRG/CHR banking issues 2022-03-17 01:04:19 +08:00
Bmc70in1.h Mapper 236: Updated support for larger PRG/CHR ROM size 2022-03-17 01:04:19 +08:00
Bmc190in1.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc235.h Silence warnings 2022-06-02 09:24:51 +08:00
Bmc255.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc1024CA1.h Update Bmc-10-24-C-A1 2022-03-17 01:04:19 +08:00
Bmc8157.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
Bmc11160.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc60311C.h UNIF: Added support for BMC-60311C boards 2018-06-25 13:35:40 -04:00
Bmc80013B.h Mapper 274: Update support for 80-in-1/90-in-1 multicarts, fix mirroring bug 2022-06-27 15:10:47 +08:00
Bmc810544CA1.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Bmc830118C.h Mapper 348: Fixed crash on softreset 2022-03-17 01:04:19 +08:00
Bmc830134C.h UNIF: Add BMC-830134C board (Mapper 315) 2022-03-17 01:03:20 +08:00
Bmc830425C4391T.h Mapper 320: Fixed mask for register (fixed Mermaid in multicart) 2019-06-22 15:33:08 -04:00
Bmc830752C.h Add Mapper 396 (BMC-830752C) 2022-06-20 21:13:40 +08:00
Bmc891227.h Silence warnings 2022-06-02 09:24:51 +08:00
BmcCtc09.h UNIF: Add BMC-CTC-09 board (Mapper 335) 2022-03-17 01:03:20 +08:00
BmcCtc12in1.h Silence warnings 2022-06-02 09:24:51 +08:00
BmcDs07.h Silence warnings 2022-07-22 19:06:06 +08:00
BmcG146.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
BmcGn45.h Added support for GN-45 boards 2018-06-23 18:29:48 -04:00
BmcHpxx.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
BmcK3036.h UNIF: Add BMC-K-3036 board (Mapper 340) 2022-03-17 01:03:20 +08:00
BmcK3046.h Added support for mapper 336 (BMC-K-3046) 2018-07-08 17:46:18 -04:00
BmcNtd03.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
BmcResetNromX1n1.h Rewrite Bmc-ResetNrom-Xin1 2023-01-22 22:34:47 +08:00
BmcS2009.h Mapper 434: Fix missing mirroring bit 2022-06-27 15:09:35 +08:00
BmcSa005A.h UNIF: Add BMC-SA005-A board (Mapper 338) 2022-03-17 01:03:20 +08:00
BmcTj03.h UNIF: Add BMC-TJ-03 board (Mapper 341) 2022-03-17 01:03:20 +08:00
BnRom.h Added option to boot up (some) mappers in a random state (useful for homebrew dev) 2018-04-14 22:12:05 -04:00
Breakpoint.cpp Debugger: Added nametable breakpoint support 2019-01-14 19:01:13 -05:00
Breakpoint.h Debugger: Fixed issues & improved performance with new breakpoint logic 2018-12-25 00:07:38 -05:00
Bs5.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
Caltron41.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Cc21.h Fixed compilation warning 2018-05-07 19:53:12 -04:00
Cheapocabra.h GTROM: Added self flash support 2020-01-25 19:36:16 -05:00
CheatManager.cpp UI: Added "reload rom" option and changed power cycle to not reload from disk 2019-11-19 22:18:09 -05:00
CheatManager.h UI: Added "reload rom" option and changed power cycle to not reload from disk 2019-11-19 22:18:09 -05:00
CityFighter.h Debugger: Add option to trigger breakpoints on dummy read/writes (+ distinguish between writes & dummy writes) 2018-12-23 13:12:46 -05:00
ClientConnectionData.h Netplay: Added password protected servers 2018-06-16 14:02:12 -04:00
CNROM.h DB: Integrated NewRisingSun's NES 2.0 header database 2020-04-18 13:40:32 -04:00
CodeDataLogger.cpp Add debugger option to break on unlogged code 2021-07-14 23:04:42 +08:00
CodeDataLogger.h Add debugger option to break on unlogged code 2021-07-14 23:04:42 +08:00
CodeRunner.cpp Debugger: Improved CA/CC65 integration 2019-01-02 23:26:54 -05:00
CodeRunner.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
ColorDreams.h Color Dreams: Allow oversized roms (4 bits for PRG instead of 2 bits) 2019-12-08 17:06:37 -05:00
ColorDreams46.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Console.cpp Refactor starting phase 2022-10-26 20:04:38 +08:00
Console.h Refactor starting phase 2022-10-26 20:04:38 +08:00
ConsolePauseHelper.h HD Pack Builder: Fixed issues with pause icon/break functionality when recording hd packs with debugger opened 2018-09-14 22:09:51 -04:00
ControlDeviceState.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
ControlManager.cpp Revert "Merge pull request #42 from Gumball2415/feature-add-2a03-interference" 2021-11-10 18:36:55 -05:00
ControlManager.h Revert "Merge pull request #42 from Gumball2415/feature-add-2a03-interference" 2021-11-10 18:36:55 -05:00
Core.vcxproj Rewrite UNIF BMC-Ghostbusters63in1 & BMC-42in1ResetSwitch (m226 & m233) 2022-08-01 20:03:18 +08:00
Core.vcxproj.filters Rewrite UNIF BMC-Ghostbusters63in1 & BMC-42in1ResetSwitch (m226 & m233) 2022-08-01 20:03:18 +08:00
CpRom.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
CPU.cpp Fix CPU::StreamState extraScanlinesAfterNmi argument 2021-02-20 12:31:44 -06:00
CPU.h Core: Fix NMI code to better reflect the hardware 2019-11-21 22:33:08 -05:00
CrossFeedFilter.cpp Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
CrossFeedFilter.h Audio: Added crossfeed option for stereo filters 2016-12-09 14:47:34 -05:00
Ctc15.h Add Mapper 548 2022-06-17 21:04:50 +08:00
Dance2000.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DaouInfosys.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
DatachBarcodeReader.h Core: Changed CPU cycle counter to be a 64-bit int (breaks save state compatibility) 2019-05-12 12:28:01 -04:00
DebugBreakHelper.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Debugger.cpp Slow down how often whilePaused is called, to about 10 times per second 2021-11-09 17:43:47 -06:00
Debugger.h Debugger: Event Viewer - Added option to show NTSC borders 2019-11-19 22:28:45 -05:00
DebuggerTypes.h Debugger: Script Window: Added whilePaused event 2021-10-26 13:15:08 -05:00
DebugHud.cpp Debugger: Lua - Added (configurable) script timeout to prevent infinite loops from locking up the emulator 2018-09-02 15:37:13 -04:00
DebugHud.h Debugger: Lua - Added (configurable) script timeout to prevent infinite loops from locking up the emulator 2018-09-02 15:37:13 -04:00
DefaultVideoFilter.cpp Fixed compilation warnings 2020-01-28 20:07:42 -05:00
DefaultVideoFilter.h Video: Precalculate brightness/etc for the palette instead of manually applying it to each pixel 2019-02-07 19:45:17 -05:00
DeltaModulationChannel.cpp DMC: Improve DMA timing after 4015 write 2020-05-14 17:18:23 -04:00
DeltaModulationChannel.h DMC: Improve DMA timing after 4015 write 2020-05-14 17:18:23 -04:00
Disassembler.cpp Add BRK as an unconditional branch (fixes disassembling into data for BRK instruction) 2021-04-13 13:16:32 -04:00
Disassembler.h Debugger: Fixed refresh/display issues after changing PRG ROM via the memory tools or assembler 2019-11-03 13:52:15 -05:00
DisassemblyInfo.cpp Debugger: Fixed crashes when CPU is running in unmapped memory regions 2020-04-19 19:36:47 -04:00
DisassemblyInfo.h Debugger: Fixed crashes when CPU is running in unmapped memory regions 2020-04-19 19:36:47 -04:00
DragonFighter.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DrawCommand.h Debugger: Lua - Fixed draw commands not being permanent when frame count is set to 0 2020-01-05 15:27:10 -05:00
DrawLineCommand.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DrawPixelCommand.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DrawRectangleCommand.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DrawScreenBufferCommand.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DrawStringCommand.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
DreamTech01.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
DummyCpu.h Debugger: Added option to evaluate all breakpoints on the first cycle of an instruction 2018-12-24 15:21:21 -05:00
Edu2000.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
Eeprom24C01.h Fixed init order when loading a game to prevent potential crashes (or incorrect behavior) in some scenarios (mostly if using the random mapper state option) 2019-06-22 16:33:59 -04:00
Eeprom24C02.h Fixed init order when loading a game to prevent potential crashes (or incorrect behavior) in some scenarios (mostly if using the random mapper state option) 2019-06-22 16:33:59 -04:00
Eh8813A.h Mapper 319 (Eh8813): Fixed latch write registers 2022-03-17 01:03:20 +08:00
emu2149.cpp Fix save state of EMU2149 2021-12-21 10:43:46 +08:00
emu2149.h Fix save state of EMU2149 2021-12-21 10:43:46 +08:00
EmulationSettings.cpp Virtual Boy controller support (#766) 2020-02-07 23:34:02 +00:00
EmulationSettings.h Add blargg NTSC filter settings 2022-09-13 22:56:20 +08:00
EPSMAudio.h Adding delayed writes to $4016 EPSM Addressing 2022-10-25 00:00:25 +02:00
EventManager.cpp Debugger: Event Viewer - Added options to display apu/control register reads/writes 2020-04-24 18:17:03 -04:00
EventManager.h Debugger: Event Viewer - Added options to display apu/control register reads/writes 2020-04-24 18:17:03 -04:00
ExcitingBoxingController.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
ExpressionEvaluator.cpp Debugger: Fixed modulo operator in expressions 2020-05-19 21:55:43 -04:00
ExpressionEvaluator.h Debugger: Fixed modulo operator in expressions 2020-05-19 21:55:43 -04:00
FamicomBox.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
FamilyBasicDataRecorder.h Input: Family Basic Tape - Fixed load tape operation 2020-01-26 19:54:52 -05:00
FamilyBasicKeyboard.h Input: Fixed inverted bracket keys for family basic keyboard 2019-04-12 19:26:38 -04:00
FamilyMatTrainer.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
FaridSlrom.h Added support for mapper 323 (FARID-SLROM) 2018-07-08 16:24:14 -04:00
FaridUnrom.h Added support for mapper 324 (FARID-UNROM) 2018-07-08 16:37:31 -04:00
FceuxMovie.cpp Movies: Ignore battery save files for Bizhawk/FCEUX movies 2019-11-14 20:15:54 -05:00
FceuxMovie.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
FDS.cpp Run Ahead: Fixed some issues with FDS/VS System system actions not being processed properly 2020-01-25 13:40:24 -05:00
FDS.h Run Ahead: Fixed some issues with FDS/VS System system actions not being processed properly 2020-01-25 13:40:24 -05:00
FdsAudio.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
FdsLoader.cpp Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
FdsLoader.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
FdsSystemActionManager.h Run Ahead: Fixed some issues with FDS/VS System system actions not being processed properly 2020-01-25 13:40:24 -05:00
Fk23C.h Fk23C: Add overrides for UNIF headered games not found in database 2022-07-02 20:37:35 +08:00
FlashSST39SF040.h GTROM: Added self flash support 2020-01-25 19:36:16 -05:00
fmopn_2608rom.h EPSM Rythm Support 2021-08-09 00:44:44 +02:00
ForceDisconnectMessage.h NetPlay: Automatically disconnect clients that are not running the same version of Mesen 2016-02-10 23:07:42 -05:00
FourScore.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
FrameInfo.h Video: Aspect ratio now takes overscan settings into account to give an accurate pixel aspect ratio, no matter the overscan 2016-12-09 09:23:04 -05:00
FrontFareast.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
GameClient.cpp Split part of MessageManager into non-static NotificationManager 2018-07-08 10:28:47 -04:00
GameClient.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
GameClientConnection.cpp Netplay: Fixed crashes when disconnect from server or stopping server while no game is loaded 2020-05-02 12:01:47 -04:00
GameClientConnection.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
GameConnection.cpp Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
GameConnection.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
GameDatabase.cpp Game DB: Updated to latest version of Nes20 DB 2020-05-02 13:06:20 -04:00
GameDatabase.h DB: Integrated NewRisingSun's NES 2.0 header database 2020-04-18 13:40:32 -04:00
GameInformationMessage.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
GameServer.cpp Netplay: Fixed crashes when disconnect from server or stopping server while no game is loaded 2020-05-02 12:01:47 -04:00
GameServer.h Netplay: Fixed regressions/crashes caused by refactoring 2018-07-08 10:28:47 -04:00
GameServerConnection.cpp Netplay: Fixed desynchronization issue 2020-04-22 22:30:54 -04:00
GameServerConnection.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Gkcx1.h Added support for mapper 288 (GKCX1 multicarts) 2018-07-08 14:25:59 -04:00
GoldenFive.h Mapper 104 support (GoldenFive) 2017-04-12 21:40:30 -04:00
Gs2004_Gs2013.h Mapper 283: Handle both GS-2013/GS-2004 roms in the same mapper 2022-03-17 01:03:20 +08:00
GxRom.h Added option to boot up (some) mappers in a random state (useful for homebrew dev) 2018-04-14 22:12:05 -04:00
HandShakeMessage.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
HdAudioDevice.cpp HD pack builder and BGM improvement 2020-12-20 22:26:12 +08:00
HdAudioDevice.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
HdBuilderPpu.h HD Pack Builder update 2021-02-08 15:25:03 +08:00
HdData.h Implement random background 2022-11-26 23:50:21 +08:00
HdNesPack.cpp Render expended sprite and bug fix 2022-06-14 17:55:35 +08:00
HdNesPack.h Fix Bug when rendering overlapping HD sprites with different background priority (SourMesen/Mesen issue 609) 2020-11-01 20:29:12 +08:00
HdPackBuilder.cpp Fix bug when exporting sprite tiles in screen data 2021-07-14 12:10:14 +08:00
HdPackBuilder.h HD Pack Builder update 2021-02-08 15:25:03 +08:00
HdPackConditions.h Adjust randomBackground condition 2022-11-26 23:50:39 +08:00
HdPackLoader.cpp Fix random background 2022-11-26 23:50:39 +08:00
HdPackLoader.h Add "<Addition>" tag 2022-06-14 17:55:02 +08:00
HdPpu.cpp Fix random background 2022-11-26 23:50:39 +08:00
HdPpu.h Implement random background 2022-11-26 23:50:21 +08:00
HdVideoFilter.cpp Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
HdVideoFilter.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
Henggedianzi177.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Henggedianzi179.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
HistoryViewer.cpp History Viewer: Added option to export a save state 2019-02-01 13:05:25 -05:00
HistoryViewer.h History Viewer: Added option to export a save state 2019-02-01 13:05:25 -05:00
HoriTrack.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
IAudioDevice.h DirectSound: Fixed latency issue that caused sound to cut off within the first second after loading a rom after starting the emulator 2019-11-24 10:53:53 -05:00
IBarcodeReader.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
IBattery.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
IInputProvider.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
IInputRecorder.h Lua: Fixed inputPolled event being called multiple times per frame 2017-11-21 17:54:54 -05:00
IKeyManager.h UI: Allow all UI shortcuts to be customized (and support for multi-key shortcuts) 2017-09-08 10:38:41 -04:00
IMemoryHandler.h Debugger: Allow debugger to peek at APU/PPU registers without altering the state 2018-12-25 00:07:45 -05:00
IMessageManager.h UI: Added game timer option (+ code refactoring) 2017-05-13 15:43:02 -04:00
iNesLoader.cpp Add Mapper 413 2022-07-26 19:06:22 +08:00
iNesLoader.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
INotificationListener.h Netplay: Fixed desynchronization issue 2020-04-22 22:30:54 -04:00
InputDataMessage.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
InternalRamHandler.h Debugger: Allow debugger to peek at APU/PPU registers without altering the state 2018-12-25 00:07:45 -05:00
IremG101.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
IremH3001.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
IremLrog017.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
IremTamS1.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
IRenderingDevice.h Video: Exclusive fullscreen mode (wip) 2017-11-29 23:24:26 -05:00
JalecoJf11_14.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
JalecoJf13.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
JalecoJf16.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
JalecoJf17_19.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
JalecoJfxx.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
JalecoSs88006.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
JissenMahjongController.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
JyCompany.h Typo 2022-07-29 22:08:00 +08:00
Kaiser202.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Kaiser7010.h Add Mapper 554 (Kaiser-7010) 2022-06-17 21:03:54 +08:00
Kaiser7012.h UNIF KS7012 board support 2016-11-12 10:27:20 -05:00
Kaiser7013B.h UNIF KS7013B board support 2016-11-12 10:21:04 -05:00
Kaiser7016.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Kaiser7017.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Kaiser7022.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Kaiser7030.h Add UNL-KS7030 (Mapper 347) 2022-08-01 20:03:03 +08:00
Kaiser7031.h UNIF: Added support for KS7031 boards 2018-06-17 13:09:21 -04:00
Kaiser7037.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Kaiser7057.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Kaiser7058.h Mapper 171: Fixed CHR banking issue 2022-03-17 01:04:19 +08:00
KeyManager.cpp Linux: Fixed compilation errors/warnings 2018-07-15 19:27:38 -04:00
KeyManager.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
KonamiHyperShot.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
LabelManager.cpp Debugger: Fixed expression evaluation when using multi-byte labels 2019-01-16 19:07:50 -05:00
LabelManager.h Debugger: Fixed register labels not being used for addresses (roughly) outside the $2000-$5FFF range 2018-12-10 19:52:16 -05:00
Lh10.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Lh32.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Lh51.h Added support for mapper 309 (LH-51) 2018-07-08 14:36:30 -04:00
LuaApi.cpp Add emu.stepOver() and emu.stepOut() to lua api environment 2021-11-13 12:21:49 -06:00
LuaApi.h Add emu.stepOver() and emu.stepOut() to lua api environment 2021-11-13 12:21:49 -06:00
LuaCallHelper.cpp Fixed compilation warning 2018-12-31 15:05:29 -05:00
LuaCallHelper.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
LuaScriptingContext.cpp Debugger: Lua - Fixed crash when calling emu.reset() outside callbacks 2020-04-21 20:04:04 -04:00
LuaScriptingContext.h Debugger: Lua - Added (configurable) script timeout to prevent infinite loops from locking up the emulator 2018-09-02 15:37:13 -04:00
MagicKidGooGoo.h Mapper 190 support (Magic Kid GooGoo) 2017-02-18 12:48:06 -05:00
Malee.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper15.h Mapper 15: Fix CHR write protect for some subor/waixing boards 2022-03-17 01:01:40 +08:00
Mapper35.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper39.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
Mapper40.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper42.h Removed some duplicate mapper implementations 2018-07-08 14:09:27 -04:00
Mapper43.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper50.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper57.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper58.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
Mapper60.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper61.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper62.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper81.h Add Mapper 81 2022-06-17 21:03:49 +08:00
Mapper83.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
Mapper91.h Silence warnings 2022-06-02 09:24:51 +08:00
Mapper103.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper106.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper107.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper112.h Mapper 112: Fixed missing outer CHR register support 2020-05-03 18:49:28 -04:00
Mapper116.h Mapper 116: Update and bug fixes 2022-06-27 15:10:27 +08:00
Mapper117.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper120.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper127.h Add Mapper 127 2022-06-27 15:10:31 +08:00
Mapper128.h Add Mapper 128 2022-06-27 15:10:35 +08:00
Mapper170.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper174.h Mapper 174 support (untested) 2017-05-08 22:55:23 -04:00
Mapper183.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper200.h Mapper 200: Fixed mirroring 2022-03-17 01:03:20 +08:00
Mapper202.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper203.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper204.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper212.h Fixed "1997-in-1" game issue 2017-04-12 20:11:32 -04:00
Mapper213.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper214.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper216.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper217.h Mapper 217: Replace as an address latch mapper, support for 21-in-1 2022-03-17 01:04:19 +08:00
Mapper218.h Core: Refactored nametable RAM management to fix some issues and remove some limitations 2019-01-13 15:20:57 -05:00
Mapper221.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper222.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper225.h Mapper 225: Support extra RAM 2022-03-17 01:04:19 +08:00
Mapper226.h Rewrite UNIF BMC-Ghostbusters63in1 & BMC-42in1ResetSwitch (m226 & m233) 2022-08-01 20:03:18 +08:00
Mapper227.h Mapper 227: Add dipswitch and CHR-RAM protect 2022-03-23 20:22:42 +08:00
Mapper229.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper230.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper231.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper233.h Rewrite UNIF BMC-Ghostbusters63in1 & BMC-42in1ResetSwitch (m226 & m233) 2022-08-01 20:03:18 +08:00
Mapper234.h Linux: Fixed warnings (and enabled no-parentheses warning) 2018-06-25 15:13:32 -04:00
Mapper237.h Add Mapper 237 2022-06-17 21:03:43 +08:00
Mapper240.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper241.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper242.h Mapper 242: Updated support for newer carts 2022-03-23 20:23:14 +08:00
Mapper244.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper246.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Mapper253.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Mapper271.h Add Mapper 271 (BMC-22026) 2022-06-27 15:10:39 +08:00
Mapper272.h Add Mapper 272 2022-07-31 00:10:43 +08:00
Mapper277.h Add Mapper 277 2022-07-31 00:10:47 +08:00
Mapper319.h Merge BMC-HP898F into Mapper 319 2022-08-01 20:03:08 +08:00
Mapper326.h Add Mappers 326 and 330 2022-06-27 15:09:25 +08:00
Mapper330.h Add Mappers 326 and 330 2022-06-27 15:09:25 +08:00
Mapper357.h Silence warnings 2022-06-27 15:06:28 +08:00
Mapper359.h Silence warnings 2022-06-27 15:06:28 +08:00
Mapper360.h Add Mapper 360 2022-06-22 00:41:29 +08:00
Mapper362.h Add Mappers 362 2022-07-24 21:55:09 +08:00
Mapper368.h Add Mapper 368 2022-07-31 00:10:38 +08:00
Mapper375.h Add Mappers 375, 380, 449 2022-03-23 20:23:31 +08:00
Mapper380.h Add Mappers 375, 380, 449 2022-03-23 20:23:31 +08:00
Mapper382.h Add Mapper 382 2022-06-22 00:41:16 +08:00
Mapper385.h Add Mappers 385 2022-06-22 00:41:45 +08:00
Mapper389.h Add Mapper 389 2022-06-20 21:13:54 +08:00
Mapper398.h Add Mappers 398 2022-07-24 21:55:05 +08:00
Mapper400.h Fix warnings 2022-07-19 22:49:33 +08:00
Mapper402.h Add Mapper 402 2022-06-20 21:13:28 +08:00
Mapper403.h Add Mapper 403 2022-06-20 21:13:22 +08:00
Mapper409.h Add Mapper 409 2022-06-20 21:13:09 +08:00
Mapper413.h Add Mapper 413 2022-07-26 19:06:22 +08:00
Mapper414.h Add support for Mapper 414 2022-06-20 21:13:00 +08:00
Mapper415.h Add support for Mapper 415 2022-06-20 21:12:54 +08:00
Mapper416.h Add support for Mapper 416 2022-06-20 21:12:48 +08:00
Mapper417.h Add support for Mapper 417 2022-06-20 21:12:36 +08:00
Mapper428.h Silence warnings 2022-07-22 19:06:06 +08:00
Mapper429.h Add support for Mapper 429 2022-06-20 21:12:23 +08:00
Mapper431.h Add support for Mapper 431 2022-06-20 21:12:14 +08:00
Mapper433.h Add Mapper 433 2022-06-20 21:11:58 +08:00
Mapper437.h Silence warnings 2022-06-27 15:06:28 +08:00
Mapper438.h Silence warnings 2022-06-27 15:06:28 +08:00
Mapper449.h Silence warnings 2022-06-02 09:24:51 +08:00
Mapper452.h Add Mappers 452 2022-06-22 00:41:50 +08:00
Mapper453.h Add Mapper 453 2022-06-20 21:11:29 +08:00
Mapper500.h Add Mappers 500, 501, 502 2022-07-22 19:06:23 +08:00
Mapper501.h Add Mappers 500, 501, 502 2022-07-22 19:06:23 +08:00
Mapper502.h Add Mappers 500, 501, 502 2022-07-22 19:06:23 +08:00
Mapper523.h Add Mapper 523 and UNIF WaixingFS005 2022-07-01 23:44:17 +08:00
Mapper533.h Fix warnings 2022-07-19 22:49:33 +08:00
Mapper535.h Add Mapper 535 2022-07-03 22:24:59 +08:00
Mapper538.h Add Mapper 538 2022-06-27 15:09:40 +08:00
Mapper539.h Add Mapper 539 2022-07-03 22:25:06 +08:00
Mapper540.h Add Mappers 359 and 540 (UNIF BMC-SB-5013 and UNL-82112C) 2022-06-22 00:41:34 +08:00
Mapper541.h Add Mapper 541 2022-06-20 21:11:03 +08:00
Mapper549.h Add Mapper 549 2022-07-03 22:25:19 +08:00
Mapper556.h Fix warnings 2022-07-19 22:49:33 +08:00
Mapper559.h Add mapper 559 2022-07-22 19:06:17 +08:00
MapperFactory.cpp Rewrite Bmc-ResetNrom-Xin1 2023-01-22 22:34:47 +08:00
MapperFactory.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
McAcc.h MC-ACC: Update/fix behavior based on recent findings 2019-12-20 23:40:09 -05:00
MemoryAccessCounter.cpp Fixed compilation warning 2020-04-18 13:38:35 -04:00
MemoryAccessCounter.h Debugger: Rewrite profiler and memory counters 2020-02-15 10:18:07 -05:00
MemoryDumper.cpp Debugger: Sprite Viewer - Add option to load data from a CPU page instead of directly from OAM 2020-04-30 22:26:51 -04:00
MemoryDumper.h Debugger: Sprite Viewer - Add option to load data from a CPU page instead of directly from OAM 2020-04-30 22:26:51 -04:00
MemoryManager.cpp Adding delayed writes to $4016 EPSM Addressing 2022-10-25 00:00:25 +02:00
MemoryManager.h Adding delayed writes to $4016 EPSM Addressing 2022-10-25 00:00:25 +02:00
MesenMovie.cpp Linux: Fixed compilation warnings/errors with GCC/clang 2019-11-13 18:30:05 -05:00
MesenMovie.h Split part of MessageManager into non-static NotificationManager 2018-07-08 10:28:47 -04:00
MessageManager.cpp Polish translation added for Mesen 2020-09-12 16:50:55 +02:00
MessageManager.h Polish translation added for Mesen 2020-09-12 16:50:55 +02:00
MessageType.h Netplay: Added password protected servers 2018-06-16 14:02:12 -04:00
MMC1.h Libretro: Fixed memory map for WRAM/SRAM-based achievements 2020-06-23 13:58:59 -04:00
MMC1_105.h Libretro: Fixed memory map for WRAM/SRAM-based achievements 2020-06-23 13:58:59 -04:00
MMC1_111.h Mapper 111: Add support for MMC1 variant for Ninja Ryukenden Chinese Fan Translation 2022-06-29 01:07:57 +08:00
MMC1_155.h Mapper 155 support (MMC1A) 2016-06-18 15:49:00 -04:00
MMC1_297.h Fix warnings 2022-07-19 22:49:33 +08:00
MMC1_374.h Add Mapper 374 2022-07-29 16:37:13 +08:00
MMC1_404.h Add Mapper 404 2022-06-20 21:13:16 +08:00
MMC1_550.h Add Mapper 374 2022-07-29 16:37:13 +08:00
MMC2.h Added option to boot up (some) mappers in a random state (useful for homebrew dev) 2018-04-14 22:12:05 -04:00
MMC3.h Update MMC3.h 2021-03-16 00:18:31 +08:00
MMC3_12.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_14.h Linux: Fixed warnings (and enabled no-parentheses warning) 2018-06-25 15:13:32 -04:00
MMC3_37.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_44.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_45.h Add Mapper 356 2022-07-29 16:37:03 +08:00
MMC3_47.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_49.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_52.h Mapper 52: Add submapper 13 support (CHR ROM+RAM) 2023-01-22 22:36:10 +08:00
MMC3_114.h Mapper 114: Fixed crash in Lion King (Unl) 2018-08-19 20:42:10 -04:00
MMC3_115.h Mapper 115: Fixed issue with Thunderbolt 2 2018-04-16 11:34:26 -04:00
MMC3_121.h Linux: Fixed warnings (and enabled no-parentheses warning) 2018-06-25 15:13:32 -04:00
MMC3_123.h Mapper 123 support 2016-09-05 14:22:17 -04:00
MMC3_126.h Mappers 126/422/534 updated/added 2022-03-17 01:04:19 +08:00
MMC3_134.h UNIF: T4A54A/WX-KB4K/BS-5652 boards 2022-03-17 01:04:19 +08:00
MMC3_165.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_182.h MMC3_182: Correct switch fallthrough in WriteRegister() (#365) 2018-04-09 17:41:30 -04:00
MMC3_187.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_189.h Mapper 189: Fixed PRG banking register range 2018-04-16 10:34:34 -04:00
MMC3_196.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_197.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_198.h Better support for MMC3_198 2021-06-22 19:47:00 +02:00
MMC3_199.h Mapper 199: Fixed/update mapper emulation 2022-06-29 01:08:04 +08:00
MMC3_205.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_208.h MMC3 208: Updated 2022-03-17 01:04:19 +08:00
MMC3_215.h Mapper 258: Fixed support for Super Hang-on 2022-06-29 01:08:11 +08:00
MMC3_219.h Mapper 219: Add outer bank register 2022-03-26 16:08:43 +08:00
MMC3_224.h Added support for mapper 224 2018-06-24 12:36:46 -04:00
MMC3_238.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_245.h Mapper 245 fixes (fixes Dragon Quest VII (Ch)) 2016-10-20 18:13:36 -04:00
MMC3_249.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_250.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_254.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_267.h Add Mappers 267 and 377 2022-03-21 16:20:22 +08:00
MMC3_269.h Fix warnings 2022-07-19 22:49:33 +08:00
MMC3_291.h Add Mapper 291 2022-06-27 15:11:15 +08:00
MMC3_334.h Add Mapper 334 2022-03-21 16:15:16 +08:00
MMC3_353.h Silence warnings 2022-06-02 09:24:51 +08:00
MMC3_356.h Add Mapper 356 2022-07-29 16:37:03 +08:00
MMC3_361.h Add Mapper 361 2022-06-22 00:40:56 +08:00
MMC3_364.h Add Mappers 364 and 370 2022-03-21 16:19:22 +08:00
MMC3_369.h Fix warnings 2022-07-19 22:49:33 +08:00
MMC3_370.h Silence warnings 2022-06-02 09:24:51 +08:00
MMC3_372.h Mapper 372: Fixed excessive CHR banking 2022-03-21 16:25:33 +08:00
MMC3_376.h Add Mappers 376 2022-03-21 16:20:50 +08:00
MMC3_377.h Add Mappers 267 and 377 2022-03-21 16:20:22 +08:00
MMC3_383.h Silence warnings 2022-06-02 09:24:51 +08:00
MMC3_391.h Silence warnings 2022-06-02 09:24:51 +08:00
MMC3_393.h Silence warnings about missing override keyword 2022-03-23 20:23:40 +08:00
MMC3_395.h Silence warnings about missing override keyword 2022-03-23 20:23:40 +08:00
MMC3_399.h Add Mapper 399 2022-06-20 21:13:34 +08:00
MMC3_401.h Silence warnings 2022-06-02 09:24:51 +08:00
MMC3_410.h Add Mappers 410 2022-03-21 16:24:46 +08:00
MMC3_411.h Add Mappers 411 2022-03-21 16:25:51 +08:00
MMC3_412.h Add Mappers 412 2022-03-21 16:26:25 +08:00
MMC3_420.h Silence warnings 2022-07-22 19:06:06 +08:00
MMC3_422.h Mappers 126/422/534 updated/added 2022-03-17 01:04:19 +08:00
MMC3_430.h Silence warnings about missing override keyword 2022-03-23 20:23:40 +08:00
MMC3_432.h Silence warnings about missing override keyword 2022-03-23 20:23:40 +08:00
MMC3_441.h Silence warnings about missing override keyword 2022-03-23 20:23:40 +08:00
MMC3_444.h Silence warnings about missing override keyword 2022-03-23 20:23:40 +08:00
MMC3_445.h Add Mapper 445 2022-03-21 16:27:59 +08:00
MMC3_455.h Silence MSVC warnings 2022-10-04 18:14:46 +08:00
MMC3_456.h Add Mappers 456 2022-07-24 15:35:45 +08:00
MMC3_457.h Silence MSVC warnings 2022-10-04 18:14:46 +08:00
MMC3_458.h Add Mappers 458 2022-07-24 15:35:53 +08:00
MMC3_512.h Add mapper 512 2022-07-19 22:49:45 +08:00
MMC3_516.h Add Mapper 516 2022-06-20 21:11:15 +08:00
MMC3_534.h Mappers 126/422/534 updated/added 2022-03-17 01:04:19 +08:00
MMC3_Bmc411120C.h Mapper 287: Fixed PRG/CHR outer banking issue 2022-03-17 01:04:19 +08:00
MMC3_BmcF15.h UNIF BMC-F-15 board support 2016-11-11 19:11:52 -05:00
MMC3_BmcGn26.h UNIF: Add BMC-GN-26 board (Mapper 344) 2022-03-17 01:03:20 +08:00
MMC3_BmcK3006.h UNIF: Add BMC-K-3006 board (Mapper 339) 2022-03-17 01:03:20 +08:00
MMC3_BmcK3033.h UNIF: Add BMC-K-3033 board (Mapper 322) 2022-03-17 01:03:20 +08:00
MMC3_BmcL6in1.h UNIF: Add BMC-L6IN1 board (Mapper 345) 2022-03-17 01:03:20 +08:00
MMC3_ChrRam.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC3_Coolboy.h Add submapper 1 support to Coolboy (mapper 268) 2022-03-12 14:01:12 -05:00
MMC3_Kof97.h UNIF KOF97 board support 2016-11-06 13:51:18 -05:00
MMC3_MaliSB.h UNIF MALISB board support 2016-11-12 11:05:45 -05:00
MMC3_StreetHeroes.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
MMC4.h Added option to boot up (some) mappers in a random state (useful for homebrew dev) 2018-04-14 22:12:05 -04:00
MMC5.h MMC5: Fixed condition priority with vertical split mode 2020-01-22 20:04:51 -05:00
MMC5Audio.h Fixed some cases of variables being used before initialization 2019-06-23 20:11:10 -04:00
MMC5MemoryHandler.h MMC5: Improved accuracy (scanline counter, split screen mode, etc.) 2020-01-19 14:45:04 -05:00
ModChannel.h FDS: Fixed audio bugs introduced in previous commit (broke sound effects in doki doki panic) 2017-05-04 21:41:53 -04:00
MovieDataMessage.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
MovieManager.cpp UI: Added shortcuts to start/stop recording video/audio/movies 2020-06-20 00:24:24 -04:00
MovieManager.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
MovieRecorder.cpp UI: Added shortcuts to start/stop recording video/audio/movies 2020-06-20 00:24:24 -04:00
MovieRecorder.h Core: Rewrite DMC/OAM DMA, tweak PPU timings, add option to simulate PPU/CPU alignments 2019-11-11 21:10:47 -05:00
Namco108.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Namco108_76.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Namco108_88.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Namco108_95.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Namco108_154.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Namco108_418.h Add Mapper 418 2022-07-01 23:44:03 +08:00
Namco108_557.h Add Mapper 557 2022-06-27 15:11:52 +08:00
Namco163.h n163: Account for battery flag when initializing internal ram 2023-01-12 12:54:07 +08:00
Namco163Audio.h n163: Account for battery flag when initializing internal ram 2023-01-12 12:54:07 +08:00
Nanjing.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
NESHeader.cpp Add Mapper 413 2022-07-26 19:06:22 +08:00
NESHeader.h Add Mapper 413 2022-07-26 19:06:22 +08:00
NetMessage.h Fixed some cast-align warnings (potential fix for Android crash?) 2018-06-19 20:43:16 -04:00
Nina01.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Nina03_06.h DB: Added more unlicensed games to DB 2017-04-03 23:45:24 -04:00
NoiseChannel.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
NotificationManager.cpp Linux: Fixed Linux compilation errors/warnings (due to refactoring) 2018-07-08 10:28:47 -04:00
NotificationManager.h Split part of MessageManager into non-static NotificationManager 2018-07-08 10:28:47 -04:00
NovelDiamond.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
NROM.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
NsfCart31.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
NsfeLoader.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
NsfLoader.cpp Added 401C-401F addressing to all mappers, more EPSM renaming 2021-07-30 16:06:29 +02:00
NsfLoader.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
NsfMapper.cpp Added 401C-401F addressing to all mappers, more EPSM renaming 2021-07-30 16:06:29 +02:00
NsfMapper.h Added 401C-401F addressing to all mappers, more EPSM renaming 2021-07-30 16:06:29 +02:00
NsfPpu.cpp NSF: Allow rewinding in NSF player 2018-12-26 11:49:09 -05:00
NsfPpu.h NSF: Allow rewinding in NSF player 2018-12-26 11:49:09 -05:00
NtdecTc112.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
NtscFilter.cpp Fetch BG color on each scanline instead 2022-11-02 23:53:58 +08:00
NtscFilter.h Refactor border color 2022-10-28 16:05:48 +08:00
OekaKids.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
OekaKidsTablet.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
OggMixer.cpp Add option to specify loop start in bgm tag 2020-11-15 01:59:13 +08:00
OggMixer.h Add option to specify loop start in bgm tag 2020-11-15 01:59:13 +08:00
OggReader.cpp Add option to specify loop start in bgm tag 2020-11-15 01:59:13 +08:00
OggReader.h Add option to specify loop start in bgm tag 2020-11-15 01:59:13 +08:00
OpenBusHandler.h Debugger: Allow debugger to peek at APU/PPU registers without altering the state 2018-12-25 00:07:45 -05:00
opll.cpp Updated Emulation files for VRC7, and dont know how i missed the EPSM frequency 2022-02-23 21:59:54 +01:00
opll.h Replaced the old OPLL Emu with Nuked-OPLL 2021-01-28 18:18:34 +01:00
OpllChannel.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
OpllEmulator.h VRC7: Updated audio data to match values recently dumped from hardware 2019-03-27 20:23:22 -04:00
OpllTables.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
PachinkoController.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
PartyTap.h Fixed clang compiler warnings 2021-10-19 21:41:17 -04:00
PerformanceTracker.cpp Debugger: Performance Tracker - Allow controlling display mode/speed with left/right click buttons 2019-01-24 17:31:44 -05:00
PerformanceTracker.h Debugger: Performance Tracker - Allow controlling display mode/speed with left/right click buttons 2019-01-24 17:31:44 -05:00
PgoUtilities.cpp Build: Simplify PGO builds and allow it to be used when building the libretro core 2018-12-31 14:59:00 -05:00
PgoUtilities.h Build: Simplify PGO builds and allow it to be used when building the libretro core 2018-12-31 14:59:00 -05:00
PlayerListMessage.h Fixed compilation errors (Android)/warnings 2018-07-08 20:19:21 -04:00
PowerPad.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
PPU.cpp Merge pull request #135 from Gumball2415/ntsc-filter 2022-12-22 16:21:33 -05:00
PPU.h Refactor starting phase 2022-10-26 20:04:38 +08:00
Profiler.cpp Refactoring: Port back some code changes from Mesen-S 2020-02-15 14:27:36 -05:00
Profiler.h Debugger: Rewrite profiler and memory counters 2020-02-15 10:18:07 -05:00
Racermate.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Rambo1.h Rambo-1: Temporary fix for IRQs until a better model is found 2020-02-01 10:58:37 -05:00
Rambo1_158.h Mapper 158 support (Emulate Alien Syndrome as mapper 158 instead of 118) 2017-05-08 22:47:59 -04:00
RawVideoFilter.cpp Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
RawVideoFilter.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
RecordedRomTest.cpp Debugger: Stop/halt instructions now only display a message, and only break execution if break on cpu crash option is turned on 2019-11-16 13:18:55 -05:00
RecordedRomTest.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
ResetTxrom.h RESET-TXROM: Use submappers to denote sizes of individual games 2022-03-17 01:04:19 +08:00
ReverbFilter.cpp Audio: Added channel panning options 2016-12-09 21:23:20 -05:00
ReverbFilter.h Audio: Added channel panning options 2016-12-09 21:23:20 -05:00
RewindData.cpp History Viewer: Added features, fixed issues (WIP) 2018-07-15 18:26:08 -04:00
RewindData.h History Viewer: Added features, fixed issues (WIP) 2018-07-15 18:26:08 -04:00
RewindManager.cpp Core: Added runahead support (1 to 10 frames) 2019-12-24 13:55:40 -05:00
RewindManager.h Rewind: Fixed rewind no longer processing inputs after a power cycle 2019-12-23 16:39:06 -05:00
RomData.h Add Mapper 413 2022-07-26 19:06:22 +08:00
RomLoader.cpp Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
RomLoader.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
RotateFilter.cpp Video: Fixed 270 degree rotation being mirrored 2017-11-11 22:11:16 -05:00
RotateFilter.h Video: Added option to rotate display by 90/180/270 degrees 2017-11-11 20:55:33 -05:00
Rt01.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Sachen74LS374N.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
Sachen3013.h Add Mapper 553 (Sachen 3013) 2022-06-17 21:04:04 +08:00
Sachen8259.h Linux: Removed -Wno-switch option and fixed warnings 2018-06-25 15:56:05 -04:00
Sachen9602.h UNIF: Added support for Sachen 9602B board 2018-06-17 00:18:17 -04:00
Sachen_133.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Sachen_136.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
Sachen_143.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Sachen_145.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Sachen_147.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
Sachen_148.h DB: Added some unlicensed games to DB 2017-04-01 18:02:12 -04:00
Sachen_149.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
SaveStateManager.cpp HD Packs: Fixed crash when loading save states 2020-02-11 22:56:38 -05:00
SaveStateManager.h Save states: Fixed incorrect timestamp in menu 2020-01-28 23:33:37 -05:00
SaveStateMessage.h Netplay: Fixed potential crash when using netplay with cheats enabled 2019-10-20 21:27:28 -04:00
ScaleFilter.cpp Revert "Merge pull request #77 from Gumball2415/feature-add-bisqwit-ntsc-smpte-C-colorimetry" 2022-04-21 18:50:01 +08:00
ScaleFilter.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
ScriptHost.cpp Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
ScriptHost.h Debugger: Added stateLoaded/stateSaved Lua callbacks (+ fixed issues with savestate API & Lua reference cleanup) 2017-10-07 19:48:45 -04:00
ScriptingContext.cpp Debugger: Lua - Fixed crash when calling emu.reset() outside callbacks 2020-04-21 20:04:04 -04:00
ScriptingContext.h Debugger: Lua - Fixed crash when calling emu.reset() outside callbacks 2020-04-21 20:04:04 -04:00
SealieComputing.h Mapper 29 support 2017-04-21 12:43:09 -04:00
SelectControllerMessage.h NetPlay: Allow controller selection for host & clients + Spectator mode 2016-02-06 15:33:45 -05:00
ServerInformationMessage.h Netplay: Added password protected servers 2018-06-16 14:02:12 -04:00
ShortcutKeyHandler.cpp UI: Added shortcuts to increase/decrease master volume 2020-04-21 21:58:07 -04:00
ShortcutKeyHandler.h Shortcuts: Allow "Run Single Frame" to auto-repeat after being held for over half a second 2019-01-13 14:10:46 -05:00
Smb2j.h UNL-SMB2J: Update 2022-03-17 01:04:19 +08:00
Snapshotable.cpp Fixed issues when loading states for mapper 48 games (e.g: Don Doko Don 2) 2019-01-06 15:01:52 -05:00
Snapshotable.h Fixed issues when loading states for mapper 48 games (e.g: Don Doko Don 2) 2019-01-06 15:01:52 -05:00
SnesController.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
SnesMouse.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
SoundMixer.cpp EPSM Volume adjustments 2021-12-20 14:36:10 +01:00
SoundMixer.h Revert "Merge pull request #42 from Gumball2415/feature-add-2a03-interference" 2021-11-10 18:36:55 -05:00
SquareChannel.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
SSGAudio.h Fix save state of EMU2149 2021-12-21 10:43:46 +08:00
StandardController.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
stdafx.cpp Save states: Removed MS-specific extension usage & disabled extensions + Removed some errors/warnings caused by this change 2016-06-02 23:56:11 -04:00
stdafx.h Debugger: Rewrite profiler and memory counters 2020-02-15 10:18:07 -05:00
StereoCombFilter.cpp Audio: Added comb filter stereo effect 2018-08-03 10:49:23 -04:00
StereoCombFilter.h Audio: Added comb filter stereo effect 2018-08-03 10:49:23 -04:00
StereoDelayFilter.cpp Audio: Added comb filter stereo effect 2018-08-03 10:49:23 -04:00
StereoDelayFilter.h Audio: Added comb filter stereo effect 2018-08-03 10:49:23 -04:00
StereoPanningFilter.cpp Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
StereoPanningFilter.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
StudyBox.h Linux: Fixed compilation error due to incorrect file name capitalization 2020-01-02 09:27:25 -05:00
StudyBoxLoader.cpp Study Box: Updated loader to match new file format specs 2020-01-01 18:47:13 -05:00
StudyBoxLoader.h Added Study Box tape support (.studybox files) 2019-12-31 20:24:06 -05:00
Subor166.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
SuborKeyboard.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
SuborMouse.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
Sunsoft3.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Sunsoft4.h Sunsoft4: Fix WORK RAM read/write access based on registers 2022-06-27 15:09:01 +08:00
Sunsoft5bAudio.h Added EPSG audio to both suncore and MMC3 2021-01-28 18:18:34 +01:00
Sunsoft89.h Linux: Fixed warnings (and enabled no-parentheses warning) 2018-06-25 15:13:32 -04:00
Sunsoft93.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Sunsoft184.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
SunsoftFme7.h Some cleanup and added $4016 EPSG addressing to all mappers 2021-01-28 18:18:35 +01:00
Super40in1Ws.h Mapper 332: Update 2022-03-17 01:04:19 +08:00
Supervision.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
SystemActionManager.h Core: Added runahead support (1 to 10 frames) 2019-12-24 13:55:40 -05:00
T230.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
T262.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
TaitoTc0190.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
TaitoTc0690.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
TaitoX1005.h BaseMapper: Keep _hasBattery flag, even if save ram is 0 bytes long (+ removed old ForceBattery patch) 2018-03-15 23:57:35 -04:00
TaitoX1017.h Add Mapper 552 2022-06-17 21:03:58 +08:00
Tf1201.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
TraceLogger.cpp Linux: Fixed compilation warnings/errors with GCC/clang 2019-11-13 18:30:05 -05:00
TraceLogger.h Fix compile error after updating VS2019 2021-02-08 15:21:03 +08:00
TriangleChannel.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
Txc22000.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
Txc22211A.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
Txc22211B.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
Txc22211C.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
TxcChip.h Mappers: Fixed/improved emulation of multiple unlicensed mappers 2019-12-20 22:59:09 -05:00
TxSRom.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Types.h Fix random background 2022-11-26 23:50:39 +08:00
UnifBoards.h Rewrite UNIF BMC-Ghostbusters63in1 & BMC-42in1ResetSwitch (m226 & m233) 2022-08-01 20:03:18 +08:00
UnifLoader.cpp Rewrite Bmc-ResetNrom-Xin1 2023-01-22 22:34:47 +08:00
UnifLoader.h Merge BMC-HP898F into Mapper 319 2022-08-01 20:03:08 +08:00
Unl158B.h Mapper 258: Fixed support for Super Hang-on 2022-06-29 01:08:11 +08:00
Unl255in1.h Support for 255-in-1 rom 2017-04-12 20:23:32 -04:00
Unl8237A.h UNIF: Added support for UNL-8237A boards 2018-06-18 21:16:30 -04:00
Unl831128C.h UNIF: Add BTL-831128C board (Mapper 528) 2022-03-17 01:03:20 +08:00
UnlBj56.h UNIF: Add UNL-BJ-56 board (Mapper 526) 2022-03-17 01:03:20 +08:00
UnlD1038.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
UnlDripGame.h Fixed init order when loading a game to prevent potential crashes (or incorrect behavior) in some scenarios (mostly if using the random mapper state option) 2019-06-22 16:33:59 -04:00
UnlDripGameAudio.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
UnlKs106C.h Rewrite Bmc-ResetNrom-Xin1 2023-01-22 22:34:47 +08:00
UnlPci556.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
UnlPuzzle.h DB: Added more unlicensed games to DB 2017-04-03 23:45:24 -04:00
UNROM.h Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring 2018-07-08 10:28:49 -04:00
UnRom512.h Unrom512: Support larger PRG sized roms 2022-03-17 01:04:19 +08:00
UnRom_94.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
UnRom_180.h Fixed issue with mapper 180 (regression caused by recent commit) 2018-06-24 20:07:50 -04:00
VbController.h Virtual Boy controller support (#766) 2020-02-07 23:34:02 +00:00
VideoDecoder.cpp Revert "Merge pull request #77 from Gumball2415/feature-add-bisqwit-ntsc-smpte-C-colorimetry" 2022-04-21 18:50:01 +08:00
VideoDecoder.h HD pack builder and BGM improvement 2020-12-20 22:26:12 +08:00
VideoHud.cpp Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
VideoHud.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
VideoRenderer.cpp UI: Added shortcuts to start/stop recording video/audio/movies 2020-06-20 00:24:24 -04:00
VideoRenderer.h Video Recorder: Added support for GIF file export 2020-02-04 19:36:15 -05:00
VirtualFile.cpp ZIP: Fixed recent game not loading when filename stored in zip file was not UTF-8 2020-06-30 16:00:22 -04:00
VirtualFile.h Libretro: Enable softpatching support 2018-08-06 19:48:57 -04:00
VRC1.h VRC1: Allow oversized PRG 2018-08-19 20:25:15 -04:00
VRC2_4.h Add Mappers 447, 448 and 450 2022-06-27 15:11:42 +08:00
VRC3.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
VRC6.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Vrc6Audio.h NSF: Fixed init problem with VRC6 (NSF-only) that could cause distorted audio 2018-12-26 13:04:40 -05:00
Vrc6Pulse.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Vrc6Saw.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
VRC7.h Restore VRC7 Mute capability 2021-11-29 13:18:42 +01:00
Vrc7Audio.h Restore VRC7 Mute capability 2021-11-29 13:18:42 +01:00
VrcIrq.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
VsControlManager.cpp Fixed crash when loading VS-DualSystem games that are marked as having no work ram 2020-04-27 20:47:28 -04:00
VsControlManager.h Fixed crash when loading VS-DualSystem games that are marked as having no work ram 2020-04-27 20:47:28 -04:00
VsSystem.h Fixed crash when loading VS-DualSystem games that are marked as having no work ram 2020-04-27 20:47:28 -04:00
VsSystemActionManager.h Run Ahead: Fixed some issues with FDS/VS System system actions not being processed properly 2020-01-25 13:40:24 -05:00
VsZapper.h Input: Reading the controller while the strobe signal is high should always return the state of button A 2019-12-23 20:47:10 -05:00
Waixing162.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Waixing164.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Waixing178.h Add Mapper 551 2022-06-17 21:04:33 +08:00
Waixing252.h Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
WaixingFS005.h Add Mapper 523 and UNIF WaixingFS005 2022-07-01 23:44:17 +08:00
WaveRecorder.cpp UI: Added shortcuts to start/stop recording video/audio/movies 2020-06-20 00:24:24 -04:00
WaveRecorder.h Sound Recorder: Added .wav recording feature (Tools menu) 2016-06-05 14:36:20 -04:00
ym3438.cpp EPSM Rythm Support 2021-08-09 00:44:44 +02:00
ym3438.h EPSM Rythm Support 2021-08-09 00:44:44 +02:00
Yoko.h Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset) 2019-02-08 19:39:35 -05:00
Zapper.h Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00