awjackson / bsnes-classic Public
master
Commits on Sep 5, 2017
Commits on Jul 12, 2017
Commits on Jun 27, 2017
-
nall: let's not do a switch() on every. single. call to keyboard(), m…
…ouse(), and joypad()
Commits on Aug 18, 2016
Commits on Jul 9, 2016
Commits on May 28, 2016
Commits on May 24, 2016
Commits on May 2, 2016
Commits on Nov 20, 2015
Commits on Nov 10, 2015
-
don't deadlock GUI when windows system menu is open
(should fix #33, and let's mask WM_SYSCOMMAND's param correctly while i'm at it just in case)
Commits on Jul 22, 2015
Commits on Jul 19, 2015
-
[snes] Add debugger source dependencies to Makefile
Without this addition, "make" will not rebuild bsnes properly when the debugger source files are modified.
Commits on Jul 3, 2015
-
superfx: more multiply timing fixes; de-template-ify opcodes to great…
…ly reduce compiled code size
Commits on Jun 26, 2015
Commits on Jun 21, 2015
Commits on Jun 2, 2015
-
ui-qt: fixed and reenabled quick load/save menu items (problem was ca…
…used by relying on undefined behavior, not 'a Qt bug')
Commits on Jun 1, 2015
-
ui: replace most '#if defined(PROFILE...' with specific PPU/DSP featu…
…re checks; allows PPU and DSP components to be mixed and matched
Commits on May 26, 2015
-
dsp: add macros to allow compiling as an non-cothreaded state machine…
… for speed (not enabled yet; plan is to add channel_enable() support, do a few more optimizations, and then nuke alt/dsp)
-
Commits on May 24, 2015
-
Merge alt/cpu/debugger with cpu/debugger by renaming a few member var…
…iables; also remove some unused variables
-
show correct branch distances for cpu+smp
regardless of the actual current PC location, so that disassembling at *other* locations shows the expected results
Commits on May 22, 2015
Commits on May 20, 2015
Commits on May 19, 2015
Commits on May 16, 2015
-
debugger: add a flag indicating that the debugger is accessing the bu…
…s; 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)
Commits on May 9, 2015
Commits on May 5, 2015
Commits on May 3, 2015
-
Fixed bugs in previous commit: fieldlines() returned wrong result if …
…called before line 128 in interlace mode, serialize() was missing a variable
Commits on May 2, 2015
-
Emulate long scanline in PAL interlace mode; fix bug in performance C…
…PU affecting Tetris Attack