From 5e3a8ef7c045e057dedca6bf4b9c77fc246ea53d Mon Sep 17 00:00:00 2001 From: angelosa Date: Wed, 28 Jun 2023 03:37:31 +0200 Subject: machine/sis950_lpc.cpp: doesn't have a BIOS anymore [skip ci] --- src/devices/machine/sis950_lpc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/machine/sis950_lpc.cpp b/src/devices/machine/sis950_lpc.cpp index 9d0fc3a84c1..949416385d5 100644 --- a/src/devices/machine/sis950_lpc.cpp +++ b/src/devices/machine/sis950_lpc.cpp @@ -158,7 +158,6 @@ void sis950_lpc_device::device_add_mconfig(machine_config &config) // TODO: selectable between PCI clock / 4 (33 MHz) or 7.159 MHz, via reg $47 bit 5 KBDC8042(config, m_keybc); - m_keybc->set_default_bios_tag("compaq"); m_keybc->set_keyboard_type(kbdc8042_device::KBDC8042_PS2); m_keybc->set_interrupt_type(kbdc8042_device::KBDC8042_DOUBLE); m_keybc->input_buffer_full_callback().set(m_pic_master, FUNC(pic8259_device::ir1_w)); -- cgit v1.2.3