teamjocs.cpp: TeamJocs is the hardware type, the game is "Diana Elite" (nw)

(nw) See: http://www.recreativas.org/diana-elite-5664-recreativos-presas
This commit is contained in:
ClawGrip 2020-01-16 23:02:52 +01:00 committed by GitHub
parent eb92f5900c
commit d156b30332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)