From 25755710211b9016e0dcc50a12419c4e650e2b0b Mon Sep 17 00:00:00 2001 From: Tomasz Slanina Date: Thu, 11 Sep 2008 18:58:04 +0000 Subject: [PATCH] Added 'Funny Land de Luxe' to adp driver. Updated pcb info. New games marked as GAME_NOT_WORKING ------------------------------------ Funny Land de Luxe [Tomasz Slanina] --- src/mame/drivers/adp.c | 24 ++++++++++++++++++++++-- src/mame/mamedriv.c | 3 +++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/adp.c b/src/mame/drivers/adp.c index dbb2b02c273..0fc65de6af6 100644 --- a/src/mame/drivers/adp.c +++ b/src/mame/drivers/adp.c @@ -15,7 +15,7 @@ Supported games : - Skat TV v. TS3 ("COPYRIGHT BY ADP LUEBBECKE GERMANY 1995") - Fashion Gambler ("COPYRIGHT BY ADP LUEBBECKE GERMANY 1997") - Backgammon ("COPYRIGHT BY ADP LUEBBECKE GERMANY 1994") - +- Funny Land de Luxe ("Copyright 1992-99 by Stella International Germany") Skat TV (Version TS3) @@ -131,6 +131,16 @@ Connectors: There's also (external) JAMMA adapter - 4th board filled with resistors and diodes. + + +Funny Land de Luxe +------------------ + +Video board has additional chips: + - Altera EPM7032 (PLD) + - SG-615PH (32.0000M oscillator) + - Bt481 (RAMDAC) + */ #include "driver.h" @@ -621,9 +631,19 @@ ROM_START( fashiong ) ROM_LOAD16_BYTE( "m48z08posz.bin", 0x0001, 0x2000, CRC(7c5a4b78) SHA1(262d0d7f5b24e356ab54eb2450bbaa90e3fb5464) ) ROM_END +ROM_START( funlddlx ) + ROM_REGION( 0x100000, "main", 0 ) + ROM_LOAD16_BYTE( "fldl_f6_1.bin", 0x00001, 0x80000, CRC(85c74040) SHA1(24a7d3e6acbaf73ef9817379bef64c38a9ff7896) ) + ROM_LOAD16_BYTE( "fldl_f6_2.bin", 0x00000, 0x80000, CRC(93bf1a4b) SHA1(5b4353feba1e0d4402cd26f4855e3803e6be43b9) ) + + ROM_REGION( 0x100000, "gfx1", 0 ) + ROM_LOAD16_BYTE( "flv_f1_i.bin", 0x00000, 0x80000, CRC(286fccdc) SHA1(dd23deda625e486a7cfe1f3268731d10053a96e9) ) + ROM_LOAD16_BYTE( "flv_f1_ii.bin", 0x00001, 0x80000, CRC(2aa904e6) SHA1(864530b136dd488d619cc95f48e7dce8d93d88e0) ) +ROM_END + GAME( 1990, backgamn, 0, backgamn, adp, 0, ROT0, "ADP", "Backgammon", GAME_NOT_WORKING ) GAME( 1993, quickjac, 0, quickjac, skattv, 0, ROT0, "ADP", "Quick Jack", GAME_NOT_WORKING ) GAME( 1994, skattv, 0, skattv, skattv, 0, ROT0, "ADP", "Skat TV", GAME_NOT_WORKING ) GAME( 1995, skattva, skattv, skattv, skattv, 0, ROT0, "ADP", "Skat TV (version TS3)", GAME_NOT_WORKING ) GAME( 1997, fashiong, 0, skattv, adp, 0, ROT0, "ADP", "Fashion Gambler", GAME_NOT_WORKING ) - +GAME( 1999, funlddlx, 0, skattv, adp, 0, ROT0, "Stella", "Funny Land de Luxe", GAME_NOT_WORKING ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 7a8a4162fde..f5e33e0e2fb 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -7648,6 +7648,9 @@ Other Sun games DRIVER( skattv ) /* (c) 1994 */ DRIVER( skattva ) /* (c) 1995 */ DRIVER( fashiong ) /* (c) 1997 */ + + /* Other games on adp hardware */ + DRIVER( funlddlx ) /* (c) 1999 */ /* JPM Give us a Break hardware */ DRIVER( guab ) /* (c) 1986 */