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