summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/macrossp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/macrossp.h')
-rw-r--r--src/mame/includes/macrossp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/macrossp.h b/src/mame/includes/macrossp.h
index 130c3c01449..dd68f517820 100644
--- a/src/mame/includes/macrossp.h
+++ b/src/mame/includes/macrossp.h
@@ -101,4 +101,6 @@ public:
void draw_sprites(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void draw_layer(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect, int layer, int linem, int pri);
DECLARE_WRITE_LINE_MEMBER(irqhandler);
+ void quizmoon(machine_config &config);
+ void macrossp(machine_config &config);
};