Skip to content

Commit 4861e79

Browse files
committed
add initialized nvram
1 parent 5495d75 commit 4861e79

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/mame/adp/adp.cpp

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,11 @@ ROM_START( funlddlx )
694694
ROM_REGION16_BE( 0x100000, "gfx1", 0 )
695695
ROM_LOAD16_BYTE( "flv_f1_i.bin", 0x00000, 0x80000, CRC(286fccdc) SHA1(dd23deda625e486a7cfe1f3268731d10053a96e9) )
696696
ROM_LOAD16_BYTE( "flv_f1_ii.bin", 0x00001, 0x80000, CRC(2aa904e6) SHA1(864530b136dd488d619cc95f48e7dce8d93d88e0) )
697+
698+
ROM_REGION( 0x40000, "nvram", 0 )
699+
//nvram - 16 bit - taken from parent
700+
ROM_LOAD16_BYTE( "m48z08post.bin", 0x0000, 0x20000, CRC(89705c86) SHA1(e5b57ab26a5034349ee61b8821d1ae64e2dd45f4) )
701+
ROM_LOAD16_BYTE( "m48z08posz.bin", 0x0001, 0x20000, CRC(66e00617) SHA1(74abbf8fae63f88f9dcbe9c72ff3d2f2fbf9cd87) )
697702
ROM_END
698703

699704
ROM_START( funlddlx2 )
@@ -704,6 +709,11 @@ ROM_START( funlddlx2 )
704709
ROM_REGION16_BE( 0x100000, "gfx1", 0 )
705710
ROM_LOAD16_BYTE( "flv_f1_i.bin", 0x00000, 0x80000, CRC(286fccdc) SHA1(dd23deda625e486a7cfe1f3268731d10053a96e9) )
706711
ROM_LOAD16_BYTE( "flv_f1_ii.bin", 0x00001, 0x80000, CRC(2aa904e6) SHA1(864530b136dd488d619cc95f48e7dce8d93d88e0) )
712+
713+
ROM_REGION( 0x40000, "nvram", 0 )
714+
//nvram - 16 bit - taken from parent
715+
ROM_LOAD16_BYTE( "m48z08post.bin", 0x0000, 0x20000, CRC(89705c86) SHA1(e5b57ab26a5034349ee61b8821d1ae64e2dd45f4) )
716+
ROM_LOAD16_BYTE( "m48z08posz.bin", 0x0001, 0x20000, CRC(66e00617) SHA1(74abbf8fae63f88f9dcbe9c72ff3d2f2fbf9cd87) )
707717
ROM_END
708718

709719
ROM_START( funlddlx4 )
@@ -714,6 +724,11 @@ ROM_START( funlddlx4 )
714724
ROM_REGION16_BE( 0x100000, "gfx1", 0 )
715725
ROM_LOAD16_BYTE( "flv_f1_i.bin", 0x00000, 0x80000, CRC(286fccdc) SHA1(dd23deda625e486a7cfe1f3268731d10053a96e9) )
716726
ROM_LOAD16_BYTE( "flv_f1_ii.bin", 0x00001, 0x80000, CRC(2aa904e6) SHA1(864530b136dd488d619cc95f48e7dce8d93d88e0) )
727+
728+
ROM_REGION( 0x40000, "nvram", 0 )
729+
//nvram - 16 bit
730+
ROM_LOAD16_BYTE( "m48z08post.bin", 0x0001, 0x20000, CRC(89705c86) SHA1(e5b57ab26a5034349ee61b8821d1ae64e2dd45f4) )
731+
ROM_LOAD16_BYTE( "m48z08posz.bin", 0x0000, 0x20000, CRC(66e00617) SHA1(74abbf8fae63f88f9dcbe9c72ff3d2f2fbf9cd87) )
717732
ROM_END
718733

719734
ROM_START( fstation )
@@ -734,7 +749,7 @@ GAME( 1994, skattv, 0, skattv, skattv, adp_state, empty_init, ROT0
734749
GAME( 1995, skattva, skattv, skattva, skattva, adp_state, empty_init, ROT0, "ADP", "Skat TV (version TS3)", 0 )
735750
GAME( 1997, fashiong, 0, fashiong, skattv, adp_state, empty_init, ROT0, "ADP", "Fashion Gambler (set 1)", 0 )
736751
GAME( 1997, fashiong2, fashiong, fashiong, skattv, adp_state, empty_init, ROT0, "ADP", "Fashion Gambler (set 2)", 0 )
737-
GAME( 1999, funlddlx, 0, funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe", MACHINE_NOT_WORKING ) // keeps looping between F_IN and FOUL messages
738-
GAME( 1999, funlddlx2, funlddlx, funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe (W2 set)", MACHINE_NOT_WORKING ) // keeps looping between F_IN and FOUL messages
739-
GAME( 1999, funlddlx4, funlddlx, funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe (W4 set)", MACHINE_NOT_WORKING ) // keeps looping between F_IN and FOUL messages
752+
GAME( 1999, funlddlx, funlddlx4,funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe", MACHINE_NOT_WORKING )
740753
GAME( 2000, fstation, 0, fstation, fstation, adp_state, empty_init, ROT0, "ADP", "Fun Station Spielekoffer 9 Spiele", MACHINE_NOT_WORKING ) // suntris crashes when executing HD63484 paint commands
754+
GAME( 2001, funlddlx2, funlddlx4,funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe (W2 set)", MACHINE_NOT_WORKING )
755+
GAME( 2001, funlddlx4, 0, funland, skattv, adp_state, empty_init, ROT0, "Stella", "Funny Land de Luxe (W4 set)", MACHINE_NOT_WORKING )

0 commit comments

Comments
 (0)