From 118df1b2dbdee7347645aad983deebb953204466 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 22 May 2019 16:59:17 -0400 Subject: [PATCH] iwm: Sad but true (nw) --- src/devices/machine/applefdc.h | 2 ++ 1 file changed, 2 insertions(+) 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