From eacf1535f7da17961b89eb65d918fe8b4f736aeb Mon Sep 17 00:00:00 2001 From: Neil Morrison Date: Sat, 3 Sep 2022 13:59:29 +0100 Subject: [PATCH] Adds bios for NeoGeo Had to find the `uni-bios_1_0.rom` elsewhere since theypsilon just has the official bioses --- repo.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/repo.json b/repo.json index 9eac424..2ab6c2e 100644 --- a/repo.json +++ b/repo.json @@ -40,9 +40,19 @@ "repo": "spacemen3/PDP-1" }, { - "repo": "Mazamars312/Analogue_Pocket_Neogeo" + "repo": "Mazamars312/Analogue_Pocket_Neogeo", + "bios": [ + { + "path": "Assets/ng/common/uni-bios_1_0.rom", + "url": "https://archive.org/download/MAME_2003-Plus_Reference_Set_2018/roms/bakatono.zip/uni-bios_1_0.rom" + }, + { + "path": "Assets/ng/common/000-lo.lo", + "url": "https://archive.org/download/mister-console-bios-pack_theypsilon/NeoGeo.zip/000-lo.lo" + } + ] }, { "repo": "nullobject/openfpga-tecmo" } -] \ No newline at end of file +]