diff options
author | 2015-08-16 18:36:38 +0200 | |
---|---|---|
committer | 2015-08-16 18:36:38 +0200 | |
commit | 9d8c60cf5c1977fa2a9fb580f606ece2bce2a879 (patch) | |
tree | 9061996c0e39d84b51dcf190401d60cb7da83a92 /src | |
parent | 67da7a4c894b3a7d327701ab3de3e225e1926b31 (diff) |
template_driver.c: fix compilation
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 ) |