summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/exp.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2020-08-19 22:58:15 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2020-08-19 22:59:51 +0100
commitfc785cecbc0df66b854c9c39ba0a79c04a3b1f0b (patch)
treeda341030a1b7c5f08bde0d4e0a7b30cbc85cf242 /src/devices/bus/electron/exp.cpp
parentefed2ea2c21c9ac4dec8b3682efce8d731623abb (diff)
bus/electron: Added the JAFA Mode 7 Display Unit.
Diffstat (limited to 'src/devices/bus/electron/exp.cpp')
-rw-r--r--src/devices/bus/electron/exp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/electron/exp.cpp b/src/devices/bus/electron/exp.cpp
index 9676e02e959..93197dba97d 100644
--- a/src/devices/bus/electron/exp.cpp
+++ b/src/devices/bus/electron/exp.cpp
@@ -108,7 +108,7 @@ void electron_expansion_slot_device::expbus_w(offs_t offset, uint8_t data)
// slot devices
#include "fbjoy.h"
//#include "fbprint.h"
-//#include "jafamode7.h"
+#include "mode7.h"
//#include "lebox.h"
#include "plus1.h"
#include "plus2.h"
@@ -125,7 +125,7 @@ void electron_expansion_devices(device_slot_interface &device)
{
device.option_add("fbjoy", ELECTRON_FBJOY);
//device.option_add("fbprint", ELECTRON_FBPRINT);
- //device.option_add("jafamode7", ELECTRON_JAFAMODE7);
+ device.option_add("mode7", ELECTRON_MODE7);
//device.option_add("lebox", ELECTRON_LEBOX);
device.option_add("plus1", ELECTRON_PLUS1);
device.option_add("plus2", ELECTRON_PLUS2);