bsnes-classic/bsnes/snes
Sharpy 8f482d1640 superfx improvements
Superfx improvements
2016-08-21 17:16:56 +01:00
..
alt ui: replace most '#if defined(PROFILE...' with specific PPU/DSP feature checks; allows PPU and DSP components to be mixed and matched 2015-06-01 05:38:10 -04:00
audio Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
cartridge Nonexistent MappedRAM's size() is now 0 and not a magic number 2015-05-01 04:38:43 +00:00
cheat Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
chip superfx: improve instruction cache timing 2016-06-09 23:21:05 -04:00
config superfx: more multiply timing fixes; de-template-ify opcodes to greatly reduce compiled code size 2015-07-03 06:07:19 -04:00
cpu Fix disassembly of pea/pei/per 2016-07-09 00:29:27 -04:00
debugger debugger: add a flag indicating that the debugger is accessing the bus; this is used to suppress unwanted side effects of reads (e.g. cothread switches, latch-on-read registers) and to allow ROM to be modified (in place of MappedRAM::write_protect(), which is going away soon) 2015-05-16 10:53:36 +00:00
dsp ui: replace most '#if defined(PROFILE...' with specific PPU/DSP feature checks; allows PPU and DSP components to be mixed and matched 2015-06-01 05:38:10 -04:00
input input: cache mouse data when latched, fixes mouse input problem in Tokimeki Memorial 2014-08-15 11:59:22 +00:00
interface Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
libsnes Nonexistent MappedRAM's size() is now 0 and not a magic number 2015-05-01 04:38:43 +00:00
memory debugger: add a flag indicating that the debugger is accessing the bus; this is used to suppress unwanted side effects of reads (e.g. cothread switches, latch-on-read registers) and to allow ROM to be modified (in place of MappedRAM::write_protect(), which is going away soon) 2015-05-16 10:53:36 +00:00
ppu ui: replace most '#if defined(PROFILE...' with specific PPU/DSP feature checks; allows PPU and DSP components to be mixed and matched 2015-06-01 05:38:10 -04:00
scheduler Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
smp Merge alt/cpu/debugger with cpu/debugger by renaming a few member variables; also remove some unused variables 2015-05-24 11:12:27 -04:00
system memory: Make breakpoint mirroring work with MMIO (requiring some changes to BSXCart). While at it, remove some redundant masking and replace some magic numbers with enums 2015-04-18 09:13:25 +00:00
video Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
Makefile [snes] Add debugger source dependencies to Makefile 2015-07-19 10:48:07 -04:00
profile-accuracy.hpp Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
profile-compatibility.hpp Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
profile-performance.hpp Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
snes.hpp superfx: more multiply timing fixes; de-template-ify opcodes to greatly reduce compiled code size 2015-07-03 06:07:19 -04:00