bsnes/higan
Tim Allen bab2ac812a Update to v101r24 release.
byuu says:

Changelog:

  - SMS: extended bus mapping of in/out ports: now decoding them fully
    inside ms/bus
  - SMS: moved Z80 disassembly code from processor/z80 to ms/cpu
    (cosmetic)
  - SMS: hooked up non-functional silent PSG sample generation, so I can
    cap the framerate at 60fps
  - SMS: hooked up the VDP main loop: 684 clocks/scanline, 262
    scanlines/frame (no PAL support yet)
  - SMS: emulated the VDP Vcounter and Hcounter polling ... hopefully
    it's right, as it's very bizarre
  - SMS: emulated VDP in/out ports (data read, data write, status read,
    control write, register write)
  - SMS: decoding and caching all VDP register flags (variable names
    will probably change)
  - nall: \#undef IN on Windows port (prevent compilation warning on
    processor/z80)

Watching Sonic the Hedgehog, I can definitely see some VDP register
writes going through, which is a good sign.

Probably the big thing that's needed before I can get enough into the
VDP to start showing graphics is interrupt support. And interrupts are
never fun to figure out :/

What really sucks on this front is I'm flying blind on the Z80 CPU core.
Without a working VDP, I can't run any Z80 test ROMs to look for CPU
bugs. And the CPU is certainly too buggy still to run said test ROM
anyway. I can't find any SMS emulators with trace logging from reset.
Such logs vastly accelerate tracking down CPU logic bugs, so without
them, it's going to take a lot longer.
2016-12-17 22:31:34 +11:00
..
audio Update to v100 release. 2016-07-08 22:04:59 +10:00
data Update to v097r06 release. 2016-01-31 18:59:44 +11:00
emulator Update to v101r24 release. 2016-12-17 22:31:34 +11:00
fc Update to v101r19 release. 2016-10-28 08:16:58 +11:00
gb Update to v101r06 release. 2016-08-15 14:52:05 +10:00
gba Update to v101r06 release. 2016-08-15 14:52:05 +10:00
md Update to v101r15 release. 2016-09-04 23:51:27 +10:00
ms Update to v101r24 release. 2016-12-17 22:31:34 +11:00
obj Update to v096r01 release. 2015-12-30 17:54:59 +11:00
out Update to v096r01 release. 2015-12-30 17:54:59 +11:00
processor Update to v101r24 release. 2016-12-17 22:31:34 +11:00
resource Update to v100r14 release. 2016-07-30 13:56:12 +10:00
sfc Update to v101r19 release. 2016-10-28 08:16:58 +11:00
systems Update to v101r08 release. 2016-08-17 22:31:22 +10:00
target-tomoko Update to v101r09 release. 2016-08-18 08:05:50 +10:00
video Update to v098r12 release. 2016-05-26 21:20:15 +10:00
ws Update to v101r06 release. 2016-08-15 14:52:05 +10:00
GNUmakefile Update to v099r08 release. 2016-06-24 22:16:53 +10:00