From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46282) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDxiN-0003L4-Fq for guix-patches@gnu.org; Mon, 16 Mar 2020 17:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDxiM-00078m-8v for guix-patches@gnu.org; Mon, 16 Mar 2020 17:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDxiL-000766-NO for guix-patches@gnu.org; Mon, 16 Mar 2020 17:56:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDxiL-0005HC-Ki for guix-patches@gnu.org; Mon, 16 Mar 2020 17:56:01 -0400 Subject: [bug#40033] Add "Vice" commodore emulator Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ftees4d6.fsf@dustycloud.org> Date: Mon, 16 Mar 2020 22:55:41 +0100 In-Reply-To: <87ftees4d6.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Wed, 11 Mar 2020 22:18:13 -0400") Message-ID: <87h7yodkwy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Lemmer Webber Cc: 40033@debbugs.gnu.org Hi Chris! Christopher Lemmer Webber skribis: > Here's a patch to add the "vice" commodore emulator. It builds and > works, but has some vices of its own (har har). > > - It ships with the original Kernal/Basic from the c64 (and other > systems), including the payload for the original Microsoft Basic. > That's... probably not ok for Guix. You mean it ships the ROM as a pre-built proprietary binary? That wouldn=E2=80=99t be OK. :-/ > - One solution is coming out of the Mega65 project (a damn cool project > in general): > https://github.com/MEGA65/open-roms Do you know if that could actually work? That would be perfect. > (Just look how cool the Mega65 hardware is, btw!) > https://www.youtube.com/watch?v=3DaEhZfkQ3bAk Woow, fun! :-) Thanks! Ludo=E2=80=99.