diff options
Diffstat (limited to 'src/mame/includes')
-rw-r--r-- | src/mame/includes/ashnojoe.h | 1 | ||||
-rw-r--r-- | src/mame/includes/battlera.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/ashnojoe.h b/src/mame/includes/ashnojoe.h index 4182a68f75d..7f41d273276 100644 --- a/src/mame/includes/ashnojoe.h +++ b/src/mame/includes/ashnojoe.h @@ -56,7 +56,6 @@ public: /* sound-related */ uint8_t m_adpcm_byte; - int m_msm5205_vclk_toggle; /* devices */ required_device<cpu_device> m_maincpu; 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); |