summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98644.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98644.cpp')
-rw-r--r--src/devices/bus/hp_dio/hp98644.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98644.cpp b/src/devices/bus/hp_dio/hp98644.cpp
index 7badd2d2f15..2896076d01f 100644
--- a/src/devices/bus/hp_dio/hp98644.cpp
+++ b/src/devices/bus/hp_dio/hp98644.cpp
@@ -17,8 +17,7 @@
DEFINE_DEVICE_TYPE_NS(HPDIO_98644, bus::hp_dio, dio16_98644_device, "dio98644", "HP98644A Asynchronous Serial Interface")
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
//-------------------------------------------------
// device_add_mconfig - add device configuration
@@ -242,4 +241,3 @@ void dio16_98644_device::io_w(offs_t offset, uint16_t data)
}
} // namespace bus::hp_dio
-} // namespace bus