summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/battlera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlera.h')
-rw-r--r--src/mame/includes/battlera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index f1bf7a6baa0..66d577fe2ef 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -32,7 +32,6 @@ public:
int m_control_port_select;
int m_msm5205next;
- int m_toggle;
DECLARE_WRITE8_MEMBER(control_data_w);
DECLARE_READ8_MEMBER(control_data_r);
@@ -41,6 +40,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(adpcm_int);
virtual void machine_start() override;
+ virtual void machine_reset() override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void battlera(machine_config &config);