summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2gameio/gameio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2gameio/gameio.cpp')
-rw-r--r--src/devices/bus/a2gameio/gameio.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/bus/a2gameio/gameio.cpp b/src/devices/bus/a2gameio/gameio.cpp
index bac60f87213..0fbe103916a 100644
--- a/src/devices/bus/a2gameio/gameio.cpp
+++ b/src/devices/bus/a2gameio/gameio.cpp
@@ -50,6 +50,7 @@
#include "emu.h"
#include "bus/a2gameio/gameio.h"
#include "bus/a2gameio/joystick.h"
+#include "bus/a2gameio/joyport.h"
//**************************************************************************
@@ -66,6 +67,12 @@ apple2_gameio_device::apple2_gameio_device(const machine_config &mconfig, const
{
}
+void apple2_gameio_device::iiandplus_options(device_slot_interface &slot)
+{
+ slot.option_add("joy", APPLE2_JOYSTICK);
+ slot.option_add("joyport", APPLE2_JOYPORT);
+}
+
void apple2_gameio_device::default_options(device_slot_interface &slot)
{
slot.option_add("joy", APPLE2_JOYSTICK);