summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas24.cpp')
-rw-r--r--src/mame/drivers/segas24.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/segas24.cpp b/src/mame/drivers/segas24.cpp
index 644b4f723c0..729fee2197e 100644
--- a/src/mame/drivers/segas24.cpp
+++ b/src/mame/drivers/segas24.cpp
@@ -2374,7 +2374,7 @@ DRIVER_INIT_MEMBER(segas24_state,hotrod)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
// Sector Size
// 1 8192
@@ -2409,7 +2409,7 @@ DRIVER_INIT_MEMBER(segas24_state,sspirits)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2d00;
}
@@ -2417,7 +2417,7 @@ DRIVER_INIT_MEMBER(segas24_state,sspiritj)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2f00;
}
@@ -2434,7 +2434,7 @@ DRIVER_INIT_MEMBER(segas24_state,sgmast)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2d00;
}
@@ -2442,7 +2442,7 @@ DRIVER_INIT_MEMBER(segas24_state,qsww)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2d00;
}
@@ -2450,7 +2450,7 @@ DRIVER_INIT_MEMBER(segas24_state,gground)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2d00;
}
@@ -2458,7 +2458,7 @@ DRIVER_INIT_MEMBER(segas24_state,crkdown)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2d00;
}
@@ -2466,7 +2466,7 @@ DRIVER_INIT_MEMBER(segas24_state,roughrac)
{
io_r = &segas24_state::hotrod_io_r;
io_w = &segas24_state::hotrod_io_w;
- mlatch_table = 0;
+ mlatch_table = nullptr;
track_size = 0x2d00;
}