summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/scspdsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/scspdsp.cpp')
-rw-r--r--src/devices/sound/scspdsp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/scspdsp.cpp b/src/devices/sound/scspdsp.cpp
index 9989e48b08a..734f1a073cc 100644
--- a/src/devices/sound/scspdsp.cpp
+++ b/src/devices/sound/scspdsp.cpp
@@ -82,7 +82,7 @@ void SCSPDSP_Step(SCSPDSP *DSP)
memset(DSP->EFREG,0,2*16);
#if 0
int dump=0;
- FILE *f=NULL;
+ FILE *f=nullptr;
if(dump)
f=fopen("dsp.txt","wt");
#endif