summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/ioport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/ioport.h')
-rw-r--r--src/devices/bus/ti99/internal/ioport.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/internal/ioport.h b/src/devices/bus/ti99/internal/ioport.h
index 8e5493c7ca2..5c08beec760 100644
--- a/src/devices/bus/ti99/internal/ioport.h
+++ b/src/devices/bus/ti99/internal/ioport.h
@@ -11,7 +11,7 @@
#define TI99_IOPORT_TAG "ioport"
-namespace bus { namespace ti99 { namespace internal {
+namespace bus::ti99::internal {
extern const device_type IOPORT;
@@ -96,7 +96,8 @@ protected:
private:
ioport_attached_device* m_connected;
};
-} } } // end namespace bus::ti99::internal
+
+} // end namespace bus::ti99::internal
DECLARE_DEVICE_TYPE_NS(TI99_IOPORT, bus::ti99::internal, ioport_device)