From 5bd267a7ed0a517e118fd66fbb6c604670f7bffd Mon Sep 17 00:00:00 2001 From: arbee Date: Tue, 23 Mar 2021 23:12:08 -0400 Subject: asc.cpp: add IMPERFECT_SOUND flag to Apple Sound Chip for now. [R. Belmont] --- src/devices/sound/asc.h | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- cgit v1.2.3