bsnes/higan
Tim Allen 65a3e6c676 Update to v106r49 release.
byuu says:

This is a fairly radical WIP with extreme changes to lots of very
important parts.

The result is a ~7% emulation speedup (with bsnes, unsure how much it
helps higan), but it's quite possible there are regressions. As such, I
would really appreciate testing as many games as possible ... especially
the old finnicky games that had issues with DMA and/or interrupts.

One thing to note is that I removed an edge case test that suppresses
IRQs from firing on the very last dot of every field, which is a
behavior I've verified on real hardware in the past. I feel that the
main interrupt polling function (the hottest portion of the entire
emulator) is not the appropriate place for it, and I should instead
factor it into assignment of NMITIMEN/VTIME/HTIME using the new
io.irqEnable (==virqEnable||hirqEnable) flag. But since I haven't done
that yet ... there's an old IRQ test ROM of mine that'll fail for this
WIP. No commercial games will ever rely on this, so it's fine for
testing.

Changelog:

  - sfc/cpu.smp: inlined the global status functions
  - sfc/cpu: added readRAM, writeRAM to use a function pointer instead
    of a lambda for WRAM access
  - sfc/cpu,smp,ppu/counter: updated reset functionality to new style
    using class inline initializers
  - sfc/cpu: fixed power(false) to invoke the reset vector properly
  - sfc/cpu: completely rewrote DMA handling to have per-channel
    functions
  - sfc/cpu: removed unused joylatch(), io.joypadStrobeLatch
  - sfc/cpu: cleaned up io.cpp handlers
  - sfc/cpu: simplified interrupt polling code using
    nall::boolean::flip(),raise(),lower() functions
  - sfc/ppu/counter: cleaned up the class significantly and also
    optimized things for efficiency
  - sfc/ppu/counter: emulated PAL 1368-clock long scanline when
    interlace=1, field=1, vcounter=311
  - sfc/smp: factored out the I/O and port handlers to io.cpp
2018-07-19 19:01:44 +10:00
..
audio Update to v106r47 release. 2018-07-14 13:59:29 +10:00
emulator Update to v106r49 release. 2018-07-19 19:01:44 +10:00
fc Update to v106r31 release. 2018-05-28 11:51:38 +10:00
gb Update to v106r48 release. 2018-07-16 16:16:26 +10:00
gba Update to v106r30 release. 2018-05-28 11:16:27 +10:00
md Update to v106r36 release. 2018-06-04 12:44:57 +10:00
ms Update to v106r36 release. 2018-06-04 12:44:57 +10:00
obj Ignore generated file dependency information. 2018-05-25 18:07:03 +10:00
out Update to v106r25 release. 2018-05-23 13:45:24 +10:00
pce Update to v106r36 release. 2018-06-04 12:44:57 +10:00
processor Update to v106r47 release. 2018-07-14 13:59:29 +10:00
resource Update to v106r24 release. 2018-05-20 14:39:29 +10:00
sfc Update to v106r49 release. 2018-07-19 19:01:44 +10:00
systems Update to v106r42 release. 2018-06-26 13:17:26 +10:00
target-bsnes Update to v106r48 release. 2018-07-16 16:16:26 +10:00
target-higan Update to v106r48 release. 2018-07-16 16:16:26 +10:00
video Update to v106r47 release. 2018-07-14 13:59:29 +10:00
ws Update to v106r30 release. 2018-05-28 11:16:27 +10:00
GNUmakefile Update to v106r48 release. 2018-07-16 16:16:26 +10:00