Change default slot of ThunderClock to 4.

This commit is contained in:
Ivan Izaguirre 2019-10-05 15:26:24 +02:00
parent 37005b16e9
commit cb844611d9
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ Only valid on SDL mode
-saturnCardSlot int -saturnCardSlot int
slot for the 256kb Saturn card. -1 for none (default -1) slot for the 256kb Saturn card. -1 for none (default -1)
-thunderClockCardSlot int -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 -traceCpu
dump to the console the CPU execution. Use F11 to toggle. dump to the console the CPU execution. Use F11 to toggle.
-traceSS -traceSS

View File

@ -49,7 +49,7 @@ func MainApple() *Apple2 {
"slot for the 256kb Saturn card. -1 for none") "slot for the 256kb Saturn card. -1 for none")
thunderClockCardSlot := flag.Int( thunderClockCardSlot := flag.Int(
"thunderClockCardSlot", "thunderClockCardSlot",
5, 4,
"slot for the ThunderClock Plus card. -1 for none") "slot for the ThunderClock Plus card. -1 for none")
mono := flag.Bool( mono := flag.Bool(
"mono", "mono",