summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricotp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apricotp.cpp')
-rw-r--r--src/mame/drivers/apricotp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/apricotp.cpp b/src/mame/drivers/apricotp.cpp
index e75c8a19a35..77fe340d911 100644
--- a/src/mame/drivers/apricotp.cpp
+++ b/src/mame/drivers/apricotp.cpp
@@ -154,6 +154,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( write_centronics_select );
DECLARE_WRITE_LINE_MEMBER( write_centronics_fault );
DECLARE_WRITE_LINE_MEMBER( write_centronics_perror );
+ void fp(machine_config &config);
};
@@ -574,7 +575,7 @@ SLOT_INTERFACE_END
// MACHINE_CONFIG( fp )
//-------------------------------------------------
-static MACHINE_CONFIG_START( fp )
+MACHINE_CONFIG_START(fp_state::fp)
/* basic machine hardware */
MCFG_CPU_ADD(I8086_TAG, I8086, XTAL_15MHz/3)
MCFG_CPU_PROGRAM_MAP(fp_mem)