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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/truco.h b/src/mame/includes/truco.h
index 3a8e169f447..46717833a17 100644
--- a/src/mame/includes/truco.h
+++ b/src/mame/includes/truco.h
@@ -14,10 +14,12 @@ public:
DECLARE_WRITE8_MEMBER(portb_w);
DECLARE_WRITE8_MEMBER(pia_irqa_w);
DECLARE_WRITE8_MEMBER(pia_irqb_w);
+ virtual void machine_reset();
+ virtual void palette_init();
};
/*----------- defined in video/truco.c -----------*/
SCREEN_UPDATE_IND16( truco );
-PALETTE_INIT( truco );
+