trunk/src/mame/drivers/megasys1.c
| r244701 | r244702 | |
| 105 | 105 | |
| 106 | 106 | - Understand properly how irqs truly works, kazan / iganinju is (again) broken. |
| 107 | 107 | |
| 108 | | - 64street: player characters in attract mode doesn't move at all, protection |
| 109 | | or btanb? |
| 108 | - 64street: player characters in attract mode doesn't move at all, protection? |
| 109 | they move on the real PCB |
| 110 | 110 | |
| 111 | 111 | - Understand a handful of unknown bits in video regs |
| 112 | 112 | |
| r244701 | r244702 | |
| 1751 | 1751 | ROM_LOAD( "64th_10.rom", 0x000000, 0x040000, CRC(a3390561) SHA1(f86d5c61e3e80d30408535c2203940ca1e95ac18) ) |
| 1752 | 1752 | |
| 1753 | 1753 | ROM_REGION( 0x0200, "proms", 0 ) /* Priority PROM */ |
| 1754 | | ROM_LOAD( "prom", 0x0000, 0x0200, NO_DUMP ) |
| 1754 | ROM_LOAD( "pr91009.12", 0x0000, 0x0200, CRC(c69423d6) SHA1(ba9644a9899df2d73a5a16bf7ceef1954c2e25f3) ) // same as pr-91044 on hayaosi1 |
| 1755 | 1755 | ROM_END |
| 1756 | 1756 | |
| 1757 | 1757 | |
| r244701 | r244702 | |
| 1787 | 1787 | ROM_LOAD( "64th_10.rom", 0x000000, 0x040000, CRC(a3390561) SHA1(f86d5c61e3e80d30408535c2203940ca1e95ac18) ) |
| 1788 | 1788 | |
| 1789 | 1789 | ROM_REGION( 0x0200, "proms", 0 ) /* Priority PROM */ |
| 1790 | | ROM_LOAD( "prom", 0x0000, 0x0200, NO_DUMP ) |
| 1790 | ROM_LOAD( "pr91009.12", 0x0000, 0x0200, CRC(c69423d6) SHA1(ba9644a9899df2d73a5a16bf7ceef1954c2e25f3) ) // same as pr-91044 on hayaosi1 |
| 1791 | 1791 | ROM_END |
| 1792 | 1792 | |
| 1793 | 1793 | |
trunk/src/mame/video/megasys1.c
| r244701 | r244702 | |
| 726 | 726 | |
| 727 | 727 | static const struct priority priorities[] = |
| 728 | 728 | { |
| 729 | | { "64street", |
| 730 | | { 0x04132,0x03142,0x14032,0x04132,0xfffff,0x04132,0xfffff,0xfffff, |
| 731 | | 0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff } |
| 732 | | }, |
| 733 | 729 | { "chimerab", |
| 734 | 730 | { 0x14032,0x04132,0x14032,0x04132,0xfffff,0xfffff,0xfffff,0xfffff, |
| 735 | 731 | 0xfffff,0xfffff,0x01324,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff } |