Skip to content
Permalink
master

Commits on Sep 5, 2017

Commits on Jul 9, 2016

Commits on May 28, 2016

Commits on May 24, 2016

Commits on May 2, 2016

Commits on Nov 10, 2015

  1. 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)
    devinacker authored and awjackson committed Nov 10, 2015

Commits on Jul 19, 2015

  1. [snes] Add debugger source dependencies to Makefile

        Without this addition, "make" will not rebuild bsnes properly when the debugger source files are modified.
    bazz1tv authored and awjackson committed Jul 19, 2015

Commits on Jul 3, 2015

  1. superfx: more multiply timing fixes; de-template-ify opcodes to great…

    …ly reduce compiled code size
    awjackson committed Jul 3, 2015

Commits on Jun 26, 2015

Commits on Jun 21, 2015

  1. Update libco

    awjackson committed Jun 21, 2015

Commits on Jun 2, 2015

  1. ui-qt: fixed and reenabled quick load/save menu items (problem was ca…

    …used by relying on undefined behavior, not 'a Qt bug')
    awjackson committed Jun 2, 2015

Commits on Jun 1, 2015

  1. ui: replace most '#if defined(PROFILE...' with specific PPU/DSP featu…

    …re checks; allows PPU and DSP components to be mixed and matched
    awjackson committed Jun 1, 2015

Commits on May 26, 2015

  1. 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)
    awjackson committed May 26, 2015

Commits on May 24, 2015

  1. Merge alt/cpu/debugger with cpu/debugger by renaming a few member var…

    …iables; also remove some unused variables
    awjackson committed May 24, 2015
  2. show correct branch distances for cpu+smp

    regardless of the actual current PC location, so that disassembling at
    *other* locations shows the expected results
    devinacker authored and awjackson committed May 24, 2015

Commits on May 22, 2015

  1. alt/cpu: this one too

    awjackson committed May 22, 2015

Commits on May 20, 2015

Commits on May 19, 2015

  1. Update project URL

    awjackson committed May 19, 2015

Commits on May 16, 2015

  1. 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)
    awjackson committed May 16, 2015

Commits on May 9, 2015

Commits on May 3, 2015

  1. Fixed bugs in previous commit: fieldlines() returned wrong result if …

    …called before line 128 in interlace mode, serialize() was missing a variable
    awjackson committed May 3, 2015

Commits on May 2, 2015

  1. Emulate long scanline in PAL interlace mode; fix bug in performance C…

    …PU affecting Tetris Attack
    awjackson committed May 2, 2015
Older