Commit graph

2903 commits

Author SHA1 Message Date
Sour
9be0da4ea6 Debugger: Added go to shortcuts for FDS games 2019-12-24 18:59:32 -05:00
Sour
c48a128dd7 UI: Fixed layout issue with power on ram state dropdown 2019-12-24 15:30:43 -05:00
Sour
553b84371e UI: Hide mouse cursor after exiting pause 2019-12-24 15:14:01 -05:00
Sour
c7675bcd49 Core: Added runahead support (1 to 10 frames) 2019-12-24 13:55:40 -05:00
Sour
fd02e406b0 MMC5: Save EXRAM data in .sav file when board has a battery 2019-12-23 22:20:34 -05:00
Sour
c3b1b3effc Input: Reading the controller while the strobe signal is high should always return the state of button A
Fixed an edge case that occurred when setting strobe bit after reading $4016 once and then reading $4016 again
2019-12-23 20:47:10 -05:00
Sour
1d03eb7859 Debugger: Hex Editor - Give keyboard focus to the hex editor when form is opened 2019-12-23 16:49:54 -05:00
Sour
32f5ece894 Rewind: Fixed rewind no longer processing inputs after a power cycle 2019-12-23 16:39:06 -05:00
Sour
8fd28e2e8f UI: Display more than 1 game in game selection screen 2019-12-23 14:51:26 -05:00
Sour
11720fd30d UI: Added shortcuts to select a specific save slot 2019-12-23 14:50:34 -05:00
Sour
515fd45aa9 Debugger: Event Viewer - Fix filter options not working after closing another configuration window 2019-12-23 14:19:21 -05:00
Sour
d84243b8b0 PPU: Prerender scanline sprite fetches should fetch dummy tiles (index $FF) 2019-12-22 17:57:47 -05:00
Sour
9b825e1c7a Tests: Fixed callback definition 2019-12-22 17:57:11 -05:00
Sour
ec4a215d0b VS: Fixed VS2019 compilation for x86/etc 2019-12-21 13:12:30 -05:00
Sour
58b6dd188f Upgrade to VS2019 and C++17 2019-12-21 12:23:55 -05:00
newsie-oss
fdd9435249 Libretro: Sample rate option + static linking (#734)
* [libretro] use audio batch
* [libretro] variable sound rate
* [libretro] mingw static libs
* [libretro] mingw xp support
2019-12-21 12:18:02 -05:00
Sour
4ca3442719 MC-ACC: Update/fix behavior based on recent findings 2019-12-20 23:40:09 -05:00
Sour
933fa3e8ba Mappers: Fixed/improved emulation of multiple unlicensed mappers
Based on NRS' research
2019-12-20 22:59:09 -05:00
Sour
11135ec485 HD Packs: Added new features (contributed by kya) + updated docs 2019-12-20 13:53:13 -05:00
Sour
2c361cc92e Fixed HistoryViewerRelease function definition (causes crash in 32-bit mode) 2019-12-20 12:21:40 -05:00
Sour
5e61901f2e Debugger: Fixed crash with CA65 .dbg integration 2019-12-20 11:28:14 -05:00
Sour
8b9923135f Audio: Prevent crash when SetAudioDevice is called with a null value
This occurs if GetAudioDevices returns no devices.
2019-12-19 21:35:09 -05:00
Sour
ec3dc5d327 Debugger: Script Window - Fixed errors/typos in help tooltips 2019-12-18 21:34:25 -05:00
Sour
8fd774b038 Debugger: Added "break on bus conflict" option 2019-12-12 21:03:32 -05:00
ReverseDmitry
f33a240f31 UI: Updated Russian translation (#723) 2019-12-09 19:57:50 -05:00
juanramonmartinez
7a41d0f7dd UI: Spanish language updated (#721) 2019-12-09 19:57:09 -05:00
Sour
e31e500b03 Color Dreams: Allow oversized roms (4 bits for PRG instead of 2 bits) 2019-12-08 17:06:37 -05:00
Sour
bc32701d8e Debugger: Fixed CHR mapping display bug 2019-12-06 20:29:58 -05:00
Sour
9711c7ab10 MMC5: Fixed exram nametable mapping (exram mode 0/1) 2019-11-26 16:55:26 -05:00
Sour
75ad4a1ff1 MMC3: Increase the minimum gap to 9 pixels between A12 rises (8 pixels breaks Wario Woods) 2019-11-24 18:46:43 -05:00
Sour
c5ddfcc301 Study Box: Improvements/fixes (and a lot of guesses)
-Sync up tape data with cpu cycles
-Fixed command $86 to move to the next "subpage"
2019-11-24 15:03:04 -05:00
Sour
7b20300f6d 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
Sour
eacd07d010 Debugger: Create auto-labels on addresses that contain only a comment + create auto-labels for functions 2019-11-24 10:24:36 -05:00
Sour
38b50f016f Study Box: Fixed incorrect mappings and fixed the display for 4400-4FFF in the debugger window
(+ fixed some debug warnings)
2019-11-23 21:40:13 -05:00
Sour
c83e0104b3 Debugger: Fixed comments being duplicated on every power cycle 2019-11-23 19:33:19 -05:00
gouchi
de8dc930f2 Libretro: Fix linux arm build (#711) 2019-11-23 19:32:20 -05:00
Sour
7825a606f5 UI: Fixed crash on first launch 2019-11-23 08:58:57 -05:00
Sour
fdf9c39490 Study Box: Ability to load data pages and see the corresponding scene/game (no audio) 2019-11-22 23:36:56 -05:00
Sour
8a9530974d Libretro: Fixed makefile 2019-11-21 22:43:40 -05:00
Sour
f7ff089689 Core: Fix NMI code to better reflect the hardware
Fixes a crash in Super Chinese 3 caused by the PPU rapidly switching the NMI signal on and then back off (which caused the CPU to incorrectly jump to the IRQ handler and crashed the game)
2019-11-21 22:33:08 -05:00
Sour
02b1b75900 Docs: Add notes about using the zapper 2019-11-21 18:08:55 -05:00
Sour
81f455daa0 Debugger: Text Hooker - Only update clipboard when needed and catch exceptions if one occurs 2019-11-21 18:03:30 -05:00
Sour
a8bab89555 Debugger: Watch Window - Refresh on each frame regardless of refresh while running debugger window option 2019-11-20 19:14:07 -05:00
Sour
4a258e6788 Debugger: Event Viewer - Added refresh speed options 2019-11-20 19:12:08 -05:00
Sour
85f4c1cc2f Debugger: Event Viewer - Apply emphasis/grayscale bits to ntsc borders 2019-11-20 18:43:38 -05:00
Sour
8508b211cc Debugger: Event Viewer - Added option to show NTSC borders
+ Ported most of Mesen-S' event viewer code to allow this to work
2019-11-19 22:28:45 -05:00
Sour
43811ae7ac UI: Added "reload rom" option and changed power cycle to not reload from disk 2019-11-19 22:18:09 -05:00
Sour
5f7b2319ce Fixed lockup when rom is no longer on disk and power cycle is pressed while debugger tools are opened 2019-11-16 22:56:01 -05:00
Sour
27d512e02f Input: Turn off hot plugging for directinput devices
Loading, resetting a game or opening input config will still check for new DInput controllers
2019-11-16 22:32:06 -05:00
Sour
ae0547df65 FDS: Fixed issue that caused FDS games to create IPS files even when no save data was required 2019-11-16 21:19:48 -05:00