summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/datamux.h
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2020-06-20 22:33:36 +0200
committer Michael Zapf <github@mizapf.de>2020-06-20 22:35:30 +0200
commitc1d025919c6d5987e6b5ebaba9ab2036addc66cd (patch)
tree4e78906dc5c07141ce05126c85322938b8f9e98c /src/devices/bus/ti99/internal/datamux.h
parentc3b72f090482d3c530a34a1c1faa0de3bfd2d3fc (diff)
ti99: Remove include file ti99defs.h
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 {
/*