From 95baf5c4df591eedbbc7c6bdd5607d3fe73246fa Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sun, 4 May 2014 17:24:13 -0700 Subject: [PATCH] bugfix... RAMWRT instead of RAMRD --- src/asm386/memory.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm386/memory.S b/src/asm386/memory.S index 970af147..37602cb9 100644 --- a/src/asm386/memory.S +++ b/src/asm386/memory.S @@ -488,7 +488,7 @@ E(iie_80store_off) movl $SN(apple_ii_64k)+BANK2,SN(base_textrd) movl $SN(apple_ii_64k)+BANK2,SN(base_hgrrd) iie_80store_off_noramrd: - testl $SS_RAMRD, SN(softswitches) + testl $SS_RAMWRT, SN(softswitches) jz iie_80store_off_noramwrt orl $(SS_TEXTWRT|SS_HGRWRT),SN(softswitches) movl $SN(apple_ii_64k)+BANK2,SN(base_textwrt)