summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/saturn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/saturn.cpp')
-rw-r--r--src/devices/machine/saturn.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/saturn.cpp b/src/devices/machine/saturn.cpp
index cf79fdc26a2..6472c4ab3c8 100644
--- a/src/devices/machine/saturn.cpp
+++ b/src/devices/machine/saturn.cpp
@@ -964,10 +964,10 @@ static const gfx_layout tiles16x16x8_layout =
GFXDECODE_START( stv )
- GFXDECODE_ENTRY( NULL, 0, tiles8x8x4_layout, 0x00, (0x80*(2+1)) )
- GFXDECODE_ENTRY( NULL, 0, tiles16x16x4_layout, 0x00, (0x80*(2+1)) )
- GFXDECODE_ENTRY( NULL, 0, tiles8x8x8_layout, 0x00, (0x08*(2+1)) )
- GFXDECODE_ENTRY( NULL, 0, tiles16x16x8_layout, 0x00, (0x08*(2+1)) )
+ GFXDECODE_ENTRY( nullptr, 0, tiles8x8x4_layout, 0x00, (0x80*(2+1)) )
+ GFXDECODE_ENTRY( nullptr, 0, tiles16x16x4_layout, 0x00, (0x80*(2+1)) )
+ GFXDECODE_ENTRY( nullptr, 0, tiles8x8x8_layout, 0x00, (0x08*(2+1)) )
+ GFXDECODE_ENTRY( nullptr, 0, tiles16x16x8_layout, 0x00, (0x08*(2+1)) )
GFXDECODE_END
WRITE_LINE_MEMBER(saturn_state::scudsp_end_w)