summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyperspt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyperspt.h')
-rw-r--r--src/mame/includes/hyperspt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/hyperspt.h b/src/mame/includes/hyperspt.h
index de8cdbc69a8..ff8912bb884 100644
--- a/src/mame/includes/hyperspt.h
+++ b/src/mame/includes/hyperspt.h
@@ -57,4 +57,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void hyperspt(machine_config &config);
+ void roadf(machine_config &config);
+ void hypersptb(machine_config &config);
};