summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/px8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/px8.h')
-rw-r--r--src/mame/includes/px8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/px8.h b/src/mame/includes/px8.h
index dcb938dd071..d8cec2111c3 100644
--- a/src/mame/includes/px8.h
+++ b/src/mame/includes/px8.h
@@ -84,7 +84,7 @@ private:
/* keyboard state */
int m_ksc; /* keyboard scan column */
- DECLARE_PALETTE_INIT(px8);
+ void px8_palette(palette_device &palette) const;
void px8_io(address_map &map);
void px8_mem(address_map &map);
void px8_slave_mem(address_map &map);