mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-12-22 09:30:19 +00:00
LC mem fix. Fixes IIe self check and The Games: Summer Edition
This commit is contained in:
parent
810c1a7d89
commit
1406012c2a
@ -40,7 +40,6 @@ func (c *cardSaturn) assign(a *Apple2, slot int) {
|
|||||||
}, "SATURNR")
|
}, "SATURNR")
|
||||||
c.addCardSoftSwitchW(iCopy, func(*ioC0Page, uint8) {
|
c.addCardSoftSwitchW(iCopy, func(*ioC0Page, uint8) {
|
||||||
c.ssAction(iCopy)
|
c.ssAction(iCopy)
|
||||||
c.ssAction(iCopy)
|
|
||||||
}, "SATURNW")
|
}, "SATURNW")
|
||||||
}
|
}
|
||||||
c.cardBase.assign(a, slot)
|
c.cardBase.assign(a, slot)
|
||||||
|
Loading…
Reference in New Issue
Block a user