summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc8801.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc8801.h')
-rw-r--r--src/mame/includes/pc8801.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc8801.h b/src/mame/includes/pc8801.h
index 5de446834dc..92c6963ecae 100644
--- a/src/mame/includes/pc8801.h
+++ b/src/mame/includes/pc8801.h
@@ -237,7 +237,7 @@ private:
void draw_text(bitmap_ind16 &bitmap,int y_size, uint8_t width);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_PALETTE_INIT(pc8801);
+ void pc8801_palette(palette_device &palette) const;
void pc8801_io(address_map &map);
void pc8801_mem(address_map &map);
void pc8801fdc_io(address_map &map);