summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/tx0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/tx0.h')
-rw-r--r--src/mess/includes/tx0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/tx0.h b/src/mess/includes/tx0.h
index 278d5b0c489..dbaa23d50cb 100644
--- a/src/mess/includes/tx0.h
+++ b/src/mess/includes/tx0.h
@@ -154,7 +154,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(tx0);
UINT32 screen_update_tx0(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_tx0(screen_device &screen, bool state);
INTERRUPT_GEN_MEMBER(tx0_interrupt);