diff options
Diffstat (limited to 'src/devices/bus/wangpc/rtc.cpp')
-rw-r--r-- | src/devices/bus/wangpc/rtc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/rtc.cpp b/src/devices/bus/wangpc/rtc.cpp index 2f2ea7a073f..f8a436af0c8 100644 --- a/src/devices/bus/wangpc/rtc.cpp +++ b/src/devices/bus/wangpc/rtc.cpp @@ -95,7 +95,7 @@ static const z80_daisy_config wangpc_rtc_daisy_chain[] = { Z80SIO_TAG }, { Z80CTC_0_TAG }, { Z80CTC_1_TAG }, - { NULL } + { nullptr } }; //------------------------------------------------- |