summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hexbus/hx5102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hexbus/hx5102.h')
-rw-r--r--src/devices/bus/hexbus/hx5102.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hexbus/hx5102.h b/src/devices/bus/hexbus/hx5102.h
index 573c999ce3b..ac7b9e6a88b 100644
--- a/src/devices/bus/hexbus/hx5102.h
+++ b/src/devices/bus/hexbus/hx5102.h
@@ -28,7 +28,7 @@
#include "imagedev/floppy.h"
#include "tp0370.h"
-namespace bus { namespace hexbus {
+namespace bus::hexbus {
class hx5102_device : public hexbus_chained_device
{
@@ -121,7 +121,7 @@ private:
uint8_t* m_rom2;
};
-} } // end namespace bus::hexbus
+} // end namespace bus::hexbus
DECLARE_DEVICE_TYPE_NS(HX5102, bus::hexbus, hx5102_device)