Subtle corrections, cleans and spacing... n/w

This commit is contained in:
RobertoFresca 2016-05-14 00:32:27 -03:00
parent cc088d53a6
commit c5f2a48006
9 changed files with 60 additions and 60 deletions

View File

@ -515,5 +515,5 @@ 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( 19??, chance32, 0, chance32, chance32, driver_device, 0, ROT0, "PAL System Co, Ltd.", "Chance Thirty Two", 0, layout_chance32 )

View File

@ -16,7 +16,7 @@
*****************************************************************************************
You can find more about this game and the emulation evolution at
http://www.robertofresca.com.ar/
http://www.robertofresca.com/
*****************************************************************************************

View File

@ -101,12 +101,12 @@
| | ULN2003A | +++RESNET+++ +++RESNET+++ |'----------'| |
| '----------' |||||||||||| |||||||||||| '------------' |
| |
| 7908-B SUCCESS CORP. |
| 7908-B hole SUCCESS CORP. |
| .----------. .--. .----------. |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
'---------' '-----------' '-----------------------------------------' '---------'
2x6 edge conn 2x21 edge connector
<-------- 2x28 JAMMA compatible edge connector -------->
AA = Texas Instruments RC4558P T835AJ34.

View File

@ -144,7 +144,7 @@
TODO:
- Proper handling of the 68070 (68k with 32 address lines instead of 24)
& handle the extra features properly (UART,DMA,Timers etc.)
& handle the extra features properly (UART, DMA, timers, etc.)
- Proper emulation of the 66470 Video Chip (still many unhandled features)
@ -745,7 +745,7 @@ INTERRUPT_GEN_MEMBER(magicard_state::magicard_irq)
}
static ADDRESS_MAP_START( ramdac_map, AS_0, 8, magicard_state )
AM_RANGE(0x000, 0x3ff) AM_DEVREADWRITE("ramdac",ramdac_device,ramdac_pal_r,ramdac_rgb666_w)
AM_RANGE(0x0000, 0x03ff) AM_DEVREADWRITE("ramdac", ramdac_device, ramdac_pal_r, ramdac_rgb666_w)
ADDRESS_MAP_END

View File

@ -20,7 +20,7 @@
This hardware was clearly designed for poker games.
You can find a complete hardware & software analysis here:
http://www.robertofresca.com.ar/
http://www.robertofresca.com
Special Thanks to...

View File

@ -1057,5 +1057,5 @@ DRIVER_INIT_MEMBER(majorpkr_state,majorpkr)
* 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( 1994, majorpkr, 0, majorpkr, majorpkr, majorpkr_state, majorpkr, ROT0, "PAL System", "Major Poker (v2.0)", 0, layout_majorpkr )

View File

@ -215,7 +215,7 @@ static MACHINE_CONFIG_START( manohman, _manohman_state )
// sound hardware
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SAA1099_ADD("saa", MASTER_CLOCK /* guess */)
MCFG_SAA1099_ADD("saa", MASTER_CLOCK) // guess
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
@ -235,5 +235,5 @@ ROM_END
* Game Drivers *
*********************************************/
/* YEAR NAME PARENT MACHINE INPUT INIT ROT COMPANY FULLNAME FLAGS... */
/* YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS... */
GAME( 199?, manohman, 0, manohman, manohman, driver_device, 0, ROT0, "Merkur", "Mann, oh-Mann", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_REQUIRES_ARTWORK )