summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exedexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exedexes.h')
-rw-r--r--src/mame/includes/exedexes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exedexes.h b/src/mame/includes/exedexes.h
index c108ef5daf3..10997e71990 100644
--- a/src/mame/includes/exedexes.h
+++ b/src/mame/includes/exedexes.h
@@ -49,7 +49,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(exedexes);
UINT32 screen_update_exedexes(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(exedexes_scanline);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );