summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tx1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tx1.h')
-rw-r--r--src/mame/includes/tx1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tx1.h b/src/mame/includes/tx1.h
index c5c2547a23a..da5040522e3 100644
--- a/src/mame/includes/tx1.h
+++ b/src/mame/includes/tx1.h
@@ -199,10 +199,10 @@ private:
DECLARE_READ16_MEMBER(dipswitches_r);
DECLARE_MACHINE_RESET(tx1);
DECLARE_VIDEO_START(tx1);
- DECLARE_PALETTE_INIT(tx1);
+ void tx1_palette(palette_device &palette) const;
DECLARE_MACHINE_RESET(buggyboy);
DECLARE_VIDEO_START(buggyboy);
- DECLARE_PALETTE_INIT(buggyboy);
+ void buggyboy_palette(palette_device &palette) const;
DECLARE_VIDEO_START(buggybjr);
void tx1_draw_char(uint8_t *bitmap);