diff options
-rw-r--r-- | src/devices/sound/asc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/asc.h b/src/devices/sound/asc.h index f1dff62ffc2..9848646e2bb 100644 --- a/src/devices/sound/asc.h +++ b/src/devices/sound/asc.h @@ -44,6 +44,8 @@ public: asc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + static constexpr feature_type imperfect_features() { return feature::SOUND; } + void set_type(asc_type type) { m_chip_type = type; } auto irqf_callback() { return write_irq.bind(); } |