LC mem fix. Fixes IIe self check and The Games: Summer Edition

This commit is contained in:
Ivan Izaguirre 2020-04-05 17:01:04 +02:00
parent 810c1a7d89
commit 1406012c2a
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ func (c *cardSaturn) assign(a *Apple2, slot int) {
}, "SATURNR")
c.addCardSoftSwitchW(iCopy, func(*ioC0Page, uint8) {
c.ssAction(iCopy)
c.ssAction(iCopy)
}, "SATURNW")
}
c.cardBase.assign(a, slot)