diff options
Diffstat (limited to 'src/devices/sound/c140.h')
-rw-r--r-- | src/devices/sound/c140.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/c140.h b/src/devices/sound/c140.h index 3008d964a9d..4c2b18efa46 100644 --- a/src/devices/sound/c140.h +++ b/src/devices/sound/c140.h @@ -97,6 +97,8 @@ protected: C140_VOICE m_voi[MAX_VOICE]; emu_timer *m_int1_timer; + + u8 keyon_status_read(u16 offset); }; class c219_device : public c140_device |