summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/primo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/primo.h')
-rw-r--r--src/mame/includes/primo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/primo.h b/src/mame/includes/primo.h
index 606f6bbad18..bc524e1406f 100644
--- a/src/mame/includes/primo.h
+++ b/src/mame/includes/primo.h
@@ -54,7 +54,7 @@ protected:
DECLARE_WRITE8_MEMBER(primo_FD_w);
virtual void machine_reset() override;
virtual void machine_start() override;
- void machine_reset_primob();
+ DECLARE_MACHINE_RESET(primob);
uint32_t screen_update_primo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void primo_draw_scanline(bitmap_ind16 &bitmap, int primo_scanline);