diff options
author | 2019-12-24 03:06:14 +1100 | |
---|---|---|
committer | 2019-12-24 03:06:14 +1100 | |
commit | 9819ddd112877b15e0b648918ce608b4322e9462 (patch) | |
tree | 4eb5c231b3c8a9536757fb4238c9efa84d8ea2d7 | |
parent | 0644f3cf57ccf467ca8acbda32a433d8c0acdfbd (diff) |
seriously, read before you push - that was in both the source and the commit message (nw)
-rw-r--r-- | src/mame/drivers/generalplus_gpl32612.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/generalplus_gpl32612.cpp b/src/mame/drivers/generalplus_gpl32612.cpp index 673b112b017..ac5c5458e6b 100644 --- a/src/mame/drivers/generalplus_gpl32612.cpp +++ b/src/mame/drivers/generalplus_gpl32612.cpp @@ -131,7 +131,7 @@ void generalplus_gpl32612_game_state::nand_init840() // year, name, parent, compat, machine, input, class, init, company, fullname, flags -CONS( 200?, jak_tmnthp, 0, 0, gpl32612, gpl32612, generalplus_gpl32612_game_state, nand_init840, "JAKKS Pacific Inc", "Teenage Mutanat Ninja Turtles Hero Portal", MACHINE_IS_SKELETON ) +CONS( 200?, jak_tmnthp, 0, 0, gpl32612, gpl32612, generalplus_gpl32612_game_state, nand_init840, "JAKKS Pacific Inc", "Teenage Mutant Ninja Turtles Hero Portal", MACHINE_IS_SKELETON ) CONS( 200?, jak_swbstrik, 0, 0, gpl32612, gpl32612, generalplus_gpl32612_game_state, nand_init840, "JAKKS Pacific Inc", "Star Wars Blaster Strike", MACHINE_IS_SKELETON ) // Hero Portal Dreamworks Dragons // Hero Portal Power Rangers |