mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
megatech.xml: Fixed the few remaining issue [David Haywood]
This commit is contained in:
parent
c94b8c9490
commit
40181d18cc
@ -230,8 +230,8 @@
|
||||
<part name="cart" interface="megatech_cart">
|
||||
<feature name="pcb_type" value="genesis" />
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="mpr-12356f.ic1" size="0x020000" crc="1e71c1a0" sha1="44b2312792e49d46d71e0417a7f022e5ffddbbfe" offset="0x000001"/>
|
||||
<rom name="mpr-12357f.ic2" size="0x020000" crc="d52ca49c" sha1="a9159892eee2c0cf28ebfcfa99f81f80781851c6" offset="0x000000"/>
|
||||
<rom name="mpr-12356f.ic1" size="0x020000" crc="1e71c1a0" sha1="44b2312792e49d46d71e0417a7f022e5ffddbbfe" offset="0x000000" loadflag="load16_byte"/>
|
||||
<rom name="mpr-12357f.ic2" size="0x020000" crc="d52ca49c" sha1="a9159892eee2c0cf28ebfcfa99f81f80781851c6" offset="0x000001" loadflag="load16_byte"/>
|
||||
<rom name="epr-12368-22.ic3" size="0x008000" crc="1c1b6468" sha1="568a38f4186167486e39ab4aa2c1ceffd0b81156" offset="0x300000" loadflag="load16_byte"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
@ -246,7 +246,8 @@
|
||||
<feature name="pcb_type" value="genesis" />
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="mp12605.ic1" size="0x020000" crc="1066c6ab" sha1="c30e4442732bdb38c96d780542f8550a94d127b0" offset="0x000000"/>
|
||||
<rom name="mpr12606.ic2" size="0x080000" crc="d0be7777" sha1="a44b2a3d427f6973b5c1a3dcd8d1776366acb9f7" offset="0x080000"/>
|
||||
<rom name="mpr12606.ic2" size="0x020000" crc="d0be7777" sha1="a44b2a3d427f6973b5c1a3dcd8d1776366acb9f7" offset="0x080000"/>
|
||||
<rom size="0x060000" offset="0x020000" loadflag="continue" />
|
||||
<rom name="epr-12368-23.ic3" size="0x008000" crc="7ee58546" sha1="ad5bb0934475eacdc5e354f67c96fe0d2512d33b" offset="0x300000" loadflag="load16_byte"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
@ -288,7 +289,8 @@
|
||||
<part name="cart" interface="megatech_cart">
|
||||
<feature name="pcb_type" value="genesis" />
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="mpr-12672-h.ic1" size="0x080000" crc="d0ee6434" sha1="8b9a37c206c332ef23dc71f09ec40e1a92b1f83a" offset="0x000000"/>
|
||||
<!-- This ROM is byteswapped like a MD dump targetted at console emulators, is it correct? -->
|
||||
<rom name="mpr-12672-h.ic1" size="0x080000" crc="d0ee6434" sha1="8b9a37c206c332ef23dc71f09ec40e1a92b1f83a" offset="0x000000" loadflag="load16_word_swap"/>
|
||||
<rom name="epr-12368-26.ic2" size="0x008000" crc="4623b573" sha1="29df4a5c5de66cd9cb7519e4f30000f7dddc2138" offset="0x300000" loadflag="load16_byte"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
@ -358,7 +360,8 @@
|
||||
<part name="cart" interface="megatech_cart">
|
||||
<feature name="pcb_type" value="genesis" />
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="mpr-12904f.ic1" size="0x080000" crc="4346e11a" sha1="c86725780027ef9783cb7884c8770cc030b0cd0d" offset="0x000000"/>
|
||||
<!-- This ROM is byteswapped like a MD dump targetted at console emulators, is it correct? -->
|
||||
<rom name="mpr-12904f.ic1" size="0x080000" crc="4346e11a" sha1="c86725780027ef9783cb7884c8770cc030b0cd0d" offset="0x000000" loadflag="load16_word_swap"/>
|
||||
<rom name="epr-12368-32.ic2" size="0x008000" crc="f70adcbe" sha1="d4412a7cd59fe282a1c6619aa1051a2a2e00e1aa" offset="0x300000" loadflag="load16_byte"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
|
Loading…
Reference in New Issue
Block a user