summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seattlecmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seattlecmp.cpp')
-rw-r--r--src/mame/drivers/seattlecmp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/drivers/seattlecmp.cpp b/src/mame/drivers/seattlecmp.cpp
index da2ccd3506a..9eb4a1efeb8 100644
--- a/src/mame/drivers/seattlecmp.cpp
+++ b/src/mame/drivers/seattlecmp.cpp
@@ -45,7 +45,6 @@ public:
{ }
private:
- virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
};
@@ -74,10 +73,6 @@ static INPUT_PORTS_START( seattle )
INPUT_PORTS_END
-void seattle_comp_state::machine_reset()
-{
-}
-
// bit 7 needs to be stripped off, we do this by choosing 7 bits and even parity
static DEVICE_INPUT_DEFAULTS_START( terminal )
DEVICE_INPUT_DEFAULTS( "RS232_RXBAUD", 0xff, RS232_BAUD_9600 )