From 3d95a59de0dbe900ad234832dee50c5c41ae8c85 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 10 Dec 2017 04:05:37 +1100 Subject: [PATCH] Cortex: System is usable although not complete. (this part not for whatsnew) It works if "big" uppercase is used, but not "small" uppercase. --- src/mame/drivers/cortex.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/cortex.cpp b/src/mame/drivers/cortex.cpp index cc5f5daea2b..8c31f35eeb9 100644 --- a/src/mame/drivers/cortex.cpp +++ b/src/mame/drivers/cortex.cpp @@ -21,8 +21,11 @@ TMS9909 - Floppy Disk Controller (not emulated) TMS9902 - UART (x2) (not usable with rs232.h) AY-5-2376 - Keyboard controller +All input to be in uppercase. Note that "lowercase" is just smaller uppercase, +and is not acceptable as input. + + ToDo: -- All input causes an error message - Screen corrupts when scrolling - Unemulated devices - Keyboard to use AY device