summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tceptor.h')
-rw-r--r--src/mame/includes/tceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tceptor.h b/src/mame/includes/tceptor.h
index 48d9da69a5f..2ce49c8892e 100644
--- a/src/mame/includes/tceptor.h
+++ b/src/mame/includes/tceptor.h
@@ -92,7 +92,7 @@ private:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(tceptor);
+ void tceptor_palette(palette_device &palette);
uint32_t screen_update_tceptor(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_tceptor);
INTERRUPT_GEN_MEMBER(m6809_vb_interrupt);