summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intellec4/tapereader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intellec4/tapereader.h')
-rw-r--r--src/devices/bus/intellec4/tapereader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/intellec4/tapereader.h b/src/devices/bus/intellec4/tapereader.h
index 64e1727e5d5..963bf2ae404 100644
--- a/src/devices/bus/intellec4/tapereader.h
+++ b/src/devices/bus/intellec4/tapereader.h
@@ -19,7 +19,7 @@ interface and paper tape reader as a single device.
#include "intellec4.h"
-namespace bus { namespace intellec4 {
+namespace bus::intellec4 {
class imm4_90_device : public device_t, public device_univ_card_interface, public device_image_interface
{
@@ -56,7 +56,7 @@ private:
bool m_stepping;
};
-} } // namespace bus::intellec4
+} // namespace bus::intellec4
DECLARE_DEVICE_TYPE_NS(INTELLEC4_TAPE_READER, bus::intellec4, imm4_90_device)