mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
asc.cpp: add IMPERFECT_SOUND flag to Apple Sound Chip for now. [R. Belmont]
This commit is contained in:
parent
2831365020
commit
5bd267a7ed
@ -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(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user