summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/hsgpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/hsgpl.cpp')
-rw-r--r--src/devices/bus/ti99/peb/hsgpl.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/devices/bus/ti99/peb/hsgpl.cpp b/src/devices/bus/ti99/peb/hsgpl.cpp
index 9ac2a30bd83..11c593cd656 100644
--- a/src/devices/bus/ti99/peb/hsgpl.cpp
+++ b/src/devices/bus/ti99/peb/hsgpl.cpp
@@ -121,24 +121,24 @@
#include "emu.h"
#include "hsgpl.h"
-#define LOG_WARN (1U<<1) // Warnings
-#define LOG_CONFIG (1U<<2) // Configuration
-#define LOG_PORT (1U<<3)
-#define LOG_DSR (1U<<4)
-#define LOG_BANKING (1U<<5)
-#define LOG_CRU (1U<<6)
-#define LOG_ADDRESS (1U<<7)
-#define LOG_READ (1U<<8)
-#define LOG_WRITE (1U<<9)
-#define LOG_IGNORE (1U<<10)
-
-#define VERBOSE ( LOG_CONFIG | LOG_WARN )
+#define LOG_WARN (1U << 1) // Warnings
+#define LOG_CONFIG (1U << 2) // Configuration
+#define LOG_PORT (1U << 3)
+#define LOG_DSR (1U << 4)
+#define LOG_BANKING (1U << 5)
+#define LOG_CRU (1U << 6)
+#define LOG_ADDRESS (1U << 7)
+#define LOG_READ (1U << 8)
+#define LOG_WRITE (1U << 9)
+#define LOG_IGNORE (1U << 10)
+
+#define VERBOSE (LOG_CONFIG | LOG_WARN)
#include "logmacro.h"
-DEFINE_DEVICE_TYPE_NS(TI99_HSGPL, bus::ti99::peb, snug_high_speed_gpl_device, "ti99_hsgpl", "SNUG High-speed GPL card")
+DEFINE_DEVICE_TYPE(TI99_HSGPL, bus::ti99::peb::snug_high_speed_gpl_device, "ti99_hsgpl", "SNUG High-speed GPL card")
-namespace bus { namespace ti99 { namespace peb {
+namespace bus::ti99::peb {
#define CRU_BASE 0x1B00
#define SUPERCART_BASE 0x0800
@@ -717,4 +717,4 @@ ioport_constructor snug_high_speed_gpl_device::device_input_ports() const
return INPUT_PORTS_NAME(ti99_hsgpl);
}
-} } } // end namespace bus::ti99::peb
+} // end namespace bus::ti99::peb