pc: it appears the ibm keyboard interferes with the k286i a20 check (nw)

This commit is contained in:
cracyc 2016-03-05 08:56:35 -06:00
parent 50fc05a49f
commit c5b4ff95b0
2 changed files with 2 additions and 10 deletions

View File

@ -358,6 +358,8 @@ static MACHINE_CONFIG_DERIVED( xb42639, atvga )
MACHINE_CONFIG_END
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","isa6", pc_isa16_cards, nullptr, false)
MCFG_ISA16_SLOT_ADD("mb:isabus","isa7", pc_isa16_cards, nullptr, false)

View File

@ -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 );