summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tx1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tx1.h')
-rw-r--r--src/mame/includes/tx1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/tx1.h b/src/mame/includes/tx1.h
index 83bb6594333..50273bca170 100644
--- a/src/mame/includes/tx1.h
+++ b/src/mame/includes/tx1.h
@@ -65,6 +65,9 @@ public:
void buggyboy(machine_config &config);
void buggybjr(machine_config &config);
+protected:
+ virtual void machine_reset() override;
+
private:
struct math_t
{
@@ -197,10 +200,8 @@ private:
void resume_math_w(uint16_t data);
void halt_math_w(uint16_t data);
u16 dipswitches_r();
- DECLARE_MACHINE_RESET(tx1);
DECLARE_VIDEO_START(tx1);
void tx1_palette(palette_device &palette) const;
- DECLARE_MACHINE_RESET(buggyboy);
DECLARE_VIDEO_START(buggyboy);
void buggyboy_palette(palette_device &palette) const;
DECLARE_VIDEO_START(buggybjr);