Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDBED84F49 for ; Sun, 2 Jul 2023 21:00:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id esxKChMuvl0M for ; Sun, 2 Jul 2023 21:00:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 308BB84CF2 for ; Sun, 2 Jul 2023 21:00:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A124FA89; Sun, 2 Jul 2023 21:00:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168833161755300" MIME-Version: 1.0 Date: Sun, 2 Jul 2023 21:00:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/flycast To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230702210017.2A124FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168833161755300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jul 2 21:00:17 UTC 2023 Modified Files: pkgsrc/emulators/flycast: MESSAGE Log Message: flycast: no prefix on the bios files To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/flycast/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168833161755300 Content-Disposition: inline Content-Length: 815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/flycast/MESSAGE diff -u pkgsrc/emulators/flycast/MESSAGE:1.1 pkgsrc/emulators/flycast/MESSAGE:1.2 --- pkgsrc/emulators/flycast/MESSAGE:1.1 Sun Jul 2 17:32:30 2023 +++ pkgsrc/emulators/flycast/MESSAGE Sun Jul 2 21:00:16 2023 @@ -1,12 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2023/07/02 17:32:30 nia Exp $ +$NetBSD: MESSAGE,v 1.2 2023/07/02 21:00:16 nia Exp $ Flycast requires the following BIOS files in order to work: -SHA256 (dc/dc_boot.bin) = +SHA256 (dc_boot.bin) = 88d6a666495ad14ab5988d8cb730533cfc94ec2cfd53a7eeda14642ab0d4abf9 -SHA256 (dc/dc_flash.bin) = +SHA256 (dc_flash.bin) = dd8b365521a9c08bb4c170da3592212580f7251f35a45d6083774d1c030bc3e3 Place them in ~/.local/share/flycast. --_----------=_168833161755300--