Commit graph

209 commits

Author SHA1 Message Date
Sour
53de61ba90 HDMA: Fixed timings on HDMA initalization (and fixed regression that caused DRAM refresh to not longer occur) 2019-03-26 19:07:06 -04:00
Sour
c7326e626f Debugger: Fixed PC value for event viewer tooltips 2019-03-25 23:48:20 -04:00
Sour
d45169a217 PPU: Output black color during forced blank 2019-03-25 23:46:02 -04:00
Sour
713b83c1fb HDMA: Improved HDMA init timing (and fixed potential problems caused by running it in the middle of a PPU cycle) 2019-03-25 22:59:18 -04:00
Sour
e0b0ac3a96 HDMA should not be run during forced blank 2019-03-25 20:34:10 -04:00
Sour
e34a1c81cd PPU: Apply windows to mode 7 2019-03-25 19:10:39 -04:00
Sour
664c984a9d HDMA: Decrement flag is ignored for HDMA transfers 2019-03-25 18:29:37 -04:00
Sour
574cad9a0b LoROM: Fixed mapping issues in banks $F0-FF 2019-03-24 20:43:19 -04:00
Sour
401c2c91cb CPU: Fixed move behavior with 8-bit index mode 2019-03-24 20:20:43 -04:00
Sour
0e26e5317d Debugger: Step into, step over, run ppu cycle/scanline/frame (+ call stack fixes) 2019-03-24 16:42:52 -04:00
Sour
75361b4bce Debugger: Added call stack 2019-03-24 12:05:51 -04:00
Sour
77afd87815 Debugger: Added toolbar 2019-03-23 22:13:37 -04:00
Sour
7cc7d54705 Debugger: Added toggle breakpoint shortcut + refactoring 2019-03-23 21:56:35 -04:00
Sour
c41e3458eb Debugger: Added mode 7 / direct color support to tilemap viewer 2019-03-23 17:23:36 -04:00
Sour
113d440b3d Debugger: Added tile viewer tool 2019-03-23 15:39:21 -04:00
Sour
e227f69662 SPC: Improved/fixed reset behavior 2019-03-22 23:53:20 -04:00
Sour
75a93f6993 Debugger: Add SPC RAM to memory tools 2019-03-22 21:38:31 -04:00
Sour
66c457771c SPC: Rewrite SPC core 2019-03-22 21:37:32 -04:00
Sour
ebfd42f5b6 CPU: Improve timings for WAI instruction (?) 2019-03-22 21:37:32 -04:00
Sour
5279b3d47d Fixed mask logic for ROM/RAM sizes that aren't powers of 2 2019-03-22 21:37:32 -04:00
Sour
273403676a HDMA: No overhead for HDMA if all channels are disabled (?) 2019-03-22 21:37:31 -04:00
Sour
7e091529aa Fixed crash when exiting emulator (shortcut handler must be deleted before deleting the key manager) 2019-03-22 21:31:07 -04:00
Sour
0d0f5e6e58 Debugger: Added palette viewer 2019-03-16 16:38:28 -04:00
Sour
bb0c8b1f10 DMA: Fix behavior when trying to write to B bus registers using the A bus (and when trying to read/write DMA registers using DMA) + fixed DMA wrapping when it reaches the end of a bank 2019-03-16 16:36:58 -04:00
Sour
9f29e86e2a Debugger: Fixed "scanline" field (tilemap viewer) not working with arrow keys 2019-03-16 14:04:51 -04:00
Sour
10b76545d6 PPU: Fetch sprite color at render time (instead of during hblank) 2019-03-16 14:04:21 -04:00
Sour
63f6de6a8e Core: Reset/Power Cycle support (+ fixed power on state for DMA controller) 2019-03-16 12:20:18 -04:00
Sour
c7ecf754da PPU: Block 2118/2119 writes when outside vblank/fblank 2019-03-15 21:09:39 -04:00
Sour
b90b273e4b Debugger: Fixed disassembly for BRL instruction 2019-03-15 18:15:52 -04:00
Sour
9af57723ec UI: Added configuration wizard + portable mode support 2019-03-15 16:19:42 -04:00
Sour
a8d9b77c98 Input: Added snes mouse support 2019-03-15 14:16:27 -04:00
Sour
9c82005a5c UI: Hide mouse cursor when running 2019-03-15 13:46:46 -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
fe7a1add99 Video: Added integer (60.0 vs 60.1) FPS mode 2019-03-14 15:29:13 -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
99e2e1bf0b Added pause/resume functionality 2019-03-12 13:13:32 -04:00
Sour
20aee963c9 UI: Added screenshot support 2019-03-12 12:44:59 -04:00
Sour
7d068963a4 Added rewind + fast forward support 2019-03-12 12:06:42 -04:00