From aa19ad804302d35b244b13c65e6f4bc9677714e0 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 7 Aug 2013 17:01:32 +0000 Subject: [PATCH] Fix XML validation --- hash/pc98.xml | 36 ++++++++++++++++++------------------ src/mess/drivers/pc9801.c | 12 ++++++++++++ 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/hash/pc98.xml b/hash/pc98.xml index 69020e1185b..d0e48ab74ec 100644 --- a/hash/pc98.xml +++ b/hash/pc98.xml @@ -3251,7 +3251,7 @@ TODO: - + @@ -3318,7 +3318,7 @@ TODO: - + Carmen Sandiego in Japan - Hannin Sagashite Nihon Zenkoku 19?? <unknown> @@ -3343,7 +3343,7 @@ TODO: - + @@ -3750,7 +3750,7 @@ TODO: - + @@ -4825,7 +4825,7 @@ Presumably copy protection floppy, to be used with CD-Rom - + @@ -4926,7 +4926,7 @@ Presumably copy protection floppy, to be used with CD-Rom - + @@ -6237,7 +6237,7 @@ TODO: missing install disks - + @@ -8203,7 +8203,7 @@ TODO: other two disks, in .nfd format - + @@ -9343,7 +9343,7 @@ How to load this? - + @@ -10328,7 +10328,7 @@ other two disks - + @@ -11787,7 +11787,7 @@ other two disks - + @@ -12456,7 +12456,7 @@ other two disks - + @@ -13880,12 +13880,12 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks - + - + @@ -14788,7 +14788,7 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks - + @@ -15522,7 +15522,7 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks - + @@ -15555,7 +15555,7 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks - + @@ -16320,7 +16320,7 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks - + Albatross 2 Masters History 19?? <unknown> diff --git a/src/mess/drivers/pc9801.c b/src/mess/drivers/pc9801.c index 34d89f88774..327186fa8f7 100644 --- a/src/mess/drivers/pc9801.c +++ b/src/mess/drivers/pc9801.c @@ -369,6 +369,18 @@ Ext Video F/F (i/o 0x6a): 1100 010x chart GDC operating mode (?) (everything else is undocumented / unknown) +Keyboard TX commands: +0xfa ACK +0xfc NACK +0x95 +---- --xx extension key settings (00 normal 11 Win and App Keys enabled) +0x96 identification codes +0x9c +-xx- ---- key delay (11 = 1000 ms, 10 = 500 ms, 01 = 500 ms, 00 = 250 ms) +---x xxxx repeat rate (slow 11111 -> 00001 fast) +0x9d keyboard LED settings +0x9f keyboard ID + ****************************************************************************************************/ #include "emu.h"