Some spacing, align, and copyrights...

This commit is contained in:
RobertoFresca 2015-05-20 22:33:49 -03:00
parent 31c879e7ba
commit fae7c98ad1
5 changed files with 103 additions and 115 deletions

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood
// copyright-holders:David Haywood, Angelo Salese, Roberto Fresca, Peter Ferrie
/***********************************************************************************
Multi Game - EGD, 1997
@ -511,5 +511,6 @@ ROM_START( gambl186a )
ROM_END
/* YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS... */
GAME( 1997, gambl186, 0, gambl186, gambl186, driver_device, 0, ROT0, "EGD", "Multi Game (V398)", GAME_NOT_WORKING | GAME_NO_SOUND )
GAME( 199?, gambl186a, gambl186, gambl186, gambl186, driver_device, 0, ROT0, "EGD", "Multi Game (V399)", GAME_NOT_WORKING | GAME_NO_SOUND )

View File

@ -1091,6 +1091,6 @@ ROM_END
* Game Drivers *
**********************************************
YEAR NAME PARENT MACHINE INPUT INIT ROT COMPANY FULLNAME FLAGS LAYOUT */
YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS LAYOUT */
GAMEL( 1991, luckgrln, 0, luckgrln, luckgrln, luckgrln_state, luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Girl (newer Z180 based hardware)", GAME_NO_SOUND, layout_luckgrln )
GAMEL( 1993, 7smash, 0, _7smash, _7smash, driver_device, 0, ROT0, "Sovic", "7 Smash", GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING | GAME_NO_SOUND, layout_luckgrln )

View File

@ -125,6 +125,19 @@ static ADDRESS_MAP_START( poker72_map, AS_PROGRAM, 8, poker72_state )
AM_RANGE(0xfe22, 0xfe22) AM_WRITE(tile_bank_w)
AM_RANGE(0xfe40, 0xfe40) AM_DEVREADWRITE("ay", ay8910_device, data_r, data_w)
AM_RANGE(0xfe60, 0xfe60) AM_DEVWRITE("ay", ay8910_device, address_w)
AM_RANGE(0xff00, 0xffff) AM_RAM //??
/*
bp 13a
fe06 w
fe08 w
fe0b = 9b (ppi?)
fe24 w
01f9 : call 6399 --> cls
*/
ADDRESS_MAP_END

View File

@ -600,12 +600,11 @@ ROM_START( supdrapob )
ROM_END
/*********************************************************************
Games Drivers
**********************************************************************/
/* YEAR NAME PARENT MACHINE INPUT INIT ROT COMPANY FULLNAME FLAGS... */
/* YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS... */
GAME( 1983, supdrapo, 0, supdrapo, supdrapo, driver_device, 0, ROT90, "Valadon Automation (Stern Electronics license)", "Super Draw Poker (set 1)", GAME_SUPPORTS_SAVE )
GAME( 1983, supdrapoa, supdrapo, supdrapo, supdrapo, driver_device, 0, ROT90, "Valadon Automation / Jeutel", "Super Draw Poker (set 2)", GAME_SUPPORTS_SAVE )
GAME( 1983, supdrapob, supdrapo, supdrapo, supdrapo, driver_device, 0, ROT90, "bootleg", "Super Draw Poker (bootleg)", GAME_SUPPORTS_SAVE )

View File

@ -1,10 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Angelo Salese
// copyright-holders:Angelo Salese, Roberto Fresca
/**************************************************************************************************************
Videotronics Poker (c) 198? Videotronics
preliminary driver by Angelo Salese
Preliminary driver by Angelo Salese & Roberto Fresca.
Notes:
- Looks like the 2nd generation of Noraut Poker / Draw Poker Hi-Lo HW.
@ -22,57 +21,33 @@ Scratched on the CPU board SN1069
Scratched on the CPU board SN1069
CPU board
.0 2716 stickered DRAWPKR2 located top left
8-F
REV A
.1 2716 stickered DRAWPKR2 located next to .0
0-7
REV A
.0 2716 stickered DRAWPKR2 8-F REV A located top left
.1 2716 stickered DRAWPKR2 0-7 REV A located next to .0
ROM board
Top of board left to right
.R0 2716 stickered RA
0-7
.R1 2716 stickered RA
8-F
.R2 2716 stickered BA
0-7
.R3 2716 stickered BA
8-F
.R4 2716 stickered GA
0-7
.R5 2716 stickered GA
8-F
.R0 2716 stickered RA 0-7
.R1 2716 stickered RA 8-F
.R2 2716 stickered BA 0-7
.R3 2716 stickered BA 8-F
.R4 2716 stickered GA 0-7
.R5 2716 stickered GA 8-F
Below top row left to right
.R6 2716 stickered RB
0-7
.R7 2716 stickered RB
8-F
.R8 2716 stickered BB
0-7
.R9 2716 stickered BB
8-F
.R10 2716 stickered GB
0-7
.R11 2716 stickered GB
8-F
.R6 2716 stickered RB 0-7
.R7 2716 stickered RB 8-F
.R8 2716 stickered BB 0-7
.R9 2716 stickered BB 8-F
.R10 2716 stickered GB 0-7
.R11 2716 stickered GB 8-F
ROM data showed cards
6809 cpu
6809 CPU
4.000 Mhz crystal
MC6840P
mm74c920J/mmc6551j-9 x2
@ -95,8 +70,7 @@ Etched in copper on top by .1 eprom 6000
.6 2732 handwritten sticker RJOK2
.7 2764 handwritten sticker 688C
4 Mhz crystal
4 MHz crystal
6809
MC6840P
nmc6514-9 x2
@ -727,5 +701,6 @@ ROM_START( 5acespkr )
ROM_END
/* YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS... */
GAME( 198?, vpoker, 0, vpoker, vpoker, driver_device, 0, ROT0, "Videotronics", "Videotronics Poker", GAME_NOT_WORKING | GAME_NO_SOUND )
GAME( 198?, 5acespkr, 0, vpoker, 5acespkr, driver_device, 0, ROT0, "<unknown>", "5-Aces Poker", GAME_NOT_WORKING | GAME_NO_SOUND )