diff options
author | 2015-12-04 07:02:00 +0100 | |
---|---|---|
committer | 2015-12-04 07:02:00 +0100 | |
commit | 68f961927a156c47cb444c1f66258a89342d0205 (patch) | |
tree | b0d5753d5658e62ecca72d37af2f79dfc7f808bb /src/devices/bus/isa/side116.cpp | |
parent | 029a3003631093ffaf1a0318e0c58b3e173403a3 (diff) |
clang-modernize part 2
Diffstat (limited to 'src/devices/bus/isa/side116.cpp')
-rw-r--r-- | src/devices/bus/isa/side116.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/side116.cpp b/src/devices/bus/isa/side116.cpp index 2de8254ffe4..460ee5f54fd 100644 --- a/src/devices/bus/isa/side116.cpp +++ b/src/devices/bus/isa/side116.cpp @@ -23,7 +23,7 @@ const device_type ISA8_SIDE116 = &device_creator<side116_device>; //------------------------------------------------- static MACHINE_CONFIG_FRAGMENT( side116 ) - MCFG_ATA_INTERFACE_ADD("ata", ata_devices, "hdd", NULL, false) + MCFG_ATA_INTERFACE_ADD("ata", ata_devices, "hdd", nullptr, false) MCFG_ATA_INTERFACE_IRQ_HANDLER(WRITELINE(side116_device, ide_interrupt)) MACHINE_CONFIG_END |