summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-01-30 17:44:00 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-01-30 17:44:00 +1100
commitebe75d7fecaed20e47738dd96c84b74fcac52a59 (patch)
tree0c5c6deb2d20a03a5cc483aeb9dc97719dfa58fa
parentf5302cddec47cff170e583e4cc8cdf3beb3d6966 (diff)
itech32: added required newline at end
-rw-r--r--src/mame/drivers/itech32.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/itech32.cpp b/src/mame/drivers/itech32.cpp
index 12d71b9bf22..65eced9eb6b 100644
--- a/src/mame/drivers/itech32.cpp
+++ b/src/mame/drivers/itech32.cpp
@@ -5158,4 +5158,5 @@ GAME( 2001, gtclasscp, gtclassc, sftm, aama, itech32_state, init_gtclasscp, R
GAME( 2001, gtclasscs, gtclassc, sftm, s_ver, itech32_state, init_s_ver, ROT0, "Incredible Technologies", "Golden Tee Classic (v1.00S)" , MACHINE_SUPPORTS_SAVE ) /* PIC 16C54 labeled as ITGFCL-M */
GAME( 199?, shoottv, 0, shoottv, shoottv, shoottv_state, empty_init, ROT0, "Incredible Technologies", "Must Shoot TV (prototype)" , MACHINE_SUPPORTS_SAVE )
-GAME( 1996, pubball, 0, pubball, pubball, itech32_state, init_pubball,ROT0, "Midway / Incredible Technologies", "Power Up Baseball (prototype)" , MACHINE_SUPPORTS_SAVE ) \ No newline at end of file
+GAME( 1996, pubball, 0, pubball, pubball, itech32_state, init_pubball,ROT0, "Midway / Incredible Technologies", "Power Up Baseball (prototype)" , MACHINE_SUPPORTS_SAVE )
+