Previous 199869 Revisions Next

r36192 Monday 2nd March, 2015 at 17:59:21 UTC by David Haywood
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]megasys1.c
[src/mame/video]megasys1.c

trunk/src/mame/drivers/megasys1.c
r244703r244704
105105
106106- Understand properly how irqs truly works, kazan / iganinju is (again) broken.
107107
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
110110
111111- Understand a handful of unknown bits in video regs
112112
r244703r244704
17511751   ROM_LOAD( "64th_10.rom", 0x000000, 0x040000, CRC(a3390561) SHA1(f86d5c61e3e80d30408535c2203940ca1e95ac18) )
17521752
17531753   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
17551755ROM_END
17561756
17571757
r244703r244704
17871787   ROM_LOAD( "64th_10.rom", 0x000000, 0x040000, CRC(a3390561) SHA1(f86d5c61e3e80d30408535c2203940ca1e95ac18) )
17881788
17891789   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
17911791ROM_END
17921792
17931793
trunk/src/mame/video/megasys1.c
r244703r244704
726726
727727static const struct priority priorities[] =
728728{
729   {   "64street",
730      { 0x04132,0x03142,0x14032,0x04132,0xfffff,0x04132,0xfffff,0xfffff,
731         0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff }
732   },
733729   {   "chimerab",
734730      { 0x14032,0x04132,0x14032,0x04132,0xfffff,0xfffff,0xfffff,0xfffff,
735731         0xfffff,0xfffff,0x01324,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff }


Previous 199869 Revisions Next


© 1997-2024 The MAME Team