asc.cpp: add IMPERFECT_SOUND flag to Apple Sound Chip for now. [R. Belmont]

This commit is contained in:
arbee 2021-03-23 23:12:08 -04:00
parent 2831365020
commit 5bd267a7ed

View File

@ -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(); }