From ee77bc1471fbb1ce6a82a363e2f5a2603d8532ed Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 1 Nov 2019 23:29:39 +0100 Subject: [PATCH] Updated the notes in the header of machine/m_amstrad.c. --- src/machine/m_amstrad.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/machine/m_amstrad.c b/src/machine/m_amstrad.c index 377666611..6491d9e44 100644 --- a/src/machine/m_amstrad.c +++ b/src/machine/m_amstrad.c @@ -22,15 +22,12 @@ * PC200: CGA with some NMI stuff. But we don't need that as it's only * used for TV and LCD displays, and we're emulating a CRT. * + * PPC512/640: Portable with both CGA-compatible and MDA-compatible monitors. + * * TODO: This module is not complete yet: * - * PC1512: The BIOS assumes 512K RAM, because I cannot figure out how to - * read the status of the LK4 jumper on the mainboard, which is - * somehow linked to the bus gate array on the NDMACS line... - * - * PC1612: EGA mode does not seem to work in the PC1640; it works fine - * in alpha mode, but in highres ("ECD350") mode, it displays - * some semi-random junk. Video-memory pointer maybe? + * All models: The internal mouse controller does not work correctly with + * version 7.04 of the mouse driver. * * Version: @(#)m_amstrad.c 1.0.20 2019/03/09 *