bsnes/higan/processor/wdc65816
Tim Allen c2d0ed4ca8 Update to v106r62 release.
byuu says:

Changelog:

  - sfc/cx4: added missing instructions [info from Overload]
  - sfc/cx4: added instruction cache emulation [info from ikari]
  - sfc/sa1: don't let CPU access SA1-only I/O registers, and vice versa
  - sfc/sa1: fixed IRQs that were broken from the recent WIP
  - sfc/sa1: significantly improved bus conflict emulation
      - all tests match hardware now, other than HDMA ROM↔ROM, which
        is 0.5 - 0.8% too fast
  - sfc/cpu: fixed a bug with DMA→CPU alignment timing
  - sfc/cpu: removed the DMA pipe; performs writes on the same cycles as
    reads [info from nocash]
  - sfc/memory: fix a crashing bug due to not clearing Memory size field
    [hex_usr]
  - bsnes/gb: use .rtc for real-time clock file extensions on the Game
    Boy [hex_usr]
  - ruby/cgl: compilation fix [Sintendo]

Now let's see if I can accept being off by ~0.65% on one of twelve SA1
timing tests for the time being and prioritize much more important
things or not.
2018-09-10 12:11:19 +10:00
..
algorithms.cpp Update to v102r26 release. 2017-06-16 10:06:17 +10:00
disassembler.cpp Update to v102r25 release. 2017-06-15 01:55:55 +10:00
instruction.cpp Update to v106r61 release. 2018-09-04 15:44:35 +10:00
instruction.hpp Update to v104r15 release. 2017-09-29 20:36:35 +10:00
instructions-modify.cpp Update to v102r25 release. 2017-06-15 01:55:55 +10:00
instructions-other.cpp Update to v104r15 release. 2017-09-29 20:36:35 +10:00
instructions-pc.cpp Update to v106r60 release. 2018-09-03 00:06:41 +10:00
instructions-read.cpp Update to v102r25 release. 2017-06-15 01:55:55 +10:00
instructions-write.cpp Update to v102r25 release. 2017-06-15 01:55:55 +10:00
memory.cpp Update to v106r60 release. 2018-09-03 00:06:41 +10:00
serialization.cpp Update to v106r62 release. 2018-09-10 12:11:19 +10:00
wdc65816.cpp Update to v106r62 release. 2018-09-10 12:11:19 +10:00
wdc65816.hpp Update to v106r62 release. 2018-09-10 12:11:19 +10:00