summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/avt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/avt.cpp')
-rw-r--r--src/mame/drivers/avt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/avt.cpp b/src/mame/drivers/avt.cpp
index 552245ff1d6..54b5648e948 100644
--- a/src/mame/drivers/avt.cpp
+++ b/src/mame/drivers/avt.cpp
@@ -551,7 +551,7 @@ PALETTE_INIT_MEMBER(avt_state, avt)
int j;
/* 0000BGRI */
- if (color_prom == 0) return;
+ if (color_prom == nullptr) return;
for (j = 0; j < palette.entries(); j++)
{