summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/colorbus/colorbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/colorbus/colorbus.h')
-rw-r--r--src/devices/bus/ti99/colorbus/colorbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/ti99/colorbus/colorbus.h b/src/devices/bus/ti99/colorbus/colorbus.h
index 844d214d2b3..9eff5d82acb 100644
--- a/src/devices/bus/ti99/colorbus/colorbus.h
+++ b/src/devices/bus/ti99/colorbus/colorbus.h
@@ -18,6 +18,9 @@
#include "video/v9938.h"
+#define TIGEN_V9938_TAG "vdp"
+#define COLORBUS_TAG "colorbus"
+
namespace bus { namespace ti99 { namespace colorbus {
class v9938_colorbus_device;