Previous 199869 Revisions Next

r20821 Friday 8th February, 2013 at 04:47:05 UTC by Andrew Gardner
Fix namcos96 regression from r20675. (nw)
[src/emu/sound]n63701x.h

trunk/src/emu/sound/n63701x.h
r20820r20821
1919
2020struct voice_63701x
2121{
22   voice_63701x()
23      : select(0),
24        playing(0),
25        base_addr(0),
26        position(0),
27        volume(0),
28        silence_counter(0) {}
29   
2230   int select;
2331   int playing;
2432   int base_addr;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team