summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/exp.cpp')
-rw-r--r--src/devices/bus/c64/exp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/c64/exp.cpp b/src/devices/bus/c64/exp.cpp
index 46d9890f5bf..2a996728adf 100644
--- a/src/devices/bus/c64/exp.cpp
+++ b/src/devices/bus/c64/exp.cpp
@@ -309,6 +309,7 @@ void c64_expansion_slot_device::set_passthrough()
// slot devices
#include "16kb.h"
#include "buscard.h"
+#include "buscard2.h"
#include "c128_comal80.h"
#include "c128_partner.h"
#include "comal80.h"
@@ -399,6 +400,7 @@ void c64_expansion_cards(device_slot_interface &device)
device.option_add("swiftlink", C64_SWIFTLINK);
device.option_add("turbo232", C64_TURBO232);
device.option_add("buscard", C64_BUSCARD);
+ device.option_add("buscard2", C64_BUSCARD2);
// the following need ROMs from the software list
device.option_add_internal("standard", C64_STD);