trunk/src/mame/drivers/funworld.c
| r18918 | r18919 | |
| 194 | 194 | There is another set of Cuore 1. I didn't include it because the only difference with |
| 195 | 195 | the supported set is the program rom that is double sized, having identical halves. |
| 196 | 196 | |
| 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. |
| 198 | 198 | This game should be located and dumped. |
| 199 | 199 | |
| 200 | 200 | |
| r18918 | r18919 | |
| 801 | 801 | - Promoted to working state. |
| 802 | 802 | - Improved the PCB layout. |
| 803 | 803 | - Added some technical notes. |
| 804 | - Added PLD dumps to bonuscrd and powercrd. |
| 804 | 805 | |
| 805 | 806 | |
| 806 | 807 | *** TO DO *** |
| r18918 | r18919 | |
| 3065 | 3066 | ROM_REGION( 0x0400, "proms", 0 ) |
| 3066 | 3067 | ROM_LOAD( "n82s147an.bin", 0x0000, 0x0200, BAD_DUMP CRC(136245f3) SHA1(715309982fcafbce88b08237ca46acec31273938) ) // from power card, original fun world encrypted bonus card clone. |
| 3067 | 3068 | 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) ) |
| 3068 | 3072 | ROM_END |
| 3069 | 3073 | |
| 3070 | 3074 | |
| r18918 | r18919 | |
| 3079 | 3083 | ROM_REGION( 0x0400, "proms", 0 ) |
| 3080 | 3084 | ROM_LOAD( "n82s147an.bin", 0x0000, 0x0200, BAD_DUMP CRC(136245f3) SHA1(715309982fcafbce88b08237ca46acec31273938) ) // from power card, original fun world encrypted bonus card clone. |
| 3081 | 3085 | 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) ) |
| 3082 | 3089 | ROM_END |
| 3083 | 3090 | |
| 3084 | 3091 | |
| r18918 | r18919 | |
| 4372 | 4379 | |
| 4373 | 4380 | ROM_REGION( 0x0200, "proms", 0 ) |
| 4374 | 4381 | 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) ) |
| 4375 | 4385 | ROM_END |
| 4376 | 4386 | |
| 4377 | 4387 | |