summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaxbd.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-10-19 22:35:04 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-10-19 22:40:04 -0400
commit270a2736b0770e5be2d9967b399e178500dbe7a5 (patch)
tree4bfe26c9e3f453e73f1c6d27641133c3862323f7 /src/mame/drivers/segaxbd.cpp
parentc08c7d6e53a484570b7f0645f45bb2d529547e48 (diff)
segaic16.cpp: Code cleanup, reorganization and decoupling (nw)
- Move open_bus_r down into the 315-5195 mapper device (not 100% ideal, but the next best place) - Split out 315-5195 mapper device into separate source file and modernize logging - Move remaining portion of sega_16bit_common_base (all to do with palettes) into video/segaic16.cpp segahang.cpp: Split I/O handlers; eliminate probably unnecessary open bus read semantics to decouple from sega_16bit_common_base (nw)
Diffstat (limited to 'src/mame/drivers/segaxbd.cpp')
-rw-r--r--src/mame/drivers/segaxbd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/segaxbd.cpp b/src/mame/drivers/segaxbd.cpp
index e03ebf82bc9..79e19f3e166 100644
--- a/src/mame/drivers/segaxbd.cpp
+++ b/src/mame/drivers/segaxbd.cpp
@@ -270,6 +270,7 @@ ROMs:
#include "includes/segaipt.h"
#include "machine/adc0804.h"
+#include "machine/fd1094.h"
#include "machine/nvram.h"
#include "sound/ym2151.h"
#include "sound/segapcm.h"