summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/px8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/px8.h')
-rw-r--r--src/mess/includes/px8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/px8.h b/src/mess/includes/px8.h
index 2ff3e884166..80a908c94a6 100644
--- a/src/mess/includes/px8.h
+++ b/src/mess/includes/px8.h
@@ -76,7 +76,7 @@ public:
/* keyboard state */
int m_ksc; /* keyboard scan column */
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(px8);
UINT32 screen_update_px8(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};