mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-12 03:30:48 +00:00
Kludge for #222 MIP_PAGE_ADDRESS_LOW due to bug in 'Beautiful Boot'
This commit is contained in:
parent
99bed3ed36
commit
0a80bb22b2
@ -1490,6 +1490,12 @@ void MemReset ()
|
|||||||
memmain[ 0x4E ] = 0x20 | (clock >> 0) & 0xFF;
|
memmain[ 0x4E ] = 0x20 | (clock >> 0) & 0xFF;
|
||||||
memmain[ 0x4F ] = 0x20 | (clock >> 8) & 0xFF;
|
memmain[ 0x4F ] = 0x20 | (clock >> 8) & 0xFF;
|
||||||
|
|
||||||
|
// https://github.com/AppleWin/AppleWin/issues/222
|
||||||
|
// "Beautiful Boot by Mini Appler" reads past $61FF into $6200
|
||||||
|
// - "BeachParty-PoacherWars-DaytonDinger-BombsAway.dsk"
|
||||||
|
// - "Dung Beetles, Ms. PacMan, Pooyan, Star Cruiser, Star Thief, Invas. Force.dsk"
|
||||||
|
memmain[ 0x620B ] = 0x0;
|
||||||
|
|
||||||
// SET UP THE MEMORY IMAGE
|
// SET UP THE MEMORY IMAGE
|
||||||
mem = memimage;
|
mem = memimage;
|
||||||
//image = 0;
|
//image = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user