diff options
| author | 2008-10-19 22:36:18 +0000 | |
|---|---|---|
| committer | 2008-10-19 22:36:18 +0000 | |
| commit | fb52b3eee809d24853d4f0eeee27bda9550d2b2d (patch) | |
| tree | da06dd8bf4f74b81d73c44a4cb60e53982b6ab09 | |
| parent | 72269c2e5e79bb174d1e38443bf3da9c39a53b1b (diff) | |
replace monkelf prom with one from the bootleg board
| -rw-r--r-- | src/mame/drivers/megasys1.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/megasys1.c b/src/mame/drivers/megasys1.c index e7d52772d6c..041f8c0da5e 100644 --- a/src/mame/drivers/megasys1.c +++ b/src/mame/drivers/megasys1.c @@ -1303,7 +1303,9 @@ ROM_START( monkelf ) ROM_LOAD( "2", 0x000000, 0x040000, CRC(05bc04d9) SHA1(b903edf39393cad2b4b6b58b10651304793aaa3e) ) ROM_REGION( 0x0200, "proms", 0 ) /* Priority PROM */ - ROM_LOAD( "ph.bin", 0x0000, 0x0200, CRC(8359650a) SHA1(97d0105f06c64340fb19a541db03481a7e0b5e05) ) +// ROM_LOAD( "ph.bin", 0x0000, 0x0200, CRC(8359650a) SHA1(97d0105f06c64340fb19a541db03481a7e0b5e05) ) + // the bootleg prom is a different format, i don't know how to use it + ROM_LOAD( "82s147", 0x0000, 0x0200, CRC(547eccc0) SHA1(44dd92e899a7852d2fd937b7d45519315b8b4d4f) ) ROM_END |
