diff options
author | 2017-09-14 22:08:53 +1000 | |
---|---|---|
committer | 2017-09-14 22:08:53 +1000 | |
commit | 03e677695013ed38f4b999666236887ca4ab3f5c (patch) | |
tree | 5d1126c9ec20d8aee89b39c9c29051b14a4c2c38 | |
parent | 93eba4f59610611f06ba7cd28ef4df63fbb149d4 (diff) |
(nw) ts816: notes
-rw-r--r-- | src/mame/drivers/ts816.cpp | 7 |
1 files 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") |