trunk/src/mess/machine/kb_pc83.c
| r23918 | r23919 | |
| 250 | 250 | //------------------------------------------------- |
| 251 | 251 | |
| 252 | 252 | ibm_pc_83_keyboard_device::ibm_pc_83_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 253 | | : device_t(mconfig, PC_KBD_IBM_PC_83, "IBM PC Keyboard", tag, owner, clock, "kb_ibm5150", __FILE__), |
| 253 | : device_t(mconfig, PC_KBD_IBM_PC_83, "IBM PC Keyboard", tag, owner, clock, "kb_pc83", __FILE__), |
| 254 | 254 | device_pc_kbd_interface(mconfig, *this), |
| 255 | 255 | m_maincpu(*this, I8048_TAG), |
| 256 | 256 | m_dr00(*this, "DR00"), |