mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
hash/x1_flop.xml: update robowres QA
This commit is contained in:
parent
ae2ed97a7c
commit
3726b76404
@ -2171,7 +2171,9 @@ Not extensively tested
|
|||||||
<year>1986</year>
|
<year>1986</year>
|
||||||
<publisher>マイクロネット (Micronet)</publisher>
|
<publisher>マイクロネット (Micronet)</publisher>
|
||||||
<notes><![CDATA[
|
<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>
|
]]></notes>
|
||||||
|
|
||||||
<info name="release" value="198608xx"/>
|
<info name="release" value="198608xx"/>
|
||||||
|
@ -143,7 +143,6 @@ public:
|
|||||||
TIMER_CALLBACK_MEMBER(fdc_motor_off_cb);
|
TIMER_CALLBACK_MEMBER(fdc_motor_off_cb);
|
||||||
TIMER_DEVICE_CALLBACK_MEMBER(cmt_seek_cb);
|
TIMER_DEVICE_CALLBACK_MEMBER(cmt_seek_cb);
|
||||||
TIMER_DEVICE_CALLBACK_MEMBER(sub_keyboard_cb);
|
TIMER_DEVICE_CALLBACK_MEMBER(sub_keyboard_cb);
|
||||||
void hdl_w(int state);
|
|
||||||
|
|
||||||
required_device<gfxdecode_device> m_gfxdecode;
|
required_device<gfxdecode_device> m_gfxdecode;
|
||||||
required_device<palette_device> m_palette;
|
required_device<palette_device> m_palette;
|
||||||
|
Loading…
Reference in New Issue
Block a user