Commit graph

35 commits

Author SHA1 Message Date
Sour
eceaad99a8 Debugger: Save/load breakpoints/watch entries 2019-03-28 22:45:19 -04:00
Sour
ac4b5345f7 Debugger: Added TBL support 2019-03-28 22:45:14 -04:00
Sour
41ee29d650 Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
Sour
113d440b3d Debugger: Added tile viewer tool 2019-03-23 15:39:21 -04:00
Sour
0d0f5e6e58 Debugger: Added palette viewer 2019-03-16 16:38:28 -04:00
Sour
92d915b585 Audio: Added sound recorder 2019-03-15 12:58:30 -04:00
Sour
033469ff01 Video: AVI recording 2019-03-15 12:48:34 -04:00
Sour
4525d7328b Command line: Load rom from command line arguments 2019-03-15 12:24:02 -04:00
Sour
c66a63b0f3 Video: Exclusive fullscreen mode support 2019-03-15 11:39:57 -04:00
Sour
b09ca0c113 Video: Windowed fullscreen (+ auto-hide menu) 2019-03-15 11:15:47 -04:00
Sour
84d1439780 Video: Overscan settings 2019-03-15 10:15:45 -04:00
Sour
61c1b58051 PPU: Always output a 239-line picture (+ UI refactoring for scaling/resizing logic) 2019-03-14 23:30:47 -04:00
Sour
a8d388043e UI: Auto-scale display when resizing window 2019-03-14 20:54:04 -04:00
Sour
0836db643f UI: Added recent game selection screen 2019-03-14 18:07:25 -04:00
Sour
45f0f77d6b NTSC/PAL selection (+ auto detect) 2019-03-14 15:25:35 -04:00
Sour
58af2b136f UI: Help menu (about, report bug, check for updates) 2019-03-14 12:34:29 -04:00
Sour
bceb0394ef UI: Input configuration 2019-03-13 22:56:33 -04:00
Sour
98408d7a4a UI: Cleanup - Removed step actions from main window 2019-03-12 13:25:53 -04:00
Sour
69d4730801 UI: Added emulation config window 2019-03-12 13:20:29 -04:00
Sour
73913e1f0c Save state support 2019-03-12 09:15:57 -04:00
Sour
fe958a8285 UI: Preferences, shortcut keys, emulation speed, etc. 2019-03-11 17:56:54 -04:00
Sour
9188baf7f1 UI: Added recent files menu 2019-03-10 19:37:42 -04:00
Sour
2893664d0f UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
Sour
60af2e2f64 UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
Sour
0ada7f9d2f Debugger: Added Event Viewer 2019-03-07 20:12:32 -05:00
Sour
706ef2f6e4 Debugger: Added basic tilemap viewer 2019-03-03 16:34:23 -05:00
Sour
802bd75df1 Debugger: Disassembly window, code data logger 2019-02-27 19:49:26 -05:00
Sour
b806b3d96e Core: Added SNES controller support 2019-02-17 20:29:29 -05:00
Sour
93e8fd9d5e Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities 2019-02-17 14:42:35 -05:00
Sour
4bea25ecc7 Debugger: Break and open trace logger on BRK instruction 2019-02-16 08:10:08 -05:00
Sour
691175aaaa Stop and cleanup properly when closing application (to fix crash) 2019-02-16 01:22:31 -05:00
Sour
6d22b920b8 Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
Sour
aed9270e52 Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
Sour
522372a365 Fixed addressing bugs, added PPU stub, improved trace logger output, split CPU instructions to another file 2019-02-13 13:32:51 -05:00
Sour
5c19584019 Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00