diff options
author | 2018-10-28 14:00:12 +1100 | |
---|---|---|
committer | 2018-10-28 14:00:12 +1100 | |
commit | 82501770dedcdeddb20aa1ef8fe2f46a3d4179bb (patch) | |
tree | 80bfc8b02b9b19f7281c96e3b7c203358e3e5db9 /src/mame/drivers/tehkanwc.cpp | |
parent | 112bce124d581c5c8d240283c869969029cd90e8 (diff) |
srcclean and cleanup (nw)
Diffstat (limited to 'src/mame/drivers/tehkanwc.cpp')
-rw-r--r-- | src/mame/drivers/tehkanwc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tehkanwc.cpp b/src/mame/drivers/tehkanwc.cpp index b593cb8323c..36b167acca9 100644 --- a/src/mame/drivers/tehkanwc.cpp +++ b/src/mame/drivers/tehkanwc.cpp @@ -1007,7 +1007,7 @@ ROM_END /* There are some dumps out there that only have the year hacked to 1986 and a little bunch of bytes from the graphics zone. I think that not worth to support these hacks... */ - + GAME( 1985, tehkanwc, 0, tehkanwc, tehkanwc, tehkanwc_state, empty_init, ROT0, "Tehkan", "Tehkan World Cup (set 1)", MACHINE_SUPPORTS_SAVE ) GAME( 1985, tehkanwcb, tehkanwc, tehkanwcb,tehkanwc, tehkanwc_state, empty_init, ROT0, "Tehkan", "Tehkan World Cup (set 2, bootleg?)", MACHINE_SUPPORTS_SAVE ) |