Update xevious.h

This commit is contained in:
MASH 2016-09-08 13:37:05 +01:00 committed by GitHub
parent d6c0e170bf
commit 34084426f4

View File

@ -34,7 +34,6 @@ public:
DECLARE_VIDEO_START(xevious); DECLARE_VIDEO_START(xevious);
DECLARE_PALETTE_INIT(xevious); DECLARE_PALETTE_INIT(xevious);
DECLARE_MACHINE_RESET(xevios); DECLARE_MACHINE_RESET(xevios);
DECLARE_PALETTE_INIT(battles);
DECLARE_MACHINE_RESET(battles); DECLARE_MACHINE_RESET(battles);
UINT32 screen_update_xevious(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); UINT32 screen_update_xevious(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(battles_interrupt_4); INTERRUPT_GEN_MEMBER(battles_interrupt_4);