summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-14 17:57:12 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-14 17:57:12 +0100
commit9aa0a78c9844d6eed57739b1addc41dc07507dd3 (patch)
tree43e4a732cb0befa5b729843766e76b2be4ffade3 /src/mame/drivers/hng64.cpp
parent2ed835fc02bfe553fe644d373b8ac02fee9cb8d2 (diff)
mame\video: removed MACHINE_CONFIG macros (nw)
mame\drivers: mostly removed MACHINE_CONFIG macros from drivers starting with w, x, y and z (nw)
Diffstat (limited to 'src/mame/drivers/hng64.cpp')
-rw-r--r--src/mame/drivers/hng64.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hng64.cpp b/src/mame/drivers/hng64.cpp
index 343bf35fa53..359eeaf44e4 100644
--- a/src/mame/drivers/hng64.cpp
+++ b/src/mame/drivers/hng64.cpp
@@ -2106,7 +2106,8 @@ void hng64_state::init_io()
m_ex_ramaddr_upper = 0;
}
-MACHINE_CONFIG_START(hng64_state::hng64)
+void hng64_state::hng64(machine_config &config)
+{
/* basic machine hardware */
VR4300BE(config, m_maincpu, HNG64_MASTER_CLOCK); // actually R4300
m_maincpu->set_icache_size(16384);