From 77f364ea73fdd266370940dae33140229b98662e Mon Sep 17 00:00:00 2001 From: sorgelig Date: Wed, 11 Sep 2019 19:01:38 +0800 Subject: [PATCH] neogeo: correct the sfix length. --- support/neogeo/loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/neogeo/loader.cpp b/support/neogeo/loader.cpp index 5ede10d..4c5de38 100644 --- a/support/neogeo/loader.cpp +++ b/support/neogeo/loader.cpp @@ -1180,7 +1180,7 @@ int neogeo_romset_tx(char* name) //flush CROM if any. neogeo_tx(NULL, NULL, 0, -1, 0, 0); - if (!(system_type & 2)) neogeo_tx(HomeDir, "sfix.sfix", NEO_FILE_FIX, 2, 0, 0x10000); + if (!(system_type & 2)) neogeo_tx(HomeDir, "sfix.sfix", NEO_FILE_FIX, 2, 0, 0); neogeo_file_tx(HomeDir, "000-lo.lo", NEO_FILE_8BIT, 1, 0, 0x10000); if (crom_start < 0x300000) crom_start = 0x300000;