Commit graph

1432 commits

Author SHA1 Message Date
Sour
cd07736c9d Rewind: Always restore normal emulation speed after rewinding (fixes issues when rewind speed is not 100%) 2018-07-08 10:28:49 -04:00
Sour
436079628d Debugger: Fixed deadlock when calling Reset/Power Cycle multiple times in a row while the debugger is active 2018-07-08 10:28:49 -04:00
Sour
3ac8cb2018 VS System: Cleanup config UI (keep DIP switches only) + support for NES 2.0 input type proposal (WIP) 2018-07-08 10:28:49 -04:00
Sour
d72d1f3c6d 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
Sour
7c8a54a4f6 VS System: Fixed/improved button remapping 2018-07-08 10:28:48 -04:00
Sour
36b88ac6af Debugger: Don't auto-start debugger when oam decay is turned on 2018-07-08 10:28:48 -04:00
Sour
9f12f1c756 Debugger: Added option to break on decayed OAM read 2018-07-08 10:28:48 -04:00
Sour
7a62b2af80 Debugger: Added option to select which CPU to debug (VS DualSystem) (hidden from menu because issues exist) 2018-07-08 10:28:48 -04:00
Sour
454457caf4 Libretro: Updated code for refactoring + fixed compilation errors 2018-07-08 10:28:48 -04:00
Sour
08aa617a91 HD Packs: Fixed CHR RAM packs not working (caused by refactoring) 2018-07-08 10:28:48 -04:00
Sour
2f9581ff2f VS DualSystem: Added options to select which video/audio streams to show/play 2018-07-08 10:28:48 -04:00
Sour
47fbe93b62 Added support for VS DualSystem (WIP - dual video/audio, input, save states, movies & netplay working) 2018-07-08 10:28:48 -04:00
Sour
1489868a3f Linux: Fixed Linux compilation errors/warnings (due to refactoring) 2018-07-08 10:28:47 -04:00
Sour
97270f2b2e Movies: Fixed regressions (due to refactoring) - PollCounter + bk2/fm2 playback 2018-07-08 10:28:47 -04:00
Sour
2504fe0b71 Netplay: Fixed regressions/crashes caused by refactoring 2018-07-08 10:28:47 -04:00
Sour
974bd8cd07 Allow Lua API to be used by multiple debugger instances 2018-07-08 10:28:47 -04:00
Sour
c877f73891 Split part of MessageManager into non-static NotificationManager
+ Fixed movie recording/playback (for .mmo files)
2018-07-08 10:28:47 -04:00
Sour
04310eddb4 Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Sour
a4ed758202 Movies: Allow roms with a different hash to be used to playback a movie (temporary solution) 2018-07-04 20:10:15 -04:00
Sour
9b070704b0 Netplay: Fixed client input data being ignored by server 2018-06-29 00:08:48 -04:00
Sour
9bcde89188 Rework notification registration to avoid a lot of potential deadlock situations 2018-06-29 00:06:12 -04:00
Sour
d10b11f0b3 Audio: Added option to reduce volume during fast forward/rewind 2018-06-27 19:49:47 -04:00
Sour
5052dc1988 Fixed CHR banking issue in mapper 82 (Taito X1-017) 2018-06-25 20:57:32 -04:00
Sour
bdfa554a15 Linux: Fixed a few more warnings found with -Wextra 2018-06-25 16:21:15 -04:00
Sour
1e90a71394 Linux: Removed -Wno-switch option and fixed warnings 2018-06-25 15:56:05 -04:00
Sour
669113710a Linux: Fixed warnings (and enabled no-parentheses warning) 2018-06-25 15:13:32 -04:00
Sour
bb5794ffdf UNIF: Set CHINA_ER_SAN2 boards to use mapper 19 2018-06-25 13:54:24 -04:00
Sour
86231c94e3 UNIF: Added support for BMC-60311C boards 2018-06-25 13:35:40 -04:00
Sour
b5d460ffb3 UNIF: Added support for SSS-NROM-256 board (Famicombox Menu cartridge) - incomplete, but boots properly 2018-06-25 13:04:23 -04:00
Sour
9f643f256b Removed "mapper 220" - this was a duplicate of KS7057 2018-06-25 10:15:21 -04:00
Sour
e73abef7ee MMC1: Fixed MMC1 not working properly w/ random mapper init state option 2018-06-24 22:20:40 -04:00
Sour
982302fa15 Fixed issue with mapper 180 (regression caused by recent commit) 2018-06-24 20:07:50 -04:00
Sour
ebf4e1f0c0 Added support for mapper 224 2018-06-24 12:36:46 -04:00
Sour
cef7fa9eaa UNIF: Added support for UNL-DRIPGAME boards 2018-06-24 12:04:38 -04:00
Sour
5e6578a4a0 Added support for GN-45 boards 2018-06-23 18:29:48 -04:00
Sour
aad9ec6945 Linux: Fixed build error 2018-06-22 00:14:53 -04:00
Sour
48dcfa6de7 UNIF: Added support for UNL-DragonFighter boards 2018-06-21 16:52:54 -04:00
Sour
4d3e10dd41 UNIF: Added support for BMC-HPxx boards 2018-06-20 23:36:29 -04:00
Sour
ee8e8fc7bf Debugger: Trace Logger - Potential fix for trace logger not logging NMI/IRQ in some conditions
It was possible for the static instance to become null even though an active trace logger instance existed
2018-06-20 20:17:33 -04:00
Sour
4a52c94816 HD Packs: Added option to display custom backgrounds behind bg priority sprites (instead of over them) 2018-06-19 22:17:00 -04:00
Sour
40606f924a Fixed compilation warnings 2018-06-19 20:48:57 -04:00
Sour
3e6f10757c Fixed some cast-align warnings (potential fix for Android crash?) 2018-06-19 20:43:16 -04:00
Sour
3736cc108c Debugger: Lua - Fixed origin for drawRectangle with negative width/height 2018-06-19 00:16:30 -04:00
Sour
6ce759298e UNIF: Updated some board mappings 2018-06-19 00:07:35 -04:00
Sour
66dae9189d UNIF: Added support for UNL-8237A boards 2018-06-18 21:16:30 -04:00
Sour
e18fab0557 Libretro: Do not adjust sample rate for audio (fixes sound regression) 2018-06-17 23:09:02 -04:00
Sour
d612c6a4cb Fixed typo in UnifBoards enum 2018-06-17 23:09:02 -04:00
Sour
6d17a5a8e5 UNIF: Added support for UNL-T-230 boards 2018-06-17 23:09:02 -04:00
Sour
3104e6150d UNIF: Added support for UNL-YOKO boards 2018-06-17 23:09:02 -04:00
Sour
f818047c2a VRC7: Implemented missing "mute audio" flag 2018-06-17 23:09:02 -04:00