summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spcforce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spcforce.h')
-rw-r--r--src/mame/includes/spcforce.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/spcforce.h b/src/mame/includes/spcforce.h
index 2b54ec84542..f60525dcb99 100644
--- a/src/mame/includes/spcforce.h
+++ b/src/mame/includes/spcforce.h
@@ -56,4 +56,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
+ void meteors(machine_config &config);
+ void spcforce(machine_config &config);
};