summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-03-05 08:56:35 -0600
committer cracyc <cracyc@users.noreply.github.com>2016-03-05 08:56:35 -0600
commitc5b4ff95b025ce5910d9dea35278ffa3b238af3d (patch)
tree4d73e43481d15ef58db5a67a123758178dc51662
parent50fc05a49fcc6b689271ecff2dfae209bb4bfd47 (diff)
pc: it appears the ibm keyboard interferes with the k286i a20 check (nw)
-rw-r--r--src/mame/drivers/at.cpp2
-rw-r--r--src/mame/video/poisk1.h10
2 files changed, 2 insertions, 10 deletions
diff --git a/src/mame/drivers/at.cpp b/src/mame/drivers/at.cpp
index 55c2d1d9536..8263a879c04 100644
--- a/src/mame/drivers/at.cpp
+++ b/src/mame/drivers/at.cpp
@@ -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)
diff --git a/src/mame/video/poisk1.h b/src/mame/video/poisk1.h
deleted file mode 100644
index 092de267b1e..00000000000
--- a/src/mame/video/poisk1.h
+++ /dev/null
@@ -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 );