diff options
author | 2019-07-12 09:28:34 +1000 | |
---|---|---|
committer | 2019-07-12 09:28:34 +1000 | |
commit | 4e17bb120c26c4ec3ffc8407438f6d09b1da5e86 (patch) | |
tree | 20583b3ca381731b76940e28334bcfdab9719188 /src/mame/drivers/tti.cpp | |
parent | df99ce2ec0e82020a6fee89f4ffaf7f1468fec31 (diff) | |
parent | 9214a78d705f3b83c3ea45534cf1d8355c1cb9c5 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/tti.cpp')
-rw-r--r-- | src/mame/drivers/tti.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tti.cpp b/src/mame/drivers/tti.cpp index 16e3f606c26..16b1f5b8815 100644 --- a/src/mame/drivers/tti.cpp +++ b/src/mame/drivers/tti.cpp @@ -16,14 +16,14 @@ Other: LED, 20MHz crystal. Next to the MC68901P is another chip just as large (4 ************************************************************************************************************************************/ #include "emu.h" +#include "bus/nscsi/cd.h" +#include "bus/nscsi/hd.h" #include "bus/rs232/rs232.h" #include "cpu/m68000/m68000.h" #include "machine/74259.h" #include "machine/eepromser.h" #include "machine/mc68901.h" #include "machine/ncr5390.h" -#include "machine/nscsi_cd.h" -#include "machine/nscsi_hd.h" class tti_state : public driver_device { |