bugfix... RAMWRT instead of RAMRD

This commit is contained in:
Aaron Culliney 2014-05-04 17:24:13 -07:00
parent 7827c6bcb3
commit 95baf5c4df

View File

@ -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)