summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vector06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vector06.h')
-rw-r--r--src/mame/includes/vector06.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/vector06.h b/src/mame/includes/vector06.h
index ca1c8f2fcf2..d535114ca9d 100644
--- a/src/mame/includes/vector06.h
+++ b/src/mame/includes/vector06.h
@@ -78,7 +78,6 @@ private:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(vector06);
uint32_t screen_update_vector06(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vector06_interrupt);
TIMER_CALLBACK_MEMBER(reset_check_callback);