summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-03-17 22:06:26 +0000
committer Curt Coder <curtcoder@mail.com>2014-03-17 22:06:26 +0000
commit4bba3f6e421184a50d035b33c04e7fef98160809 (patch)
treeec1ca778b330d7ce4c5a2c310e0eae8502e9e9d5 /src/mess/includes/coco.h
parentf3fe1ab6443027aef68590c7391b43dea0580c06 (diff)
(MESS) Moved the remaining slot interfaces to emu/bus. (nw)
Diffstat (limited to 'src/mess/includes/coco.h')
-rw-r--r--src/mess/includes/coco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/coco.h b/src/mess/includes/coco.h
index 33feb31f50a..65b7eb7e120 100644
--- a/src/mess/includes/coco.h
+++ b/src/mess/includes/coco.h
@@ -16,7 +16,7 @@
#include "imagedev/cassette.h"
#include "imagedev/bitbngr.h"
#include "machine/6821pia.h"
-#include "machine/cococart.h"
+#include "bus/coco/cococart.h"
#include "machine/coco_vhd.h"
#include "machine/ram.h"
#include "sound/dac.h"