diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/etc/template_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, "<template_manufacturer>", "<template_machinename>", GAME_IS_SKELETON ) +GAME( 198?, xxx, 0, xxx, xxx, driver_device, 0, ROT0, "<template_manufacturer>", "<template_machinename>", MACHINE_IS_SKELETON ) |