summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc1251.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc1251.h')
-rw-r--r--src/mame/includes/pc1251.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc1251.h b/src/mame/includes/pc1251.h
index d61752359d1..18d86ad0c70 100644
--- a/src/mame/includes/pc1251.h
+++ b/src/mame/includes/pc1251.h
@@ -50,7 +50,7 @@ public:
DECLARE_READ8_MEMBER(pc1251_lcd_read);
DECLARE_WRITE8_MEMBER(pc1251_lcd_write);
virtual void machine_start() override;
- void machine_start_pc1260() ATTR_COLD;
+ DECLARE_MACHINE_START(pc1260);
required_device<sc61860_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;