mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-03 19:32:45 +00:00
1.25RC2 Added note about MIP_FF_00_FULL_PAGE breaking Castle Wolfenstein -- no work-around yet except to use MIP_FF_FF_00_00 instead.
This commit is contained in:
parent
9526ec6052
commit
a49904a5f7
@ -1443,6 +1443,11 @@ void MemReset ()
|
||||
break;
|
||||
|
||||
case MIP_FF_00_FULL_PAGE:
|
||||
// https://github.com/AppleWin/AppleWin/issues/225
|
||||
// AppleWin 1.25 RC2 fails to boot Castle Wolfenstein #225
|
||||
// This causes Castle Wolfenstein to not boot properly 100% with an error:
|
||||
// ?OVERFLOW ERROR IN 10
|
||||
// http://mirrors.apple2.org.za/ftp.apple.asimov.net/images/games/action/wolfenstein/castle_wolfenstein-fixed.dsk
|
||||
for( iByte = 0x0000; iByte < 0xC000; iByte += 512 )
|
||||
{
|
||||
memset( &memmain[ iByte ], 0xFF, 256 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user