summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/998board.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/998board.h')
-rw-r--r--src/devices/bus/ti99/internal/998board.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/devices/bus/ti99/internal/998board.h b/src/devices/bus/ti99/internal/998board.h
index 45b975c19cf..cfe8c7050ad 100644
--- a/src/devices/bus/ti99/internal/998board.h
+++ b/src/devices/bus/ti99/internal/998board.h
@@ -18,7 +18,6 @@
#pragma once
-#include "bus/ti99/ti99defs.h"
#include "bus/ti99/gromport/gromport.h"
#include "bus/hexbus/hexbus.h"
@@ -31,11 +30,15 @@
// -------------- Defines ------------------------------------
-#define TI998_SRAM_TAG "sram8"
-#define TI998_DRAM_TAG "dram8"
-#define TI998_MAPPER_TAG "mapper"
+#define TI998_SRAM_TAG "sram8"
+#define TI998_DRAM_TAG "dram8"
+#define TI998_MAPPER_TAG "mapper"
#define TI998_MAINBOARD_TAG "mainboard8"
-#define TI998_SPEECHSYN_TAG "speech"
+#define TI998_SPEECHSYN_TAG "speech"
+#define TI998_SOUNDCHIP_TAG "soundchip"
+#define TI998_TMS9901_TAG "tms9901"
+#define TI998_VDP_TAG "vdp"
+#define TI998_HEXBUS_TAG "hexbus"
#define TI998_ROM0_REG "rom0_region"
#define TI998_ROM1_REG "rom1_region"