wpc: added model numbers

This commit is contained in:
Robbbert 2014-09-13 11:33:00 +00:00
parent 8fd4bed29d
commit 6544406045
8 changed files with 54 additions and 54 deletions

View File

@ -2261,7 +2261,7 @@ static MACHINE_CONFIG_START( wpc_95, wpc_95_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*----------------- /*-----------------
/ Attack From Mars / Attack From Mars #50041
/------------------*/ /------------------*/
ROM_START(afm_11) ROM_START(afm_11)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2312,7 +2312,7 @@ ROM_START(afm_11u)
ROM_END ROM_END
/*----------------- /*-----------------
/ Cactus Canyon / Cactus Canyon #50066
/------------------*/ /------------------*/
ROM_START(cc_12) ROM_START(cc_12)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2363,7 +2363,7 @@ ROM_START(cc_104)
ROM_END ROM_END
/*----------------- /*-----------------
/ Cirqus Voltaire / Cirqus Voltaire #50062
/------------------*/ /------------------*/
ROM_START(cv_14) ROM_START(cv_14)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2426,7 +2426,7 @@ ROM_START(cv_13)
ROM_END ROM_END
/*----------------- /*-----------------
/ Congo / Congo #50050
/------------------*/ /------------------*/
ROM_START(congo_21) ROM_START(congo_21)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2469,7 +2469,7 @@ ROM_START(congo_11)
ROM_END ROM_END
/*----------------- /*-----------------
/ Junk Yard / Junk Yard #50052
/------------------*/ /------------------*/
ROM_START(jy_12) ROM_START(jy_12)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2507,7 +2507,7 @@ ROM_START(jy_03)
ROM_END ROM_END
/*----------------- /*-----------------
/ Medieval Madness / Medieval Madness #50059
/------------------*/ /------------------*/
ROM_START(mm_109) ROM_START(mm_109)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2585,7 +2585,7 @@ ROM_START(mm_05)
ROM_END ROM_END
/*----------------- /*-----------------
/ Monster Bash / Monster Bash #50065
/------------------*/ /------------------*/
ROM_START(mb_106) ROM_START(mb_106)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2627,7 +2627,7 @@ ROM_START(mb_10)
ROM_END ROM_END
/*----------------- /*-----------------
/ NBA Fastbreak / NBA Fastbreak #50053
/------------------*/ /------------------*/
ROM_START(nbaf_31) ROM_START(nbaf_31)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2745,7 +2745,7 @@ ROM_START(nbaf_23)
ROM_END ROM_END
/*----------------- /*-----------------
/ No Good Gofers / No Good Gofers #50061
/------------------*/ /------------------*/
ROM_START(ngg_13) ROM_START(ngg_13)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2787,7 +2787,7 @@ ROM_START(ngg_p06)
ROM_END ROM_END
/*----------------- /*-----------------
/ Safe Cracker / Safe Cracker #90003
/------------------*/ /------------------*/
ROM_START(sc_18) ROM_START(sc_18)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2860,7 +2860,7 @@ ROM_START(sc_091)
ROM_END ROM_END
/*----------------- /*-----------------
/ Scared Stiff / Scared Stiff #50048
/------------------*/ /------------------*/
ROM_START(ss_15) ROM_START(ss_15)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2913,7 +2913,7 @@ ROM_START(ss_01)
ROM_END ROM_END
/*----------------- /*-----------------
/ Tales Of The Arabian Nights / Tales Of The Arabian Nights #50047
/------------------*/ /------------------*/
ROM_START(totan_14) ROM_START(totan_14)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2964,7 +2964,7 @@ ROM_START(totan_04)
ROM_END ROM_END
/*----------------- /*-----------------
/ The Champion Pub / The Champion Pub #50063
/------------------*/ /------------------*/
ROM_START(cp_16) ROM_START(cp_16)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)
@ -2995,7 +2995,7 @@ ROM_START(cp_15)
ROM_END ROM_END
/*------------- /*-------------
/ Ticket Tac Toe / Ticket Tac Toe #90005
/--------------*/ /--------------*/
ROM_START(ttt_10) ROM_START(ttt_10)
ROM_REGION(0x100000, "maincpu", 0) ROM_REGION(0x100000, "maincpu", 0)

View File

