diff options
author | 2017-12-19 19:07:12 +0100 | |
---|---|---|
committer | 2017-12-19 19:08:36 +0100 | |
commit | 4d3a61f9daeb45df5dd4f95d7dabeff64ad9bafa (patch) | |
tree | cff0d0db694cfc80eb4a58e5961928bc62c41b53 /src/devices/sound/tms5220.h | |
parent | 5ee6e4dd26eb1f5a3964a2b87ded6864f92c64e2 (diff) |
memory: Remove some space parameters from the apple2 domain [O. Galibert]
Diffstat (limited to 'src/devices/sound/tms5220.h')
-rw-r--r-- | src/devices/sound/tms5220.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/sound/tms5220.h b/src/devices/sound/tms5220.h index 9f3c93eef75..38b9983ac94 100644 --- a/src/devices/sound/tms5220.h +++ b/src/devices/sound/tms5220.h @@ -84,6 +84,9 @@ public: DECLARE_WRITE8_MEMBER( data_w ); DECLARE_READ8_MEMBER( status_r ); + void data_w(uint8_t data); + uint8_t status_r(); + READ_LINE_MEMBER( readyq_r ); READ_LINE_MEMBER( intq_r ); |