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