@ -337,7 +337,7 @@ static MACHINE_CONFIG_START( wpc_an_dd, wpc_an_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*----------------- /*-----------------
/ Dr. Dude / Dr. Dude #2016
/------------------*/ /------------------*/
ROM_START(dd_p7) ROM_START(dd_p7)
ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
@ -362,7 +362,7 @@ ROM_START(dd_p06)
ROM_END ROM_END
/*------------- /*-------------
/ Funhouse / Funhouse #50003
/--------------*/ /--------------*/
ROM_START(fh_l9) ROM_START(fh_l9)
ROM_REGION(0x50000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x50000, "maincpu", ROMREGION_ERASEFF)
@ -486,7 +486,7 @@ ROM_END
/*----------------- /*-----------------
/ Harley Davidson / Harley Davidson #20001
/------------------*/ /------------------*/
ROM_START(hd_l3) ROM_START(hd_l3)
ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
@ -521,7 +521,7 @@ ROM_START(hd_l1)
ROM_END ROM_END
/*----------------- /*-----------------
/ The Machine: Bride of Pinbot / The Machine: Bride of Pinbot #50001
/------------------*/ /------------------*/
ROM_START(bop_l7) ROM_START(bop_l7)
ROM_REGION(0x50000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x50000, "maincpu", ROMREGION_ERASEFF)

View File

@ -436,7 +436,7 @@ static MACHINE_CONFIG_START( wpc_dcs, wpc_dcs_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*------------- /*-------------
/ Demolition Man / Demolition Man #50028
/--------------*/ /--------------*/
ROM_START(dm_pa2) ROM_START(dm_pa2)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -527,7 +527,7 @@ ROM_START(dm_h6)
ROM_END ROM_END
/*----------------- /*-----------------
/ Indiana Jones / Indiana Jones #50017
/------------------*/ /------------------*/
ROM_START(ij_l7) ROM_START(ij_l7)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -608,7 +608,7 @@ ROM_START(ij_l3)
ROM_END ROM_END
/*----------------- /*-----------------
/ Judge Dredd / Judge Dredd #20020
/------------------*/ /------------------*/
ROM_START(jd_l7) ROM_START(jd_l7)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -681,7 +681,7 @@ ROM_START(jd_l4)
ROM_END ROM_END
/*----------------- /*-----------------
/ Popeye Saves The Earth / Popeye Saves The Earth #50022
/------------------*/ /------------------*/
ROM_START(pop_lx5) ROM_START(pop_lx5)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -721,7 +721,7 @@ ROM_END
/*----------------- /*-----------------
/ Star Trek: The Next Generation / Star Trek: The Next Generation #50023
/------------------*/ /------------------*/
ROM_START(sttng_l7) ROM_START(sttng_l7)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)

View File

@ -322,7 +322,7 @@ static MACHINE_CONFIG_START( wpc_dot, wpc_dot_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*----------------- /*-----------------
/ Gilligan's Island / Gilligan's Island #20003
/------------------*/ /------------------*/
ROM_START(gi_l9) ROM_START(gi_l9)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -401,7 +401,7 @@ ROM_START(gi_l6)
ROM_END ROM_END
/*----------------- /*-----------------
/ Hot Shot / Hot Shot #60017
/------------------*/ /------------------*/
ROM_START(hshot_p8) ROM_START(hshot_p8)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -416,7 +416,7 @@ ROM_START(hshot_p8)
ROM_END ROM_END
/*----------------- /*-----------------
/ Hurricane / Hurricane #50012
/------------------*/ /------------------*/
ROM_START(hurr_l2) ROM_START(hurr_l2)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -438,7 +438,7 @@ ROM_START(hurr_l2)
ROM_END ROM_END
/*----------------- /*-----------------
/ Party Zone / Party Zone #20004
/------------------*/ /------------------*/
ROM_START(pz_f4) ROM_START(pz_f4)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -509,7 +509,7 @@ ROM_START(pz_l3)
ROM_END ROM_END
/*-------------------- /*--------------------
/ Slugfest baseball / Slugfest baseball #60001,60021
/--------------------*/ /--------------------*/
ROM_START(sf_l1) ROM_START(sf_l1)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -531,7 +531,7 @@ ROM_START(sf_l1)
ROM_END ROM_END
/*----------------- /*-----------------
/ Terminator 2: Judgment Day / Terminator 2: Judgment Day #50013
/------------------*/ /------------------*/
ROM_START(t2_l8) ROM_START(t2_l8)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)

View File

@ -178,7 +178,7 @@ static MACHINE_CONFIG_START( wpc_flip1, wpc_flip1_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*----------------- /*-----------------
/ The Addams Family / The Addams Family #20017
/------------------*/ /------------------*/
ROM_START(taf_p2) ROM_START(taf_p2)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)

View File

@ -207,7 +207,7 @@ static MACHINE_CONFIG_START( wpc_flip2, wpc_flip2_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*----------------- /*-----------------
/ Black Rose / Black Rose #20013
/------------------*/ /------------------*/
ROM_START(br_l4) ROM_START(br_l4)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -278,7 +278,7 @@ ROM_START(br_l3)
ROM_END ROM_END
/*----------------- /*-----------------
/ Bram Stoker's Dracula / Bram Stoker's Dracula #50001
/------------------*/ /------------------*/
ROM_START(drac_l1) ROM_START(drac_l1)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -301,7 +301,7 @@ ROM_START(drac_p11)
ROM_END ROM_END
/*----------------- /*-----------------
/ Creature from the Black Lagoon / Creature from the Black Lagoon #20018
/------------------*/ /------------------*/
ROM_START(cftbl_l4) ROM_START(cftbl_l4)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -330,7 +330,7 @@ ROM_START(cftbl_l3)
ROM_END ROM_END
/*----------------- /*-----------------
/ Doctor Who / Doctor Who #20006
/------------------*/ /------------------*/
ROM_START(dw_l2) ROM_START(dw_l2)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -372,7 +372,7 @@ ROM_START(dw_p5)
ROM_END ROM_END
/*----------------- /*-----------------
/ Fish Tales / Fish Tales #50005
/------------------*/ /------------------*/
ROM_START(ft_l5) ROM_START(ft_l5)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -407,7 +407,7 @@ ROM_START(ft_p4)
ROM_END ROM_END
/*----------------- /*-----------------
/ The Addams Family Special Collectors Edition / The Addams Family Special Collectors Edition #50038
/------------------*/ /------------------*/
ROM_START(tafg_lx3) ROM_START(tafg_lx3)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -449,7 +449,7 @@ ROM_START(tafg_la3)
ROM_LOAD("ag_u18_s.l1", 0x100000, 0x80000, CRC(02e824a9) SHA1(ed8aa5161ea6c12cc9e646939290d848408a59a3)) ROM_LOAD("ag_u18_s.l1", 0x100000, 0x80000, CRC(02e824a9) SHA1(ed8aa5161ea6c12cc9e646939290d848408a59a3))
ROM_END ROM_END
/*----------------- /*-----------------
/ The Getaway: High Speed II / The Getaway: High Speed II #50004
/------------------*/ /------------------*/
ROM_START(gw_l5) ROM_START(gw_l5)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -507,7 +507,7 @@ ROM_START(gw_p7)
ROM_LOAD("u18-sp1.rom", 0x100000, 0x80000, CRC(fc5a5ff6) SHA1(bbe810135e05f81d1399ee0cb490ee93d6f9bb03)) ROM_LOAD("u18-sp1.rom", 0x100000, 0x80000, CRC(fc5a5ff6) SHA1(bbe810135e05f81d1399ee0cb490ee93d6f9bb03))
ROM_END ROM_END
/*----------------- /*-----------------
/ Twilight Zone / Twilight Zone #50020
/------------------*/ /------------------*/
ROM_START(tz_92) ROM_START(tz_92)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
@ -670,7 +670,7 @@ ROM_START(tz_p4)
ROM_END ROM_END
/*----------------- /*-----------------
/ White Water / White Water #50018
/------------------*/ /------------------*/
ROM_START(ww_l5) ROM_START(ww_l5)
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF) ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)

