summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc8401a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc8401a.h')
-rw-r--r--src/mame/includes/pc8401a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc8401a.h b/src/mame/includes/pc8401a.h
index 4548da89ad4..d01cc5982a3 100644
--- a/src/mame/includes/pc8401a.h
+++ b/src/mame/includes/pc8401a.h
@@ -83,7 +83,7 @@ public:
DECLARE_WRITE8_MEMBER( port71_w );
DECLARE_READ8_MEMBER( ppi_pc_r );
DECLARE_WRITE8_MEMBER( ppi_pc_w );
- DECLARE_PALETTE_INIT(pc8401a);
+ void pc8401a_palette(palette_device &palette) const;
void scan_keyboard();
void bankswitch(uint8_t data);