summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc1401.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc1401.h')
-rw-r--r--src/mame/includes/pc1401.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc1401.h b/src/mame/includes/pc1401.h
index 7826d0fef52..b910416ef25 100644
--- a/src/mame/includes/pc1401.h
+++ b/src/mame/includes/pc1401.h
@@ -37,7 +37,7 @@ public:
uint8_t m_outb;
int m_power;
uint8_t m_reg[0x100];
- DECLARE_DRIVER_INIT(pc1401);
+ void init_pc1401();
uint32_t screen_update_pc1401(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_READ_LINE_MEMBER(pc1401_reset);
DECLARE_READ_LINE_MEMBER(pc1401_brk);