mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
peplus.c: Add in init for 64K banked CG roms - NW
This commit is contained in:
parent
c1549bfa0f
commit
66fbe5e801
@ -288,6 +288,7 @@ public:
|
||||
DECLARE_DRIVER_INIT(nonplus);
|
||||
DECLARE_DRIVER_INIT(peplus);
|
||||
DECLARE_DRIVER_INIT(peplussb);
|
||||
DECLARE_DRIVER_INIT(pepluss64);
|
||||
DECLARE_DRIVER_INIT(peplussbw);
|
||||
TILE_GET_INFO_MEMBER(get_bg_tile_info);
|
||||
MC6845_ON_UPDATE_ADDR_CHANGED(crtc_addr);
|
||||
@ -1354,6 +1355,16 @@ DRIVER_INIT_MEMBER(peplus_state,peplussb)
|
||||
m_wingboard = FALSE;
|
||||
m_jumper_e16_e17 = FALSE;
|
||||
peplus_load_superdata("user1");
|
||||
|
||||
/* Superboard with 64K CG rom set */
|
||||
DRIVER_INIT_MEMBER(peplus_state,pepluss64)
|
||||
{
|
||||
door_wait = 500;
|
||||
m_doorcycle = TRUE;
|
||||
m_wingboard = FALSE;
|
||||
m_jumper_e16_e17 = TRUE;
|
||||
peplus_load_superdata("user1");
|
||||
}
|
||||
}
|
||||
|
||||
/* Superboard with Attached Wingboard */
|
||||
@ -9994,7 +10005,7 @@ GAMEL(1995, pex2275p, 0, peplus, peplus_poker, peplus_state, peplussb,
|
||||
GAMEL(1995, pex2276p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002276P+XP000055) Black Jack Bonus Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2283p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002283P+XP000057) Dealt Deuces Wild Bonus Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2284p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002284P+XP000057) Barbaric Decues Wild Bonus Poker", 0, layout_pe_poker ) /* Undumped color CAPX2325 but should have correct colors anyways */
|
||||
GAMEL(1995, pex2297p, 0, peplus, peplus_poker, peplus_state, peplusjp, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002297P+XP000053) Jackpot Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2297p, 0, peplus, peplus_poker, peplus_state, pepluss64,ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002297P+XP000053) Jackpot Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2302p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002302P+XP000038) Bonus Poker Deluxe", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2303p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002303P+XP000112) White Hot Aces Poker", 0, layout_pe_poker )
|
||||
GAMEL(1995, pex2306p, 0, peplus, peplus_poker, peplus_state, peplussb, ROT0, "IGT - International Game Technology", "Player's Edge Plus (X002306P+XP000112) Triple Double Bonus Poker", 0, layout_pe_poker )
|
||||
|
Loading…
Reference in New Issue
Block a user