mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
pc: it appears the ibm keyboard interferes with the k286i a20 check (nw)
This commit is contained in:
parent
50fc05a49f
commit
c5b4ff95b0
@ -358,6 +358,8 @@ static MACHINE_CONFIG_DERIVED( xb42639, atvga )
|
|||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
static MACHINE_CONFIG_DERIVED( k286i, ibm5162 )
|
static MACHINE_CONFIG_DERIVED( k286i, ibm5162 )
|
||||||
|
MCFG_DEVICE_MODIFY("kbd")
|
||||||
|
MCFG_DEVICE_SLOT_INTERFACE(pc_at_keyboards, STR_KBD_MICROSOFT_NATURAL, false)
|
||||||
MCFG_ISA16_SLOT_ADD("mb:isabus","isa5", pc_isa16_cards, nullptr, false)
|
MCFG_ISA16_SLOT_ADD("mb:isabus","isa5", pc_isa16_cards, nullptr, false)
|
||||||
MCFG_ISA16_SLOT_ADD("mb:isabus","isa6", pc_isa16_cards, nullptr, false)
|
MCFG_ISA16_SLOT_ADD("mb:isabus","isa6", pc_isa16_cards, nullptr, false)
|
||||||
MCFG_ISA16_SLOT_ADD("mb:isabus","isa7", pc_isa16_cards, nullptr, false)
|
MCFG_ISA16_SLOT_ADD("mb:isabus","isa7", pc_isa16_cards, nullptr, false)
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
// license:BSD-3-Clause
|
|
||||||
// copyright-holders:Sergey Svishchev
|
|
||||||
#include "emu.h"
|
|
||||||
|
|
||||||
#define CGA_PALETTE_SETS 83
|
|
||||||
/* one for colour, one for mono, 81 for colour composite */
|
|
||||||
|
|
||||||
INPUT_PORTS_EXTERN( pcvideo_poisk1 );
|
|
||||||
|
|
||||||
MACHINE_CONFIG_EXTERN( pcvideo_poisk1 );
|
|
Loading…
Reference in New Issue
Block a user