diff options
Diffstat (limited to 'src/devices/cpu/hphybrid/hphybrid_dasm.cpp')
-rw-r--r-- | src/devices/cpu/hphybrid/hphybrid_dasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/hphybrid/hphybrid_dasm.cpp b/src/devices/cpu/hphybrid/hphybrid_dasm.cpp index e9eddf49a96..2f4d1f9ef40 100644 --- a/src/devices/cpu/hphybrid/hphybrid_dasm.cpp +++ b/src/devices/cpu/hphybrid/hphybrid_dasm.cpp @@ -257,7 +257,7 @@ static const dis_entry_t dis_table[] = { {0xff78 , 0x7970 , "WBC" , param_reg_id , 0 }, {0xff78 , 0x7978 , "WBD" , param_reg_id , 0 }, // *** END *** - {0 , 0 , NULL , NULL , 0 } + {0 , 0 , nullptr , nullptr , 0 } }; CPU_DISASSEMBLE(hp_hybrid) |