summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/exp.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2021-08-21 14:52:54 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2021-08-21 14:54:12 +0100
commit8db344fcc57c17704e5267f8d93ed69bbd33d399 (patch)
tree17dac41d4168d68a163f82c69421fd9afb6d78ff /src/devices/bus/electron/exp.cpp
parent807430ad463f84412c774be02ed8ad500bf40dc2 (diff)
bus/electron: Added a homebrew 68000 second processor.
Diffstat (limited to 'src/devices/bus/electron/exp.cpp')
-rw-r--r--src/devices/bus/electron/exp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/electron/exp.cpp b/src/devices/bus/electron/exp.cpp
index f7c14b71c05..304306b09a0 100644
--- a/src/devices/bus/electron/exp.cpp
+++ b/src/devices/bus/electron/exp.cpp
@@ -101,6 +101,7 @@ void electron_expansion_slot_device::expbus_w(offs_t offset, uint8_t data)
// slot devices
#include "fbjoy.h"
#include "fbprint.h"
+#include "mc68k.h"
#include "mode7.h"
//#include "lebox.h"
#include "plus1.h"
@@ -120,6 +121,7 @@ void electron_expansion_devices(device_slot_interface &device)
device.option_add("ap6", ELECTRON_AP6);
device.option_add("fbjoy", ELECTRON_FBJOY);
device.option_add("fbprint", ELECTRON_FBPRINT);
+ device.option_add("mc68k", ELECTRON_MC68K);
device.option_add("mode7", ELECTRON_MODE7);
//device.option_add("lebox", ELECTRON_LEBOX);
device.option_add("plus1", ELECTRON_PLUS1);