summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/tvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/tvc.h')
-rw-r--r--src/mess/includes/tvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/tvc.h b/src/mess/includes/tvc.h
index abeada85424..930588d70ca 100644
--- a/src/mess/includes/tvc.h
+++ b/src/mess/includes/tvc.h
@@ -132,7 +132,7 @@ public:
UINT8 m_vram_bank;
UINT8 m_cassette_ff;
UINT8 m_centronics_ff;
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(tvc);
};