summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pc4.h')
-rw-r--r--src/mess/includes/pc4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/pc4.h b/src/mess/includes/pc4.h
index 08459637ab7..003669597b8 100644
--- a/src/mess/includes/pc4.h
+++ b/src/mess/includes/pc4.h
@@ -65,7 +65,7 @@ public:
INT8 m_disp_shift;
INT8 m_direction;
UINT8 m_blink;
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(pc4);
protected:
required_memory_region m_region_charset;