From 88e5be2578a1ac0a9ab37081e9c6637a70d7bb1f Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 13 Mar 2014 14:01:23 +0000 Subject: [PATCH] small documentation update (nw) --- src/mame/drivers/diverboy.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/diverboy.c b/src/mame/drivers/diverboy.c index 13531059fef..00f058fb556 100644 --- a/src/mame/drivers/diverboy.c +++ b/src/mame/drivers/diverboy.c @@ -287,7 +287,16 @@ static MACHINE_CONFIG_START( diverboy, diverboy_state ) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50) 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_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 )