mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
msx1_cart:begbasic: fixed offset syntax error (issue #874)
This commit is contained in:
parent
efe63bdeb3
commit
167f345bab
@ -2310,7 +2310,7 @@ kept for now until finding out what those bytes affect...
|
||||
<publisher>Casio</publisher>
|
||||
<part name="cart" interface="msx_cart">
|
||||
<dataarea name="rom" size="65536">
|
||||
<rom name="casio_basic.rom" size="32768" crc="2181a21d" sha1="c48a68db822d9bded56ee1df55d18b81fbe135b7" offset="0x400x40000" />
|
||||
<rom name="casio_basic.rom" size="32768" crc="2181a21d" sha1="c48a68db822d9bded56ee1df55d18b81fbe135b7" offset="0x4000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
Loading…
Reference in New Issue
Block a user