summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp16500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp16500.cpp')
-rw-r--r--src/mame/drivers/hp16500.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mame/drivers/hp16500.cpp b/src/mame/drivers/hp16500.cpp
index a816ef21a55..7db8c658a0f 100644
--- a/src/mame/drivers/hp16500.cpp
+++ b/src/mame/drivers/hp16500.cpp
@@ -493,10 +493,7 @@ MACHINE_CONFIG_START(hp16500_state::hp16500)
// TODO: for now hook up the ipc hil keyboard - this might be replaced
// later with a 16500b specific keyboard implementation
- hp_hil_slot_device &keyboard(HP_HIL_SLOT(config, "hil1", 0));
- hp_hil_devices(keyboard);
- keyboard.set_default_option("hp_ipc_kbd");
- keyboard.set_hp_hil_slot(this, "mlc");
+ HP_HIL_SLOT(config, "hil1", "mlc", hp_hil_devices, "hp_ipc_kbd");
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();