summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/saturn/saturnds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/saturn/saturnds.cpp')
-rw-r--r--src/devices/cpu/saturn/saturnds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/saturn/saturnds.cpp b/src/devices/cpu/saturn/saturnds.cpp
index 1dc6eb3d622..5b6adcf0c24 100644
--- a/src/devices/cpu/saturn/saturnds.cpp
+++ b/src/devices/cpu/saturn/saturnds.cpp
@@ -37,7 +37,7 @@ static const char *const adr_b[]=
{ P, WP, XS, X, S, M, B, W };
static const char *const adr_af[]=
-{ P, WP, XS, X, S, M, B, W, 0, 0, 0, 0, 0, 0, 0, A };
+{ P, WP, XS, X, S, M, B, W, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, A };
static const char *const adr_a[]=
{ P, WP, XS, X, S, M, B, W };
@@ -590,7 +590,7 @@ static const char *field_2_string(int adr_enum)
case FieldW: return W;
case FieldA: return A;
}
- return 0;
+ return nullptr;
}
static const OPCODE opcodes[][0x10]= {