summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ambush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ambush.h')
-rw-r--r--src/mame/includes/ambush.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/ambush.h b/src/mame/includes/ambush.h
index e7adf9ad9f7..b61ebc8ab57 100644
--- a/src/mame/includes/ambush.h
+++ b/src/mame/includes/ambush.h
@@ -24,10 +24,11 @@ public:
DECLARE_WRITE8_MEMBER(ambush_coin_counter_w);
DECLARE_WRITE8_MEMBER(flip_screen_w);
+ virtual void palette_init();
};
/*----------- defined in video/ambush.c -----------*/
-PALETTE_INIT( ambush );
+
SCREEN_UPDATE_IND16( ambush );