mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
template_driver.c: fix compilation
This commit is contained in:
parent
67da7a4c89
commit
9d8c60cf5c
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user