From cb844611d930b1dc3926cf91a3b482032d269b31 Mon Sep 17 00:00:00 2001 From: Ivan Izaguirre Date: Sat, 5 Oct 2019 15:26:24 +0200 Subject: [PATCH] Change default slot of ThunderClock to 4. --- README.md | 2 +- apple2main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4002db1..28467a6 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Only valid on SDL mode -saturnCardSlot int slot for the 256kb Saturn card. -1 for none (default -1) -thunderClockCardSlot int - slot for the ThunderClock Plus card. -1 for none (default 5) + slot for the ThunderClock Plus card. -1 for none (default 4) -traceCpu dump to the console the CPU execution. Use F11 to toggle. -traceSS diff --git a/apple2main.go b/apple2main.go index 59b22cf..2f5631f 100644 --- a/apple2main.go +++ b/apple2main.go @@ -49,7 +49,7 @@ func MainApple() *Apple2 { "slot for the 256kb Saturn card. -1 for none") thunderClockCardSlot := flag.Int( "thunderClockCardSlot", - 5, + 4, "slot for the ThunderClock Plus card. -1 for none") mono := flag.Bool( "mono",