summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/exp.cpp
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2017-04-21 16:39:44 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2017-04-21 16:42:52 +0100
commit735ab4f3551840a5c642c2ae719fdd578e9fc154 (patch)
tree4a38c7ed92df805461a00cfeab5f0f634b30ed72 /src/devices/bus/electron/exp.cpp
parent5ed2b2aaaf11535acbc9b71d075210701073ba32 (diff)
electron: Added Power Software joystick interface
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 d3f719d02e7..93175809a57 100644
--- a/src/devices/bus/electron/exp.cpp
+++ b/src/devices/bus/electron/exp.cpp
@@ -105,7 +105,7 @@ void electron_expansion_slot_device::device_reset()
//#include "jafamode7.h"
//#include "plus1.h"
#include "plus3.h"
-//#include "pwrjoy.h"
+#include "pwrjoy.h"
//#include "rombox.h"
//#include "romboxplus.h"
#include "m2105.h"
@@ -119,7 +119,7 @@ SLOT_INTERFACE_START( electron_expansion_devices )
//SLOT_INTERFACE("jafamode7", ELECTRON_JAFAMODE7)
//SLOT_INTERFACE("plus1", ELECTRON_PLUS1)
SLOT_INTERFACE("plus3", ELECTRON_PLUS3)
- //SLOT_INTERFACE("pwrjoy", ELECTRON_PWRJOY)
+ SLOT_INTERFACE("pwrjoy", ELECTRON_PWRJOY)
//SLOT_INTERFACE("rombox", ELECTRON_ROMBOX)
//SLOT_INTERFACE("romboxplus", ELECTRON_ROMBOXPLUS)
SLOT_INTERFACE("m2105", ELECTRON_M2105)