diff options
Diffstat (limited to 'src/devices/cpu/g65816/g65816.cpp')
-rw-r--r-- | src/devices/cpu/g65816/g65816.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/g65816/g65816.cpp b/src/devices/cpu/g65816/g65816.cpp index 37bd68c9d00..0d538e93616 100644 --- a/src/devices/cpu/g65816/g65816.cpp +++ b/src/devices/cpu/g65816/g65816.cpp @@ -736,7 +736,7 @@ void g65816_device::g65816_set_sp(unsigned val) /* Get a register */ unsigned g65816_device::g65816_get_reg(int regnum) { - /* Set the function tables to emulation mode if the FTABLE is NULL */ + /* Set the function tables to emulation mode if the FTABLE is nullptr */ if( FTABLE_GET_REG == nullptr ) g65816i_set_execution_mode(EXECUTION_MODE_E); |