diff options
| -rw-r--r-- | src/mame/etc/template_driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/etc/template_driver.cpp b/src/mame/etc/template_driver.cpp index 1d0094ad1ef..5634a62a145 100644 --- a/src/mame/etc/template_driver.cpp +++ b/src/mame/etc/template_driver.cpp @@ -195,4 +195,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, xxxx_state, 0, ROT0, "<template_manufacturer>", "<template_machinename>", MACHINE_IS_SKELETON ) +GAME( 198?, xxx, 0, xxx, xxx, xxx_state, 0, ROT0, "<template_manufacturer>", "<template_machinename>", MACHINE_IS_SKELETON ) |
