summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-05-22 16:59:17 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-05-22 16:59:17 -0400
commit118df1b2dbdee7347645aad983deebb953204466 (patch)
tree811fc24a4ad7848b58e740629acc21d2c4de27ef
parent9f591f7c0840a5b3e5edcab7d0937a68d182bba2 (diff)
iwm: Sad but true (nw)
-rw-r--r--src/devices/machine/applefdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/applefdc.h b/src/devices/machine/applefdc.h
index 87cc89f36dc..afdf13de0d8 100644
--- a/src/devices/machine/applefdc.h
+++ b/src/devices/machine/applefdc.h
@@ -149,6 +149,8 @@ public:
}
iwm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+
+ static constexpr feature_type imperfect_features() { return feature::DISK; }
};
#endif // MAME_MACHINE_APPLEFDC_H