mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
Improvements to Noraut Poker driver:
* A lot of work in memory maps and machine driver stuff. * Improved Inputs / DIP switches for some games. * Added lamps support / layouts to new working games. * Added preliminary support to Kimble hardware. * Added support to CGI's Credit Poker 30x games. * Added new (and fixed old) technical notes. * Added Noraut Deluxe Poker (console). * Added Noraut Joker Poker (original). * Added Noraut Red Hot Joker Poker (alt HW). * Added Noraut Joker Poker (V3.011a). * Added Noraut unknown set 1 (console). * Added Noraut unknown set 2 (console). * Added Mainline Double Joker Poker. * Added Double Joker Poker (45%-75% payout). * Added Royal on Ten (Noraut Deluxe hack). * Added Credit Poker (ver.30c, standard). * Added Poker / Black Jack (Model 7521). * Added Kimble Joker Poker. * Added DRHL Poker (v.2.89). * Renamed norautpn descripion to Noraut Deluxe Poker (bootleg). * Added a placeholder for tpoker2's undumped 68705 MCU. * Reorganized the driver, plus some clean-ups. New games added or promoted from NOT_WORKING status --------------------------------------------------- Noraut Deluxe Poker (console) [Roberto Fresca, ByteMaster] Noraut Joker Poker (original) [Roberto Fresca, ByteMaster] Noraut Red Hot Joker Poker (alt HW) [Roberto Fresca, ByteMaster] Mainline Double Joker Poker [Roberto Fresca, ByteMaster] Double Joker Poker (45%-75% payout) [Roberto Fresca, ByteMaster] Royal on Ten (Noraut Deluxe hack) [Roberto Fresca, ByteMaster] Credit Poker (ver.30c, standard) [Roberto Fresca, ByteMaster] New games marked as GAME_NOT_WORKING ------------------------------------ Noraut unknown set 1 (console) [Roberto Fresca, ByteMaster] Noraut unknown set 2 (console) [Roberto Fresca, ByteMaster] Noraut Joker Poker (V3.011a) [Roberto Fresca, Alan Griffin] Poker / Black Jack (Model 7521) [Roberto Fresca] Kimble Joker Poker [Roberto Fresca, Alan Griffin] DRHL Poker (v.2.89) [Roberto Fresca, Siftware]
This commit is contained in:
parent
ce92948dcd
commit
b32e17a0a2
File diff suppressed because it is too large
Load Diff
@ -9646,19 +9646,34 @@ Other Sun games
|
||||
/* Hi-Soft */
|
||||
DRIVER( himesiki ) /* (c) 1989 Hi-Soft */
|
||||
|
||||
/* Draw Poker Hi-Lo based */
|
||||
DRIVER( norautp ) /* (c) 1988? Noraut Ltd */
|
||||
DRIVER( norautjp ) /* (c) 1988? Noraut Ltd */
|
||||
DRIVER( norautrh ) /* (c) 1988? Noraut Ltd */
|
||||
DRIVER( norautu ) /* (c) 1988? Noraut Ltd */
|
||||
DRIVER( norautv3 ) /* (c) 1988? Noraut Ltd */
|
||||
DRIVER( norautpn ) /* (c) 1990? unknown */
|
||||
DRIVER( pma ) /* PMA */
|
||||
DRIVER( dphl ) /* (c) M. Kramer Inc. 1983 */
|
||||
/* Draw Poker Hi-Lo based (z80) */
|
||||
DRIVER( norautp ) /* (c) 1988 Noraut Ltd. */
|
||||
DRIVER( norautdx ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( norautpn ) /* (c) 199? unknown */
|
||||
DRIVER( norautjo ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( norautjp ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( norautrh ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( norautra ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( norautu ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( noraut3a ) /* (c) 2002 Noraut Ltd. */
|
||||
DRIVER( noraut3b ) /* (c) 2003 Noraut Ltd. */
|
||||
DRIVER( norautua ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( norautub ) /* (c) 198? Noraut Ltd. */
|
||||
DRIVER( mainline ) /* (c) Mainline London */
|
||||
DRIVER( df_djpkr ) /* (c) DellFern Ltd. */
|
||||
DRIVER( ndxron10 ) /* 2005, unknown */
|
||||
DRIVER( cgip30cs ) /* (c) 1999, CGI */
|
||||
DRIVER( pma ) /* 1983, PMA */
|
||||
DRIVER( bjpoker ) /* (c) M. Kramer Inc. */
|
||||
DRIVER( kimblejp ) /* (c) 198?, Kimble Gaming */
|
||||
|
||||
/* Draw Poker Hi-Lo based (i8080) */
|
||||
DRIVER( dphl ) /* (c) 1983 M. Kramer Inc. */
|
||||
DRIVER( dphla ) /* unknown */
|
||||
DRIVER( gtipoker ) /* (c) 1983 GTI Inc */
|
||||
DRIVER( dphljp ) /* unknown */
|
||||
DRIVER( gtipoker ) /* (c) 1983 GTI Inc */
|
||||
DRIVER( smshilo ) /* (c) 1983 SMS Manufacturing Corp. */
|
||||
DRIVER( drhl ) /* (c) Drew, Inc. */
|
||||
DRIVER( tpoker2 ) /* (c) 1993 Micro Manufacturing, Inc. */
|
||||
|
||||
/* Sanki Denshi Kogyo */
|
||||
|
Loading…
Reference in New Issue
Block a user