From 03e677695013ed38f4b999666236887ca4ab3f5c Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 14 Sep 2017 22:08:53 +1000 Subject: (nw) ts816: notes --- src/mame/drivers/ts816.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/ts816.cpp b/src/mame/drivers/ts816.cpp index 6bbe88cb4d9..e871cc136c8 100644 --- a/src/mame/drivers/ts816.cpp +++ b/src/mame/drivers/ts816.cpp @@ -2,12 +2,15 @@ // copyright-holders:Robbbert /*************************************************************************** -2013-09-10 Skeleton driver for Televideo ts816 +2013-09-10 Skeleton driver for Televideo TS816 TODO: - Connect up the devices to each other - Connect up RS232 terminal instead of parallel one - Connect centronics printer to PIO +- 4 diagnostic LEDs +- Hard Drive +- Tape Drive - Get a good dump of the rom. If the undocumented DSW is enabled, it calls up code in the missing half of the rom. Also it isn't possible at the moment to get any useful response to commands. @@ -98,7 +101,7 @@ ADDRESS_MAP_END /* Input ports */ static INPUT_PORTS_START( ts816 ) PORT_START("DSW") // - PORT_DIPNAME( 0x07, 0x01, "Switch A") // read at @0368 + PORT_DIPNAME( 0x07, 0x01, "System Terminal") // read at @0368 PORT_DIPSETTING( 0x00, "19200 baud") PORT_DIPSETTING( 0x01, "9600 baud") PORT_DIPSETTING( 0x02, "4800 baud") -- cgit v1.2.3