summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/genboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/genboard.h')
-rw-r--r--src/devices/bus/ti99/internal/genboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/internal/genboard.h b/src/devices/bus/ti99/internal/genboard.h
index 3af2dc0cc7f..7e0df8d9892 100644
--- a/src/devices/bus/ti99/internal/genboard.h
+++ b/src/devices/bus/ti99/internal/genboard.h
@@ -45,7 +45,7 @@ enum
#define GENEVE_PFM512A_TAG "pfm512a"
#define GENEVE_KEYBOARD_CONN_TAG "keybconn"
-namespace bus { namespace ti99 { namespace internal {
+namespace bus::ti99::internal {
/*****************************************************************************/
@@ -318,7 +318,7 @@ private:
int m_sndready;
};
-} } } // end namespace bus::ti99::internal
+} // end namespace bus::ti99::internal
DECLARE_DEVICE_TYPE_NS(GENEVE_GATE_ARRAY, bus::ti99::internal, geneve_gate_array_device)
DECLARE_DEVICE_TYPE_NS(GENEVE_PAL, bus::ti99::internal, geneve_pal_device)