diff options
author | 2022-09-10 14:05:04 +0200 | |
---|---|---|
committer | 2022-09-10 14:05:17 +0200 | |
commit | 528415d08603f30a08b9e62c5bfc4f3b5b5aea0c (patch) | |
tree | 57a55c3534c698c1c456a04345c7fc3dfd8a8474 /src/devices/sound/upd7759.cpp | |
parent | b8a21c27efffac924ea0673502a0243f76167ca2 (diff) |
olibochu: improve ay sound
Diffstat (limited to 'src/devices/sound/upd7759.cpp')
-rw-r--r-- | src/devices/sound/upd7759.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/upd7759.cpp b/src/devices/sound/upd7759.cpp index 2da49639c82..d54957b4800 100644 --- a/src/devices/sound/upd7759.cpp +++ b/src/devices/sound/upd7759.cpp @@ -653,7 +653,6 @@ void upd7759_device::internal_start_w(int state) void upd7756_device::internal_start_w(int state) { - uint8_t oldstart = m_start; m_start = (state != 0); |