From a6ee791664e78112cd59fddd23252c4077c5271e Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 22 May 2017 14:31:40 +1000 Subject: Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. (nw) This is a pretty minimal change. The point where the root device is added has been moved from the MACHINE_CONFIG_START macro to the constructor of the machine configuration class (made possible by giving drivers their own device types). This isn't the final change in this area. The root device is still being handled specially in that its configuration comes from the game driver structure. This needs to be harmonised with regular devices. But that's a job for another day. --- src/devices/bus/vic20/fe3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/bus/vic20/fe3.cpp') diff --git a/src/devices/bus/vic20/fe3.cpp b/src/devices/bus/vic20/fe3.cpp index 5b4b78af977..70e46f80dd2 100644 --- a/src/devices/bus/vic20/fe3.cpp +++ b/src/devices/bus/vic20/fe3.cpp @@ -86,7 +86,7 @@ const tiny_rom_entry *vic20_final_expansion_3_device::device_rom_region() const // MACHINE_DRIVER( vic20_fe3 ) //------------------------------------------------- -static MACHINE_CONFIG_FRAGMENT( vic20_fe3 ) +static MACHINE_CONFIG_START( vic20_fe3 ) MCFG_AMD_29F040_ADD(AM29F040_TAG) MACHINE_CONFIG_END -- cgit v1.2.3-70-g09d2