bsnes/higan/target-tomoko/program
Tim Allen aef8d5e962 Update to v106r1 release.
byuu says:

Changelog:

  - Z80: infinite DD/FD prefixes will no longer cause an emulator crash;
    but will still deadlock savestates
  - Z80: emulated R incrementing on M1 cycles
  - Z80: `LD a, [ir]` should update flags [hex_usr]
  - Z80: minor code cleanups
  - tomoko: added “Pause Emulation” toggle to Tools menu
      - you can still use the hotkey to pause emulation before starting
        a game if you really want to
      - this will be useful if and when I re-add trace logging to
        capture instructions from power-on
  - icarus: more PAL games added to the SNES database

I hope I've implemented R correctly. It should only increment twice on
DD,FD CB xx instructions. LDI/LDD/LDIR/LDDR should work as expected as
well. It increments once when interrupts are executed (and not maksed.)
The top bit is ignored in increments.
2017-12-27 08:11:03 +11:00
..
interface.cpp Update to v104r14 release. 2017-09-24 11:01:48 +10:00
medium.cpp Update to v106 release. 2017-11-19 23:05:02 +11:00
program.cpp Update to v106 release. 2017-11-19 23:05:02 +11:00
program.hpp Update to v106r1 release. 2017-12-27 08:11:03 +11:00
state.cpp Update to v103r10 release. 2017-07-07 13:38:46 +10:00
utility.cpp Update to v106r1 release. 2017-12-27 08:11:03 +11:00