Previous 199869 Revisions Next

r18919 Saturday 10th November, 2012 at 00:39:40 UTC by Roberto Fresca
Added proper PLD dumps to Bonus Card and Power Card. [Team Europe]
[src/mame/drivers]funworld.c

trunk/src/mame/drivers/funworld.c
r18918r18919
194194  There is another set of Cuore 1. I didn't include it because the only difference with
195195  the supported set is the program rom that is double sized, having identical halves.
196196
197  There is at least one missing game in the family... 'Hippo Family', also from C.M.C.
197  There is at least one missing game in the family... 'Hyppo Family', also from C.M.C.
198198  This game should be located and dumped.
199199
200200
r18918r18919
801801  - Promoted to working state.
802802  - Improved the PCB layout.
803803  - Added some technical notes.
804  - Added PLD dumps to bonuscrd and powercrd.
804805
805806
806807  *** TO DO ***
r18918r18919
30653066   ROM_REGION( 0x0400, "proms", 0 )
30663067   ROM_LOAD( "n82s147an.bin",   0x0000, 0x0200, BAD_DUMP CRC(136245f3) SHA1(715309982fcafbce88b08237ca46acec31273938) ) // from power card, original fun world encrypted bonus card clone.
30673068   ROM_LOAD( "74s472n.bin",    0x0200, 0x0200, CRC(e56780cb) SHA1(c06b854f21b1dcee465ac9c8c9a2934b7e99565f) )         // original dump, but doesn't match the cards colors in real board.
3069
3070   ROM_REGION( 0x0200, "plds", 0 )
3071   ROM_LOAD( "bonuscrd_tibpal16l8.bin",  0x0000, 0x0104, CRC(9af1ac12) SHA1(2b9770eeca081b8c744ba1250bb99569816d7a85) )
30683072ROM_END
30693073
30703074
r18918r18919
30793083   ROM_REGION( 0x0400, "proms", 0 )
30803084   ROM_LOAD( "n82s147an.bin",   0x0000, 0x0200, BAD_DUMP CRC(136245f3) SHA1(715309982fcafbce88b08237ca46acec31273938) ) // from power card, original fun world encrypted bonus card clone.
30813085   ROM_LOAD( "74s472n.bin",    0x0200, 0x0200, CRC(e56780cb) SHA1(c06b854f21b1dcee465ac9c8c9a2934b7e99565f) )         // original dump, but doesn't match the cards colors in real board.
3086
3087   ROM_REGION( 0x0200, "plds", 0 )
3088   ROM_LOAD( "bonuscrd_tibpal16l8.bin",  0x0000, 0x0104, CRC(9af1ac12) SHA1(2b9770eeca081b8c744ba1250bb99569816d7a85) )
30823089ROM_END
30833090
30843091
r18918r18919
43724379
43734380   ROM_REGION( 0x0200, "proms", 0 )
43744381   ROM_LOAD( "n82s147an.bin",   0x0000, 0x0200, CRC(136245f3) SHA1(715309982fcafbce88b08237ca46acec31273938) )
4382
4383   ROM_REGION( 0x0200, "plds", 0 )
4384   ROM_LOAD( "powercrd_tibpal16l8.bin",  0x0000, 0x0104, CRC(b5c0a96d) SHA1(3547700e276326a27009202b2e82bc649abb33db) )
43754385ROM_END
43764386
43774387

Previous 199869 Revisions Next


© 1997-2024 The MAME Team