diff options
Diffstat (limited to 'src/mame/includes/tnzs.h')
-rw-r--r-- | src/mame/includes/tnzs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tnzs.h b/src/mame/includes/tnzs.h index 07a245e6cec..b3c32ea5878 100644 --- a/src/mame/includes/tnzs.h +++ b/src/mame/includes/tnzs.h @@ -88,7 +88,7 @@ protected: DECLARE_READ8_MEMBER(mcu_r); DECLARE_WRITE8_MEMBER(mcu_w); - DECLARE_READ8_MEMBER(analog_r); + uint8_t analog_r(offs_t offset); void tnzs_sub_map(address_map &map); |