summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot_orlegend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot_orlegend.cpp')
-rw-r--r--src/mame/machine/pgmprot_orlegend.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/machine/pgmprot_orlegend.cpp b/src/mame/machine/pgmprot_orlegend.cpp
index 65e10823144..1b3460530bd 100644
--- a/src/mame/machine/pgmprot_orlegend.cpp
+++ b/src/mame/machine/pgmprot_orlegend.cpp
@@ -220,6 +220,7 @@ INPUT_PORTS_START( orlegendk )
INPUT_PORTS_END
-MACHINE_CONFIG_START(pgm_asic3_state::pgm_asic3)
+void pgm_asic3_state::pgm_asic3(machine_config &config)
+{
pgmbase(config);
-MACHINE_CONFIG_END
+}