summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mamehaze <mamehaze@users.noreply.github.com>2015-03-02 17:58:56 +0000
committer mamehaze <mamehaze@users.noreply.github.com>2015-03-02 17:58:56 +0000
commit4b919834d54988d54a104937045c2422d1043fe7 (patch)
tree2a843f8ec512339970151018ccfb8d5fc775659d
parent385e948366cda0a9cde91e2fe9b8b6d717773a93 (diff)
add dumped prom to 64street [system11]
-rw-r--r--src/mame/drivers/megasys1.c8
-rw-r--r--src/mame/video/megasys1.c4
2 files changed, 4 insertions, 8 deletions
diff --git a/src/mame/drivers/megasys1.c b/src/mame/drivers/megasys1.c
index 45da5d1c344..d4fe3d34514 100644
--- a/src/mame/drivers/megasys1.c
+++ b/src/mame/drivers/megasys1.c
@@ -105,8 +105,8 @@ RAM RW 0f0000-0f3fff 0e0000-0effff? <
- Understand properly how irqs truly works, kazan / iganinju is (again) broken.
-- 64street: player characters in attract mode doesn't move at all, protection
- or btanb?
+- 64street: player characters in attract mode doesn't move at all, protection?
+ they move on the real PCB
- Understand a handful of unknown bits in video regs
@@ -1751,7 +1751,7 @@ ROM_START( 64street )
ROM_LOAD( "64th_10.rom", 0x000000, 0x040000, CRC(a3390561) SHA1(f86d5c61e3e80d30408535c2203940ca1e95ac18) )
ROM_REGION( 0x0200, "proms", 0 ) /* Priority PROM */
- ROM_LOAD( "prom", 0x0000, 0x0200, NO_DUMP )
+ ROM_LOAD( "pr91009.12", 0x0000, 0x0200, CRC(c69423d6) SHA1(ba9644a9899df2d73a5a16bf7ceef1954c2e25f3) ) // same as pr-91044 on hayaosi1
ROM_END
@@ -1787,7 +1787,7 @@ ROM_START( 64streetj )
ROM_LOAD( "64th_10.rom", 0x000000, 0x040000, CRC(a3390561) SHA1(f86d5c61e3e80d30408535c2203940ca1e95ac18) )
ROM_REGION( 0x0200, "proms", 0 ) /* Priority PROM */
- ROM_LOAD( "prom", 0x0000, 0x0200, NO_DUMP )
+ ROM_LOAD( "pr91009.12", 0x0000, 0x0200, CRC(c69423d6) SHA1(ba9644a9899df2d73a5a16bf7ceef1954c2e25f3) ) // same as pr-91044 on hayaosi1
ROM_END
diff --git a/src/mame/video/megasys1.c b/src/mame/video/megasys1.c
index fa654fc8364..3a5e22008cb 100644
--- a/src/mame/video/megasys1.c
+++ b/src/mame/video/megasys1.c
@@ -726,10 +726,6 @@ struct priority
static const struct priority priorities[] =
{
- { "64street",
- { 0x04132,0x03142,0x14032,0x04132,0xfffff,0x04132,0xfffff,0xfffff,
- 0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff }
- },
{ "chimerab",
{ 0x14032,0x04132,0x14032,0x04132,0xfffff,0xfffff,0xfffff,0xfffff,
0xfffff,0xfffff,0x01324,0xfffff,0xfffff,0xfffff,0xfffff,0xfffff }