From 634a0798573abf1795141a5f393ebf8881f8c27e Mon Sep 17 00:00:00 2001 From: Ivan Izaguirre Date: Wed, 23 Sep 2020 18:14:45 +0200 Subject: [PATCH] Fix softswitch name --- cardDisk2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardDisk2.go b/cardDisk2.go index 4177cf4..6b82214 100644 --- a/cardDisk2.go +++ b/cardDisk2.go @@ -66,7 +66,7 @@ func (c *cardDisk2) assign(a *Apple2, slot int) { drive.tracksStep = moveStep(drive.phases, drive.tracksStep) return 0 - }, fmt.Sprintf("PHASE%vOFF", phase)) + }, fmt.Sprintf("PHASE%vON", phase)) } // Q4, power switch