trunk/src/mame/drivers/imolagp.c
| r20081 | r20082 | |
| 584 | 584 | |
| 585 | 585 | ROM_START( imolagp ) |
| 586 | 586 | ROM_REGION( 0x10000, "maincpu", 0 ) /* Z80 code */ |
| 587 | ROM_LOAD( "03.bin", 0x0000, 0x0800, CRC(a8be1c83) SHA1(e3147515f9f44e435192db838ffbb5c592f6e8d7) ) |
| 588 | ROM_LOAD( "01.bin", 0x0800, 0x0800, CRC(aa6fc1ea) SHA1(3f9c559aaba7b00ffd0210c6977dd4f966451a4b) ) |
| 589 | ROM_LOAD( "04.bin", 0x1000, 0x0800, CRC(c45c459c) SHA1(e51bbfe79bcd66d80b9179067611ea2029c9fd7a) ) |
| 590 | ROM_LOAD( "02.bin", 0x1800, 0x0800, CRC(a80e193b) SHA1(b31bf30dfe1bc498a4324719e4a6656fb94b8d96) ) |
| 591 | |
| 592 | ROM_REGION( 0x10000, "slave", 0 ) /* Z80 code */ |
| 593 | ROM_LOAD( "12.bin", 0x0000, 0x0800, CRC(f9658100) SHA1(00fe32ef6b7cd909e8b69f0f8431c78591318aff) ) |
| 594 | ROM_LOAD( "08.bin", 0x0800, 0x0800, CRC(3a23a90e) SHA1(3a9ce5717147f2cf8c58432dd5ddcf70c2a041aa) ) |
| 595 | ROM_LOAD( "11.bin", 0x1000, 0x0800, CRC(5252e22e) SHA1(bb032af93f5a027235b35467c8a2c2c6fe6d1461) ) |
| 596 | ROM_LOAD( "07.bin", 0x1800, 0x0800, CRC(ce3459ff) SHA1(e336f9411cff71d85cdcc30af7405eca02c8c8f8) ) |
| 597 | ROM_LOAD( "10.bin", 0x2000, 0x0800, CRC(a043ded9) SHA1(0e3b53897da98ef3953622f8bd7dc379916ac0c0) ) |
| 598 | ROM_LOAD( "06.bin", 0x2800, 0x0800, CRC(3ff5997d) SHA1(95ac9dbda782b94b9b2dc4c9baea86113968077f) ) |
| 599 | ROM_LOAD( "09.bin", 0x3000, 0x0800, CRC(b5eb210e) SHA1(81340b1797f2401fbf0485091bf3b309c153476a) ) |
| 600 | ROM_LOAD( "05.bin", 0x3800, 0x0800, CRC(f59e426e) SHA1(ec9bdeed74e2450acb7f00abd13cb5ceb3205016) ) |
| 601 | ROM_END |
| 602 | |
| 603 | ROM_START( imolagpo ) |
| 604 | ROM_REGION( 0x10000, "maincpu", 0 ) /* Z80 code */ |
| 587 | 605 | ROM_LOAD( "yd.bin", 0x0000, 0x800, CRC(5eb61bb7) SHA1(b897ecc7fa9aa1ae4e095d22d16a901b9d439a8e) ) |
| 588 | 606 | ROM_LOAD( "yc.bin", 0x0800, 0x800, CRC(f7468a3b) SHA1(af1664e30b732b3d5321e76659961af3ebeb1237) ) |
| 589 | 607 | ROM_LOAD( "yb.bin", 0x1000, 0x800, CRC(9f21506e) SHA1(6b46ff4815b8a02b190ec13e067f9a6687980774) ) |
| r20081 | r20082 | |
| 605 | 623 | ROM_END |
| 606 | 624 | |
| 607 | 625 | |
| 608 | | /* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME */ |
| 609 | | GAME( 1981, imolagp, 0, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |
| 626 | /* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME */ |
| 627 | GAME( 1981, imolagp, 0, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix (set 1)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |
| 628 | GAME( 1981, imolagpo, imolagp, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix (set 2)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |