mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
b7d0595662
@ -10351,7 +10351,7 @@ but in different order
|
||||
<info name="alt_title" value="ドラゴンスレイヤー"/>
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="448144"> <!-- Data CRC16: 15654 -->
|
||||
<rom name="dragon slayer level 1.1.d88" size="448144" crc="e891dbb1" sha1="16ab5b15fe71c6a47903478b8e4bc654f2ccc66c" offset="0" />
|
||||
<rom name="dragon slayer level 1.1.d88" size="448144" crc="6080247b" sha1="7815acdec65967733573147abaf717b75277d486" offset="0" status="baddump"/>
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
@ -150,7 +150,7 @@ function cheatfind.startplugin()
|
||||
oldc = frombcd(old)
|
||||
newc = frombcd(new)
|
||||
end
|
||||
if cfoper[oper](oldc, newc, val, addr) then
|
||||
if cfoper[oper](newc, oldc, val, addr) then
|
||||
ret[#ret + 1] = { addr = addr,
|
||||
oldval = old,
|
||||
newval = new,
|
||||
|
@ -1634,9 +1634,6 @@ void upd765_family_device::read_data_continue(floppy_info &fi)
|
||||
st2 |= ST2_WC|ST2_BC;
|
||||
else
|
||||
st2 |= ST2_WC;
|
||||
fi.st0 |= ST0_FAIL;
|
||||
fi.sub_state = COMMAND_DONE;
|
||||
break;
|
||||
}
|
||||
live_start(fi, SEARCH_ADDRESS_MARK_HEADER);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user