diff options
Diffstat (limited to 'src/devices/sound/ymz770.h')
-rw-r--r-- | src/devices/sound/ymz770.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ymz770.h b/src/devices/sound/ymz770.h index 0393b5f706e..b640d780ef5 100644 --- a/src/devices/sound/ymz770.h +++ b/src/devices/sound/ymz770.h @@ -101,6 +101,7 @@ protected: uint16_t stopchan; uint8_t loop; uint8_t *data; + uint8_t bank; bool is_playing; }; |