New Betas:

Beta 22:

CDTV-CR CD unit was initialized even when CDTV-CR emulation was not enabled. Broke CD access on configurations that used CD unit for other purposes.
Changed directory filesystem max file size limit (when not using 64-bit dos packets) to 4G-1. Old 2G-1 was technically official max size but most native filesystems donīt enforce it and support file sizes up to 4G-1 (at least as long as application uses unsigned integers)
Standard CD image read sector function didnīt handle (rarely used) 2336 byte CD sectors correctly.
Some statefiles have corrupt "extra_cycle" value (probably saved by some buggy beta) that causes long delay when restored, added workaround.
68000 CE mode IPL line sampling timing update. Do it during any memory access, not just prefetches.


Beta 21:

Moved CDTV-CR under original CDTV Quickstart option.
Added 3.44 CDTV-CR extended ROM.
CDTV-CR now boots CDTV CDs. CD audio player does not yet work and some games that play CD audio will hang. Also CD reading speed is currently unlimited.
Added 256M (max possible) Blizzard accelerator board RAM size support. Works with 1230, 1260 and PPC.
CSPPC P5_SELF_RESET bit emulation fixed, M68K can only reset PPC and PPC can only reset M68K if P5_SELF_RESET is not active. (Blizkick reset hang)
When switching quickstart modes, extended ROM was not reset if new mode didnīt use extended ROM.
Switching Quickstart models now remembers previously selected model configuration setting.
Disable tablet mode if tablet name query returns error or empty name. WTInfo() with null parameters is supposed to return error if tablet is not connected but it does not seem to be true with all drivers. (Fixes division by zero guru at boot if tablet emulation is enabled)
default_xlate() system halt didnīt work, broke probably when 1 second boot delay option was added.
default_xlate() now also generates bus error if Gary bus error bit is set instead of halting.
Include approximate exception startup time in non-cycle exact 68000 emulation modes.


Beta 20:

A2630 rom was not unmapped completely (only first half)
CSMK3/CSPPC/BPPC Amiga reset bit should stop the PPC before reseting the system to prevent random hangs.
CSMK3/CSPPC/BPPC switching off maprom programmatically (not hard reset) didnīt restore original KS ROM.
Added preliminary CDTV-CR emulation. Boots to title screen, preferences screen also works. Only clock and 4k (nonvolatile?) RAM emulated. No CD, no nothing else. v3.32 extended ROM added to ROM scanner, CDTV-CR option added to Quickstart.
PPC interrupt/thread-safety hang problems should be fixed.


PPC QEMUDLL updated. (http://eab.abime.net/showthread.php?t=75062)