summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ts816.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ts816.cpp')
-rw-r--r--src/mame/drivers/ts816.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ts816.cpp b/src/mame/drivers/ts816.cpp
index e871cc136c8..cc0654b4cce 100644
--- a/src/mame/drivers/ts816.cpp
+++ b/src/mame/drivers/ts816.cpp
@@ -100,7 +100,7 @@ ADDRESS_MAP_END
/* Input ports */
static INPUT_PORTS_START( ts816 )
- PORT_START("DSW") //
+ PORT_START("DSW") //
PORT_DIPNAME( 0x07, 0x01, "System Terminal") // read at @0368
PORT_DIPSETTING( 0x00, "19200 baud")
PORT_DIPSETTING( 0x01, "9600 baud")
@@ -223,7 +223,7 @@ static const z80_daisy_config daisy_chain[] =
{ "pio" },
{ "ctc1" },
{ "ctc2" },
-// { "sio0" },
+// { "sio0" },
{ "sio1" },
{ "sio2" },
{ "sio3" },