summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-01-11 08:49:18 -0500
committer arbee <rb6502@users.noreply.github.com>2020-01-11 08:49:18 -0500
commit9fc51f3c2a4c3888de497ce5e9c8c7c4a77f4aa0 (patch)
tree5ec448ffb1e315e8b9f5f8bf9843d90d46e88da7
parent62c6834ea723603353301702f41d374562be3f2f (diff)
apple2: mark hsscsi as not functioning yet (nw)
-rw-r--r--src/devices/bus/a2bus/a2hsscsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/a2hsscsi.h b/src/devices/bus/a2bus/a2hsscsi.h
index a660dac5e58..905de8b620d 100644
--- a/src/devices/bus/a2bus/a2hsscsi.h
+++ b/src/devices/bus/a2bus/a2hsscsi.h
@@ -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: