diff options
author | 2017-02-05 12:46:44 +0100 | |
---|---|---|
committer | 2017-02-05 12:46:44 +0100 | |
commit | 39370345d6a6f5bae5844da024af42196243f1c4 (patch) | |
tree | a552bbd8b6b63768eda95e063d93db9596055868 /src/devices/bus/cpc/playcity.cpp | |
parent | 07d28fd8474dab2aa3896262362c9620a012fc55 (diff) |
Remove some dependency between src/devices/ and src/mame (nw)
Diffstat (limited to 'src/devices/bus/cpc/playcity.cpp')
-rw-r--r-- | src/devices/bus/cpc/playcity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/playcity.cpp b/src/devices/bus/cpc/playcity.cpp index eece3a9c2d7..41896009037 100644 --- a/src/devices/bus/cpc/playcity.cpp +++ b/src/devices/bus/cpc/playcity.cpp @@ -11,7 +11,7 @@ */ #include "playcity.h" -#include "includes/amstrad.h" +SLOT_INTERFACE_EXTERN(cpc_exp_cards); //************************************************************************** // DEVICE DEFINITIONS |