summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vic20/exp.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-10-10 07:00:38 +0000
committer Curt Coder <curtcoder@mail.com>2014-10-10 07:00:38 +0000
commit1327a26a55a355fe79417d846d1ab0439066df15 (patch)
tree37eb00301fe978a22c13e5773eedc5a7007f49b5 /src/emu/bus/vic20/exp.c
parentd1b8b6739ccf07bb319e38133cf95f3ab6b4b2e8 (diff)
(MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM supported). [Curt Coder]
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)