summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/colorbus/busmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/colorbus/busmouse.h')
-rw-r--r--src/devices/bus/ti99/colorbus/busmouse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/colorbus/busmouse.h b/src/devices/bus/ti99/colorbus/busmouse.h
index 1a76e26e561..d12e550fa11 100644
--- a/src/devices/bus/ti99/colorbus/busmouse.h
+++ b/src/devices/bus/ti99/colorbus/busmouse.h
@@ -17,7 +17,7 @@
#include "colorbus.h"
-namespace bus { namespace ti99 { namespace colorbus {
+namespace bus::ti99::colorbus {
class v9938_busmouse_device : public device_t, public device_v9938_colorbus_interface
{
@@ -37,7 +37,8 @@ private:
int m_last_y;
int m_bstate;
};
-} } } // end namespace bus::ti99::colorbus
+
+} // end namespace bus::ti99::colorbus
DECLARE_DEVICE_TYPE_NS(V9938_BUSMOUSE, bus::ti99::colorbus, v9938_busmouse_device)