summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98603b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98603b.h')
-rw-r--r--src/devices/bus/hp_dio/hp98603b.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98603b.h b/src/devices/bus/hp_dio/hp98603b.h
index 615815edc51..4f910781dba 100644
--- a/src/devices/bus/hp_dio/hp98603b.h
+++ b/src/devices/bus/hp_dio/hp98603b.h
@@ -8,8 +8,7 @@
#include "hp_dio.h"
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
class dio16_98603b_device :
public device_t,
@@ -37,7 +36,6 @@ private:
};
} // namespace bus::hp_dio
-} // namespace bus
DECLARE_DEVICE_TYPE_NS(HPDIO_98603B, bus::hp_dio, dio16_98603b_device)