mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
midway/midwayttl.cpp: added preliminary list of games [gregf]
This commit is contained in:
parent
af6afca9a5
commit
6fe16f6a60
@ -548,8 +548,8 @@ GAME( 200?, lhzb3in1, 0, igs_m036_tt, igs_m036, igs_m036_state, init_cjddzsp
|
||||
|
||||
GAME( 200?, igsm312, 0, igs_m036_tt, igs_m036, igs_m036_state, init_igsm312, ROT0, "IGS", "unknown 'IGS 6POKER2' game (V312CN)", MACHINE_IS_SKELETON ) // there's very little code and no gfx ROMs, might be a 'set/clear' chip for a gambling game.
|
||||
|
||||
GAME( 2010, lhfy, 0, igs_m036_tt, igs_m036, igs_m036_state, init_igsm312, ROT0, "IGS", "Long Hu Feng Yun (V206CN)", MACHINE_IS_SKELETON ) // there's very little code and no gfx ROMs, might be a 'set/clear' chip for a gambling game.
|
||||
GAME( 2010, lhfy, 0, igs_m036_tt, igs_m036, igs_m036_state, init_igsm312, ROT0, "IGS", "Long Hu Feng Yun (V206CN)", MACHINE_IS_SKELETON )
|
||||
|
||||
GAME( 2010, lhzbgqb, 0, igs_m036_tt, igs_m036, igs_m036_state, init_igsm312, ROT0, "IGS", "Long Hu Zheng Ba Gao Qing Ban (V105CN)", MACHINE_IS_SKELETON ) // there's very little code and no gfx ROMs, might be a 'set/clear' chip for a gambling game.
|
||||
GAME( 2010, lhzbgqb, 0, igs_m036_tt, igs_m036, igs_m036_state, init_igsm312, ROT0, "IGS", "Long Hu Zheng Ba Gao Qing Ban (V105CN)", MACHINE_IS_SKELETON )
|
||||
|
||||
GAME( 2015, mghammer, 0, igs_m036_tt, igs_m036, igs_m036_state, init_igsm312, ROT0, "IGS / Enheart", "Medal Get Hammer (V100JP)", MACHINE_IS_SKELETON )
|
||||
|
@ -3,6 +3,18 @@
|
||||
|
||||
/*
|
||||
This driver contains early non-CPU Midway dumps, until they are emulated and moved as needed
|
||||
|
||||
Technical Manual #s Game Name(s) Midway Part #s Data PROM/ROM Chip Numbers
|
||||
---------------------------------------------------------------------------------------------------
|
||||
GAME NO. 571 Asteroid (197?) 571-906 NO
|
||||
GAME NO. 589 Ball Park (1975) 589-908-1, 589-908-2, 589-909 YES
|
||||
GAME NO. 575 & 579 Leader (1973) 575-900 YES
|
||||
GAME NO. 582 tv Basketball (1974) 582-904 NO
|
||||
GAME NO. 588 T.V. Flipper (1975) 588-910 ?
|
||||
GAME NO. 591 Wheels (1975) 591-901 NO
|
||||
GAME NO. 594 Wheels II (1975) 594-904 YES 257-269
|
||||
GAME NO. 567 Winner (1973) 567-904. NO
|
||||
GAME NO. 572 Winner IV (1973) 572-902. NO
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user