This commit is contained in:
RobertoFresca 2016-05-01 21:42:47 -03:00
commit b7d0595662
3 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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,

View File

@ -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;