summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes_ctrl/suborkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/nes_ctrl/suborkey.c')
-rw-r--r--src/emu/bus/nes_ctrl/suborkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes_ctrl/suborkey.c b/src/emu/bus/nes_ctrl/suborkey.c
index eb937120d1c..dc05f2fb236 100644
--- a/src/emu/bus/nes_ctrl/suborkey.c
+++ b/src/emu/bus/nes_ctrl/suborkey.c
@@ -162,7 +162,7 @@ ioport_constructor nes_suborkey_device::device_input_ports() const
//-------------------------------------------------
nes_suborkey_device::nes_suborkey_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, NES_SUBORKEYBOARD, "FC Subor Keyboard", tag, owner, clock, "nes_suborkey", __FILE__),
+ device_t(mconfig, NES_SUBORKEYBOARD, "Subor FC Keyboard", tag, owner, clock, "nes_suborkey", __FILE__),
device_nes_control_port_interface(mconfig, *this),
m_kbd(*this, "SUBOR")
{