mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
ataflash cards does not spin (nw)
This commit is contained in:
parent
29ec02efaa
commit
a61bd9e337
@ -27,6 +27,7 @@ protected:
|
||||
virtual void device_reset() override;
|
||||
|
||||
virtual attotime seek_time() override;
|
||||
uint8_t calculate_status() override { return ata_hle_device::calculate_status(); };
|
||||
|
||||
private:
|
||||
uint8_t m_cis[512];
|
||||
|
Loading…
Reference in New Issue
Block a user