summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_joy/pc_joy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_joy/pc_joy.cpp')
-rw-r--r--src/devices/bus/pc_joy/pc_joy.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/bus/pc_joy/pc_joy.cpp b/src/devices/bus/pc_joy/pc_joy.cpp
index b790af3ee4c..3e59be3a86c 100644
--- a/src/devices/bus/pc_joy/pc_joy.cpp
+++ b/src/devices/bus/pc_joy/pc_joy.cpp
@@ -19,6 +19,10 @@ pc_joy_device::pc_joy_device(const machine_config &mconfig, const char *tag, dev
device_slot_interface(mconfig, *this),
m_dev(nullptr)
{
+ option_reset();
+ pc_joysticks(*this);
+ set_default_option("basic_joy");
+ set_fixed(false);
}
READ8_MEMBER ( pc_joy_device::joy_port_r )