summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rm380z.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rm380z.h')
-rw-r--r--src/mame/includes/rm380z.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/rm380z.h b/src/mame/includes/rm380z.h
index b853afa34ce..75cadff113d 100644
--- a/src/mame/includes/rm380z.h
+++ b/src/mame/includes/rm380z.h
@@ -140,6 +140,8 @@ public:
uint32_t screen_update_rm380z(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_rm480z(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(static_vblank_timer);
+ void rm480z(machine_config &config);
+ void rm380z(machine_config &config);
};
#endif // MAME_INCLUDES_RM380Z_H