Add NeoGeo CD support (#767)

support/megacdd: add Play track command for Neo Geo

neocd: use separate index for audio
This commit is contained in:
paulb-nl
2023-04-06 17:27:39 +02:00
committed by GitHub
parent 7788e694dd
commit 646f96c395
10 changed files with 258 additions and 77 deletions

View File

@@ -2267,6 +2267,7 @@ void HandleUI(void)
if (fs_Options & SCANO_NEOGEO)
{
neocd_set_en(0);
neogeo_romset_tx(selPath);
}
else
@@ -2331,6 +2332,11 @@ void HandleUI(void)
{
saturn_set_image(ioctl_index, selPath);
}
else if (is_neogeo())
{
neocd_set_en(1);
neocd_set_image(selPath);
}
else
{
user_io_set_index(user_io_ext_idx(selPath, fs_pFileExt) << 6 | (menusub + 1));