View File

@ -1983,7 +1983,7 @@ static MACHINE_CONFIG_START( wpc_s, wpc_s_state )
MACHINE_CONFIG_END MACHINE_CONFIG_END
/*----------------- /*-----------------
/ Corvette / Corvette #50036
/------------------*/ /------------------*/
ROM_START(corv_21) ROM_START(corv_21)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2046,7 +2046,7 @@ ROM_START(corv_la1)
ROM_END ROM_END
/*----------------- /*-----------------
/ Dirty Harry / Dirty Harry #50030
/------------------*/ /------------------*/
ROM_START(dh_lx2) ROM_START(dh_lx2)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2060,7 +2060,7 @@ ROM_START(dh_lx2)
ROM_END ROM_END
/*----------------- /*-----------------
/ Indianapolis 500 / Indianapolis 500 #50026
/------------------*/ /------------------*/
ROM_START(i500_11r) ROM_START(i500_11r)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2099,7 +2099,7 @@ ROM_START(i500_10r)
ROM_END ROM_END
/*----------------- /*-----------------
/ Jack*Bot / Jack*Bot #50051
/------------------*/ /------------------*/
ROM_START(jb_10r) ROM_START(jb_10r)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2124,7 +2124,7 @@ ROM_START(jb_10b)
ROM_END ROM_END
/*----------------- /*-----------------
/ Johnny Mnemonic / Johnny Mnemonic #50042
/------------------*/ /------------------*/
ROM_START(jm_12r) ROM_START(jm_12r)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2166,7 +2166,7 @@ ROM_START(jm_05r)
ROM_END ROM_END
/*----------------- /*-----------------
/ No Fear: Dangerous Sports / No Fear: Dangerous Sports #50025
/------------------*/ /------------------*/
ROM_START(nf_23x) ROM_START(nf_23x)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2241,7 +2241,7 @@ ROM_START(nf_10)
ROM_END ROM_END
/*----------------- /*-----------------
/ Red and Ted's Road Show / Red and Ted's Road Show #50024
/------------------*/ /------------------*/
ROM_START(rs_l6) ROM_START(rs_l6)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2335,7 +2335,7 @@ ROM_START(rs_lx2)
ROM_END ROM_END
/*----------------- /*-----------------
/ The Flintstones / The Flintstones #50029
/------------------*/ /------------------*/
ROM_START(fs_lx5) ROM_START(fs_lx5)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2394,11 +2394,11 @@ ROM_START(fs_lx4)
ROM_END ROM_END
/*------------- /*-------------
/ The Pinball Circus / The Pinball Circus #60020
/--------------*/ /--------------*/
/*----------------- /*-----------------
/ The Shadow / The Shadow #50032
/------------------*/ /------------------*/
ROM_START(ts_lh6) ROM_START(ts_lh6)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2497,7 +2497,7 @@ ROM_START(ts_lm6)
ROM_END ROM_END
/*----------------- /*-----------------
/ Theatre Of Magic / Theatre Of Magic #50039
/------------------*/ /------------------*/
ROM_START(tom_14h) ROM_START(tom_14h)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2560,7 +2560,7 @@ ROM_START(tom_06)
ROM_END ROM_END
/*----------------- /*-----------------
/ Who Dunnit / Who Dunnit #50044
/------------------*/ /------------------*/
ROM_START(wd_12) ROM_START(wd_12)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)
@ -2659,7 +2659,7 @@ ROM_START(wd_048r)
ROM_END ROM_END
/*-------------- /*--------------
/ World Cup Soccer / World Cup Soccer #50031
/---------------*/ /---------------*/
ROM_START(wcs_l2) ROM_START(wcs_l2)
ROM_REGION(0x80000, "maincpu", 0) ROM_REGION(0x80000, "maincpu", 0)

