summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vic20/exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/vic20/exp.c')
-rw-r--r--src/emu/bus/vic20/exp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/bus/vic20/exp.c b/src/emu/bus/vic20/exp.c
index bbc24ed6398..0091f1368f2 100644
--- a/src/emu/bus/vic20/exp.c
+++ b/src/emu/bus/vic20/exp.c
@@ -209,6 +209,7 @@ void vic20_expansion_slot_device::cd_w(address_space &space, offs_t offset, UINT
//-------------------------------------------------
// slot devices
+#include "fe3.h"
#include "megacart.h"
#include "std.h"
#include "vic1010.h"
@@ -222,6 +223,7 @@ SLOT_INTERFACE_START( vic20_expansion_cards )
SLOT_INTERFACE("3k", VIC1210)
SLOT_INTERFACE("8k", VIC1110)
SLOT_INTERFACE("16k", VIC1111)
+ SLOT_INTERFACE("fe3", VIC20_FE3)
// the following need ROMs from the software list
SLOT_INTERFACE_INTERNAL("standard", VIC20_STD)