missing comma. fixes missing tape (c64) and pc_joystick (t1000).

This commit is contained in:
Kelvin Sherlock
2025-12-07 20:03:14 -05:00
parent c90d1f2acb
commit a04f24108c
7 changed files with 265 additions and 1 deletions

View File

@@ -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",