bsnes/higan/pce/vdc
Tim Allen d76c0c7e82 Update to v102r08 release.
byuu says:

Changelog:

  - PCE: restructured VCE, VDCs to run one scanline at a time
  - PCE: bound VDCs to 1365x262 timing (in order to decouple the VDCs
    from the VCE)
  - PCE: the two changes above allow save states to function; also
    grants a minor speed boost
  - PCE: added cheat code support (uses 21-bit bus addressing; compare
    byte will be useful here)
  - 68K: fixed `mov *,ccr` to read two bytes instead of one [Cydrak]
  - Z80: emulated /BUSREQ, /BUSACK; allows 68K to suspend the Z80
    [Cydrak]
  - MD: emulated the Z80 executing instructions [Cydrak]
  - MD: emulated Z80 interrupts (triggered during each Vblank period)
    [Cydrak]
  - MD: emulated Z80 memory map [Cydrak]
  - MD: added stubs for PSG, YM2612 accesses [Cydrak]
  - MD: improved bus emulation [Cydrak]

The PCE core is pretty much ready to go. The only major feature missing
is FM modulation.

The Mega Drive improvements let us start to see the splash screens for
Langrisser II, Shining Force, Shining in the Darkness. I was hoping I
could get them in-game, but no such luck. My Z80 implementation is
probably flawed in some way ... now that I think about it, I believe I
missed the BusAPU::reset() check for having been granted access to the
Z80 first. But I doubt that's the problem.

Next step is to implement Cydrak's PSG core into the Master System
emulator. Once that's in, I'm going to add save states and cheat code
support to the Master System core.

Next, I'll add the PSG core into the Mega Drive. Then I'll add the
'easy' PCM part of the YM2612. Then the rest of the beastly YM2612 core.
Then finally, cap things off with save state and cheat code support.

Should be nearing a new release at that point.
2017-02-20 19:13:10 +11:00
..
background.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
dma.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
io.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
irq.cpp Update to v102r04 release. 2017-01-26 12:06:06 +11:00
memory.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
serialization.cpp Update to v102r07 release. 2017-02-13 10:09:03 +11:00
sprite.cpp Update to v102r03 release. 2017-01-24 08:18:54 +11:00
vdc.cpp Update to v102r08 release. 2017-02-20 19:13:10 +11:00
vdc.hpp Update to v102r07 release. 2017-02-13 10:09:03 +11:00