summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-15 19:04:46 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-15 19:04:46 -0500
commitaa6af02a206fdbb2b66c696eb79647e9425623ac (patch)
treeb2409079821c7312695e3510814b3c7d7044f42f
parent1d3edcf253bcf99d89a8504d298687a6562fcf3a (diff)
Lest I forget (nw)
-rw-r--r--src/mame/drivers/dps1.cpp1
-rw-r--r--src/mame/drivers/sys2900.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/dps1.cpp b/src/mame/drivers/dps1.cpp
index 2aae2d023d4..93bf9775b78 100644
--- a/src/mame/drivers/dps1.cpp
+++ b/src/mame/drivers/dps1.cpp
@@ -17,6 +17,7 @@ ToDo:
#include "machine/upd765.h"
#include "machine/mc2661.h"
#include "bus/rs232/rs232.h"
+//#include "bus/s100/s100.h"
#include "softlist.h"
class dps1_state : public driver_device
diff --git a/src/mame/drivers/sys2900.cpp b/src/mame/drivers/sys2900.cpp
index 00254cb2f5e..2693762f1c8 100644
--- a/src/mame/drivers/sys2900.cpp
+++ b/src/mame/drivers/sys2900.cpp
@@ -46,6 +46,7 @@ Status:
#include "machine/z80ctc.h"
#include "machine/z80pio.h"
#include "machine/z80sio.h"
+//#include "bus/s100/s100.h"
#include "screen.h"