summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/datamux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/datamux.h')
-rw-r--r--src/devices/bus/ti99/internal/datamux.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/internal/datamux.h b/src/devices/bus/ti99/internal/datamux.h
index 32e73a091b2..4e0e07bb50a 100644
--- a/src/devices/bus/ti99/internal/datamux.h
+++ b/src/devices/bus/ti99/internal/datamux.h
@@ -3,7 +3,7 @@
/****************************************************************************
TI-99/4(A) databus multiplexer circuit
- See datamux.c for documentation
+ See datamux.cpp for documentation
Michael Zapf
@@ -16,7 +16,6 @@
#pragma once
-#include "bus/ti99/ti99defs.h"
#include "machine/tmc0430.h"
#include "bus/ti99/gromport/gromport.h"
#include "bus/ti99/internal/ioport.h"
@@ -24,6 +23,16 @@
#include "video/tms9928a.h"
#include "machine/ram.h"
+#define TI99_DATAMUX_TAG "datamux_16_8"
+#define TI99_GROM0_TAG "console_grom_0"
+#define TI99_GROM1_TAG "console_grom_1"
+#define TI99_GROM2_TAG "console_grom_2"
+#define TI99_PADRAM_TAG "scratchpad"
+#define TI99_EXPRAM_TAG "internal_32k_mod"
+#define TI99_CONSOLEROM "console_rom"
+#define TI99_SOUNDCHIP_TAG "soundchip"
+#define TI99_VDP_TAG "vdp"
+
namespace bus { namespace ti99 { namespace internal {
/*