diff --git a/src/mame/etc/template_driver.c b/src/mame/etc/template_driver.c index 40d40704c9e..168bfc6c837 100644 --- a/src/mame/etc/template_driver.c +++ b/src/mame/etc/template_driver.c @@ -190,4 +190,4 @@ ROM_END // For a generic system: // SYST(YEAR,NAME,PARENT,COMPAT,MACHINE,INPUT,CLASS,INIT,COMPANY,FULLNAME,FLAGS) -GAME( 198?, xxx, 0, xxx, xxx, driver_device, 0, ROT0, "", "", GAME_IS_SKELETON ) +GAME( 198?, xxx, 0, xxx, xxx, driver_device, 0, ROT0, "", "", MACHINE_IS_SKELETON )