summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98620.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98620.h')
-rw-r--r--src/devices/bus/hp_dio/hp98620.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98620.h b/src/devices/bus/hp_dio/hp98620.h
index ca6d2ae9da2..d8779f0e852 100644
--- a/src/devices/bus/hp_dio/hp98620.h
+++ b/src/devices/bus/hp_dio/hp98620.h
@@ -9,8 +9,7 @@
#include "hp_dio.h"
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
class dio16_98620_device :
public device_t,
@@ -125,7 +124,7 @@ private:
bool m_dmar[2];
};
-} } // namespace bus::hp_dio
+} // namespace bus::hp_dio
DECLARE_DEVICE_TYPE_NS(HPDIO_98620, bus::hp_dio, dio16_98620_device)