summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/scspdsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/scspdsp.h')
-rw-r--r--src/devices/sound/scspdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/scspdsp.h b/src/devices/sound/scspdsp.h
index 4b3dbc111a7..980935de9c0 100644
--- a/src/devices/sound/scspdsp.h
+++ b/src/devices/sound/scspdsp.h
@@ -29,7 +29,7 @@ struct SCSPDSP
//output
int16_t EFREG[16]; //EFREG, 16 bit signed
- int Stopped;
+ bool Stopped;
int LastStep;
void Init();