summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kdt6.cpp
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2017-08-10 02:20:45 +0200
committer Dirk Best <mail@dirk-best.de>2017-08-10 02:21:20 +0200
commit75734b41f81ea92b111bbd2fc3d026b06db19211 (patch)
tree5b2f4e6116f8aea680adfe31d19318e911f48250 /src/mame/drivers/kdt6.cpp
parentb48961385daf4a53c0e3e2277add02ee4c794e00 (diff)
psi98: Add HLE ASCII keyboard and make it default
Keyboard input now works
Diffstat (limited to 'src/mame/drivers/kdt6.cpp')
-rw-r--r--src/mame/drivers/kdt6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kdt6.cpp b/src/mame/drivers/kdt6.cpp
index 4b53bc5d40e..30b08fe7319 100644
--- a/src/mame/drivers/kdt6.cpp
+++ b/src/mame/drivers/kdt6.cpp
@@ -520,7 +520,7 @@ static MACHINE_CONFIG_START( psi98 )
MCFG_FLOPPY_DRIVE_ADD("fdc:0", kdt6_floppies, "525qd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("fdc:1", kdt6_floppies, "525qd", floppy_image_device::default_floppy_formats)
- MCFG_PSI_KEYBOARD_INTERFACE_ADD("kbd", "ergoline")
+ MCFG_PSI_KEYBOARD_INTERFACE_ADD("kbd", "hle")
MCFG_PSI_KEYBOARD_RX_HANDLER(DEVWRITELINE("sio", z80sio_device, rxb_w))
MCFG_PSI_KEYBOARD_KEY_STROBE_HANDLER(DEVWRITELINE("ctc2", z80ctc_device, trg1))