summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/qbus
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/qbus')
-rw-r--r--src/devices/bus/qbus/pc11.cpp3
-rw-r--r--src/devices/bus/qbus/pc11.h8
-rw-r--r--src/devices/bus/qbus/qbus.cpp4
3 files changed, 7 insertions, 8 deletions
diff --git a/src/devices/bus/qbus/pc11.cpp b/src/devices/bus/qbus/pc11.cpp
index 395a0235388..984c8f14e4e 100644
--- a/src/devices/bus/qbus/pc11.cpp
+++ b/src/devices/bus/qbus/pc11.cpp
@@ -6,6 +6,7 @@
***************************************************************************/
+#include "emu.h"
#include "pc11.h"
@@ -13,7 +14,7 @@
#define LOG_DBG (1U << 2)
//#define VERBOSE (LOG_GENERAL | LOG_DBG)
-//#define LOG_OUTPUT_FUNC printf
+//#define LOG_OUTPUT_FUNC osd_printf_info
#include "logmacro.h"
diff --git a/src/devices/bus/qbus/pc11.h b/src/devices/bus/qbus/pc11.h
index 0ecba20bc16..0de064029ae 100644
--- a/src/devices/bus/qbus/pc11.h
+++ b/src/devices/bus/qbus/pc11.h
@@ -6,12 +6,10 @@
***************************************************************************/
-#pragma once
-
-#ifndef __PC11__
-#define __PC11__
+#ifndef MAME_BUS_QBUS_PC11_H
+#define MAME_BUS_QBUS_PC11_H
-#include "emu.h"
+#pragma once
#include "qbus.h"
diff --git a/src/devices/bus/qbus/qbus.cpp b/src/devices/bus/qbus/qbus.cpp
index 602f2cac685..293be5bcf27 100644
--- a/src/devices/bus/qbus/qbus.cpp
+++ b/src/devices/bus/qbus/qbus.cpp
@@ -26,8 +26,8 @@ void qbus_cards(device_slot_interface &device)
// DEVICE DEFINITIONS
//**************************************************************************
-DEFINE_DEVICE_TYPE(QBUS, qbus_device, "qbus", "QBUS bus")
-DEFINE_DEVICE_TYPE(QBUS_SLOT, qbus_slot_device, "qbus_slot", "QBUS slot")
+DEFINE_DEVICE_TYPE(QBUS, qbus_device, "qbus", "DEC Qbus bus")
+DEFINE_DEVICE_TYPE(QBUS_SLOT, qbus_slot_device, "qbus_slot", "DEC Qbus slot")
//**************************************************************************