mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-13 19:29:55 +00:00
Add comment for RamWorks III on a reset
This commit is contained in:
parent
9b15559949
commit
44babe9814
@ -555,6 +555,9 @@ void CtrlReset()
|
|||||||
{
|
{
|
||||||
if (IsAppleIIeOrAbove(GetApple2Type()))
|
if (IsAppleIIeOrAbove(GetApple2Type()))
|
||||||
{
|
{
|
||||||
|
// NB. RamWorks III manual (v1.41, pg 45):
|
||||||
|
// "The bank select register is initialized to zero on a power-up, but not after a reset."
|
||||||
|
|
||||||
// For A][ & A][+, reset doesn't reset the LC switches (UTAII:5-29)
|
// For A][ & A][+, reset doesn't reset the LC switches (UTAII:5-29)
|
||||||
// TODO: What about Saturn cards? Presumably the same as the A][ & A][+ slot0 LC?
|
// TODO: What about Saturn cards? Presumably the same as the A][ & A][+ slot0 LC?
|
||||||
MemResetPaging();
|
MemResetPaging();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user