summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98543.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98543.h')
-rw-r--r--src/devices/bus/hp_dio/hp98543.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98543.h b/src/devices/bus/hp_dio/hp98543.h
index 567f2215c1b..c1e86126880 100644
--- a/src/devices/bus/hp_dio/hp98543.h
+++ b/src/devices/bus/hp_dio/hp98543.h
@@ -11,8 +11,8 @@
#include "video/nereid.h"
#include "machine/ram.h"
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
+
class dio16_98543_device :
public device_t,
public device_dio16_card_interface,
@@ -67,7 +67,6 @@ private:
};
} // namespace bus::hp_dio
-} // namespace bus
// device type definition
DECLARE_DEVICE_TYPE_NS(HPDIO_98543, bus::hp_dio, dio16_98543_device)