mirror of
https://github.com/ksherlock/ample.git
synced 2026-01-23 07:16:02 +00:00
missing comma. fixes missing tape (c64) and pc_joystick (t1000).
This commit is contained in:
@@ -159,7 +159,7 @@ SLOTS = (
|
||||
"ext", "floppy0", "floppy1", "floppy2", "floppy3",
|
||||
|
||||
# commodore
|
||||
"user", "iec4", "iec8", "iec9", "iec10", "iec11", "tape"
|
||||
"user", "iec4", "iec8", "iec9", "iec10", "iec11", "tape",
|
||||
|
||||
# ibm pc, etc
|
||||
"pc_joy",
|
||||
|
||||
Reference in New Issue
Block a user