View File

@ -219,7 +219,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(zac_1_state::zac_1_inttimer)
182E-183F is a storage area for inputs. */ 182E-183F is a storage area for inputs. */
TIMER_DEVICE_CALLBACK_MEMBER(zac_1_state::zac_1_outtimer) TIMER_DEVICE_CALLBACK_MEMBER(zac_1_state::zac_1_outtimer)
{ {
static const UINT8 patterns[16] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f, 0, 0, 0, 0, 0, 0 }; static const UINT8 patterns[16] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7c, 0x07, 0x7f, 0x67, 0, 0, 0, 0, 0, 0 }; // 4511
m_out_offs++; m_out_offs++;
if (m_out_offs < 0x40) if (m_out_offs < 0x40)
@ -244,7 +244,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(zac_1_state::zac_1_outtimer)
static MACHINE_CONFIG_START( zac_1, zac_1_state ) static MACHINE_CONFIG_START( zac_1, zac_1_state )
/* basic machine hardware */ /* basic machine hardware */
MCFG_CPU_ADD("maincpu", S2650, 6000000/2) MCFG_CPU_ADD("maincpu", S2650, 6000000/2) // no xtal, just 2 chips forming a random oscillator
MCFG_CPU_PROGRAM_MAP(zac_1_map) MCFG_CPU_PROGRAM_MAP(zac_1_map)
MCFG_CPU_IO_MAP(zac_1_io) MCFG_CPU_IO_MAP(zac_1_io)
MCFG_S2650_FLAG_HANDLER(WRITELINE(zac_1_state, serial_w)) MCFG_S2650_FLAG_HANDLER(WRITELINE(zac_1_state, serial_w))