summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mx2178.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mx2178.cpp')
-rw-r--r--src/mame/drivers/mx2178.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mx2178.cpp b/src/mame/drivers/mx2178.cpp
index a86421f4eda..28678dc94d3 100644
--- a/src/mame/drivers/mx2178.cpp
+++ b/src/mame/drivers/mx2178.cpp
@@ -23,9 +23,10 @@ TODO:
***************************************************************************************************/
#include "emu.h"
-#include "bus/rs232/rs232.h"
#include "cpu/z80/z80.h"
+//#include "cpu/8x300/8x300.h" // device = N8X300
#include "machine/6850acia.h"
+#include "bus/rs232/rs232.h"
#include "machine/clock.h"
#include "video/mc6845.h"
#include "screen.h"