From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpBmy-0001ct-Hy for qemu-devel@nongnu.org; Thu, 31 Jan 2019 07:49:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpBmx-0008Pm-Ao for qemu-devel@nongnu.org; Thu, 31 Jan 2019 07:49:52 -0500 MIME-Version: 1.0 References: <56F356E9-04E0-4419-91BD-55CC91C853E1@gmail.com> In-Reply-To: <56F356E9-04E0-4419-91BD-55CC91C853E1@gmail.com> From: Howard Spoelstra Date: Thu, 31 Jan 2019 13:49:12 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-ppc] qemu_vga.drv missing 256 colors support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Mark Cave-Ayland , qemu-ppc , QEMU Developers On Thu, Jan 31, 2019 at 12:12 PM Programmingkid wrote: > After testing a recent commit of QEMU I noticed that 256 color support is > missing in Mac OS 9's color options. A lot of games refuse to run without > being able to set the monitor to 256 colors. Could we have this option > added? > > Thank you. > Hi, An updated vga driver that supports 256 colours and reads edid info has been committed to dgibson's ppc-for-4.0 branch: https://github.com/dgibson/qemu/commit/4c693a81dbab9cecbf101c4c24e4b8af819df46c Best, Howard