From 42233f9dc367de19ec0848a5ece161157b1d269b Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 21 Jan 2018 02:01:37 -0500 Subject: tv912.cpp: Add rest of S2 switches (nw) --- src/mame/drivers/tv912.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/mame/drivers/tv912.cpp b/src/mame/drivers/tv912.cpp index b1e36d111c3..6610d12af3d 100644 --- a/src/mame/drivers/tv912.cpp +++ b/src/mame/drivers/tv912.cpp @@ -339,6 +339,16 @@ static INPUT_PORTS_START( switches ) PORT_DIPSETTING(0x3fd, "9600") PORT_DIPSETTING(0x3fe, "19200") + PORT_START("VIDEO") + PORT_DIPUNUSED_DIPLOC(0x04, 0x04, "S2:1") // disables TTL video output on earlier revisions + PORT_DIPNAME(0x02, 0x00, "Character Set") PORT_DIPLOCATION("S2:2") + PORT_DIPSETTING(0x00, "Standard") + PORT_DIPSETTING(0x02, "Alternate") + PORT_DIPNAME(0x01, 0x00, "Cursor Flash") PORT_DIPLOCATION("S2:10") // originally jumper W25 + PORT_DIPSETTING(0x01, DEF_STR(Off)) + PORT_DIPSETTING(0x00, DEF_STR(On)) + // S2:10 was previously used to short out 270 ohm resistor in video section + PORT_START("UARTCTRL") PORT_DIPNAME(0x11, 0x11, "Parity Select") PORT_DIPLOCATION("S2:9,5") PORT_CHANGED_MEMBER(DEVICE_SELF, tv912_state, uart_settings_changed, nullptr) PORT_DIPSETTING(0x11, "None") -- cgit v1.2.3