summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/carjmbre.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/carjmbre.h')
-rw-r--r--src/mame/includes/carjmbre.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/carjmbre.h b/src/mame/includes/carjmbre.h
index bd448ca7e1f..441c01a2e44 100644
--- a/src/mame/includes/carjmbre.h
+++ b/src/mame/includes/carjmbre.h
@@ -32,7 +32,7 @@ public:
TILE_GET_INFO_MEMBER(get_carjmbre_tile_info);
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(carjmbre);
UINT32 screen_update_carjmbre(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
required_device<cpu_device> m_maincpu;