hash/x1_flop.xml: update robowres QA

This commit is contained in:
angelosa 2024-05-07 13:46:00 +02:00
parent ae2ed97a7c
commit 3726b76404
2 changed files with 3 additions and 2 deletions

View File

@ -2171,7 +2171,9 @@ Not extensively tested
<year>1986</year>
<publisher>マイクロネット (Micronet)</publisher>
<notes><![CDATA[
Fatal errors in [D88] loader: expects offset 0x1c to contain the file size but in that image it's file size/2.
[D88] expects offset 0x1c to contain the file size but in that image it's file size/2. (worked around)
Expects [KBD] number presses with shift held
Cannot select a move set
]]></notes>
<info name="release" value="198608xx"/>

View File

@ -143,7 +143,6 @@ public:
TIMER_CALLBACK_MEMBER(fdc_motor_off_cb);
TIMER_DEVICE_CALLBACK_MEMBER(cmt_seek_cb);
TIMER_DEVICE_CALLBACK_MEMBER(sub_keyboard_cb);
void hdl_w(int state);
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;