summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-10-23 10:22:17 -0400
committer R. Belmont <rb6502@users.noreply.github.com>2019-10-23 10:22:17 -0400
commit23a05f7e85d3e17a180302757528e6986c9477cf (patch)
treeb1eefe42c7ba94c30dbc064e698898595f191d6d /src/devices/bus/cpc
parent54b3968c741b2e3a3ec3897d7d2947fa55c748a0 (diff)
Move IDE devices into bus/ata (nw) (#5756)
Diffstat (limited to 'src/devices/bus/cpc')
-rw-r--r--src/devices/bus/cpc/symbfac2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/symbfac2.h b/src/devices/bus/cpc/symbfac2.h
index df490907a90..2a85bfbedad 100644
--- a/src/devices/bus/cpc/symbfac2.h
+++ b/src/devices/bus/cpc/symbfac2.h
@@ -12,7 +12,7 @@
#pragma once
#include "cpcexp.h"
-#include "machine/ataintf.h"
+#include "bus/ata/ataintf.h"
#include "machine/ds128x.h"
#include "machine/nvram.h"