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, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pitnrun.h b/src/mame/includes/pitnrun.h
index 64b6e85b386..405fe188c1e 100644
--- a/src/mame/includes/pitnrun.h
+++ b/src/mame/includes/pitnrun.h
@@ -88,7 +88,7 @@ private:
TIMER_CALLBACK_MEMBER(mcu_data_real_r);
TIMER_CALLBACK_MEMBER(mcu_status_real_w);
- DECLARE_PALETTE_INIT(pitnrun);
+ void pitnrun_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void spotlights();