From 34084426f43f56c15669bbf4e61c9dd8fcb03e9b Mon Sep 17 00:00:00 2001 From: MASH Date: Thu, 8 Sep 2016 13:37:05 +0100 Subject: [PATCH] Update xevious.h --- src/mame/includes/xevious.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/includes/xevious.h b/src/mame/includes/xevious.h index 1f4e849c41f..fb091348559 100644 --- a/src/mame/includes/xevious.h +++ b/src/mame/includes/xevious.h @@ -34,7 +34,6 @@ public: DECLARE_VIDEO_START(xevious); DECLARE_PALETTE_INIT(xevious); DECLARE_MACHINE_RESET(xevios); - DECLARE_PALETTE_INIT(battles); DECLARE_MACHINE_RESET(battles); UINT32 screen_update_xevious(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); INTERRUPT_GEN_MEMBER(battles_interrupt_4);