summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c2n.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-01-28 14:49:55 +0000
committer Curt Coder <curtcoder@mail.com>2013-01-28 14:49:55 +0000
commit9cdbd18a0e66f9edb1d99994581b994db92d34dd (patch)
treea5e55d29e15b8dd4e6b384e71b864f2e2c3eb40b /src/mess/machine/c2n.h
parent518642d39eb133ff9b5ebdc08d1623403d6576d2 (diff)
(MESS) pet: Added datassette slot interface. [Curt Coder]
Diffstat (limited to 'src/mess/machine/c2n.h')
-rw-r--r--src/mess/machine/c2n.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/machine/c2n.h b/src/mess/machine/c2n.h
index d7049af1889..bf1bb0c1e88 100644
--- a/src/mess/machine/c2n.h
+++ b/src/mess/machine/c2n.h
@@ -14,7 +14,8 @@
#include "emu.h"
-#include "includes/cbm.h"
+#include "formats/cbm_tap.h"
+#include "imagedev/cassette.h"
#include "machine/petcass.h"