apple2: mark hsscsi as not functioning yet (nw)

This commit is contained in:
arbee 2020-01-11 08:49:18 -05:00
parent 62c6834ea7
commit 9fc51f3c2a

View File

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