summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidel_cc10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidel_cc10.cpp')
-rw-r--r--src/mame/drivers/fidel_cc10.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/fidel_cc10.cpp b/src/mame/drivers/fidel_cc10.cpp
index ed9553b73c9..b6a88777ad8 100644
--- a/src/mame/drivers/fidel_cc10.cpp
+++ b/src/mame/drivers/fidel_cc10.cpp
@@ -49,6 +49,9 @@ public:
m_beeper(*this, "beeper")
{ }
+ // RE button is tied to Z80 RESET pin
+ DECLARE_INPUT_CHANGED_MEMBER(reset_button) { m_maincpu->set_input_line(INPUT_LINE_RESET, newval ? ASSERT_LINE : CLEAR_LINE); }
+
// machine drivers
void acr(machine_config &config);
void ccx(machine_config &config);