NeoGeo CD updates (#787)

- Add Unibios and CDZ support
- Ask FPGA before sending sector
- 1-4x CD speed
This commit is contained in:
paulb-nl
2023-07-01 10:53:18 +02:00
committed by GitHub
parent 3547099b7f
commit 71a8caacde
8 changed files with 106 additions and 27 deletions

View File

@@ -2269,7 +2269,7 @@ void HandleUI(void)
if (fs_Options & SCANO_NEOGEO)
{
neocd_set_en(0);
neogeo_romset_tx(selPath);
neogeo_romset_tx(selPath, 0);
}
else
{