summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2020-01-16 23:02:52 +0100
committer GitHub <noreply@github.com>2020-01-16 23:02:52 +0100
commitd156b303321a49726d83dcade98c1025dec8bf41 (patch)
treec18bdf0d56a6fc52dc0e163a50161cb84a65621e /src
parenteb92f5900c1eee1a95131790f40ab2f839e53ffe (diff)
teamjocs.cpp: TeamJocs is the hardware type, the game is "Diana Elite" (nw)
(nw) See: http://www.recreativas.org/diana-elite-5664-recreativos-presas
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/teamjocs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/teamjocs.cpp b/src/mame/drivers/teamjocs.cpp
index dae1c89880c..b9710da9dd1 100644
--- a/src/mame/drivers/teamjocs.cpp
+++ b/src/mame/drivers/teamjocs.cpp
@@ -67,7 +67,7 @@ void teamjocs_state::teamjocs(machine_config &config)
}
-ROM_START(teamjocs)
+ROM_START(diaelite)
ROM_REGION(0x8000, "maincpu", 0)
ROM_LOAD( "elite_3_4_6_pic17c44.ic7", 0x0000, 0x8000, NO_DUMP )
@@ -79,4 +79,4 @@ ROM_START(teamjocs)
ROM_END
-GAME(199?, teamjocs, 0, teamjocs, teamjocs, teamjocs_state, empty_init, ROT0, "Recreativos Presas", "Team Jocs", MACHINE_IS_SKELETON_MECHANICAL)
+GAME(199?, diaelite, 0, teamjocs, teamjocs, teamjocs_state, empty_init, ROT0, "Recreativos Presas", "Diana Elite", MACHINE_IS_SKELETON_MECHANICAL)