From 58e1af712342a58b98239c9f2616848d28398138 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 30 Apr 2020 14:56:48 -0400 Subject: mdt60: Minor notes (nw) --- src/mame/drivers/mdt60.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/mdt60.cpp b/src/mame/drivers/mdt60.cpp index 90ef746f92a..63669bbf0f9 100644 --- a/src/mame/drivers/mdt60.cpp +++ b/src/mame/drivers/mdt60.cpp @@ -207,7 +207,7 @@ static INPUT_PORTS_START(mdt60) PORT_DIPSETTING(0x00, "TeleVideo (SOH...CR)") PORT_START("DIP1") - PORT_BIT(0xff, 0xff, IPT_UNUSED) // SW2 is unpopulated + PORT_BIT(0xff, 0xff, IPT_UNUSED) // SW2 is unpopulated (as is LS244 at U20) INPUT_PORTS_END // XTAL frequency is specified as 16.589 MHz on actual parts as well as in MDT 60 schematics. @@ -228,6 +228,7 @@ void mdt60_state::mdt60(machine_config &config) Z29_KEYBOARD(config, m_keyboard, z29_keyboards, "md"); m_keyboard->keyin_callback().set(FUNC(mdt60_state::keyin_w)).invert(); + // Reset output (pin 2) is not connected screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER)); screen.set_color(rgb_t::amber()); -- cgit v1.2.3