mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
small documentation update (nw)
This commit is contained in:
parent
b6fe1df3fb
commit
88e5be2578
@ -287,7 +287,16 @@ static MACHINE_CONFIG_START( diverboy, diverboy_state )
|
|||||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
both program roms contain the following string (at the same location)
|
||||||
|
|
||||||
|
This Game is programmed by the freelance group GAMART.
|
||||||
|
ADRESS: C\SAnt Ramon,11 08130-STA PERPETUA DE MOGODA - BARCELONA (SPAIN)
|
||||||
|
Telephone (93) 560 27 32
|
||||||
|
Fax (93) 574 18 34
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
ROM_START( diverboy )
|
ROM_START( diverboy )
|
||||||
ROM_REGION( 0x40000, "maincpu", 0 ) /* 68000 Code */
|
ROM_REGION( 0x40000, "maincpu", 0 ) /* 68000 Code */
|
||||||
@ -321,4 +330,4 @@ ROM_END
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
GAME( 1992, diverboy, 0, diverboy, diverboy, driver_device, 0, ORIENTATION_FLIP_X, "Electronic Devices Italy", "Diver Boy", GAME_SUPPORTS_SAVE )
|
GAME( 1992, diverboy, 0, diverboy, diverboy, driver_device, 0, ORIENTATION_FLIP_X, "Gamart (Electronic Devices Italy license)", "Diver Boy", GAME_SUPPORTS_SAVE )
|
||||||
|
Loading…
Reference in New Issue
Block a user