summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/truco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/truco.h')
-rw-r--r--src/mame/includes/truco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/truco.h b/src/mame/includes/truco.h
index 8c12fa66165..53c1f3ce653 100644
--- a/src/mame/includes/truco.h
+++ b/src/mame/includes/truco.h
@@ -43,7 +43,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(pia_irqa_w);
DECLARE_WRITE_LINE_MEMBER(pia_irqb_w);
- DECLARE_PALETTE_INIT(truco);
+ void truco_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);