mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
apple2: mark hsscsi as not functioning yet (nw)
This commit is contained in:
parent
62c6834ea7
commit
9fc51f3c2a
@ -28,6 +28,8 @@ public:
|
||||
// construction/destruction
|
||||
a2bus_hsscsi_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
||||
static constexpr feature_type unemulated_features() { return feature::DISK; }
|
||||
|
||||
DECLARE_WRITE_LINE_MEMBER( drq_w );
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user