David-Vandensteen / neocore

Library & toolchain for Neo Geo CD develop. with C language
31 stars 4 forks source link

ADPCM player does not work on real hardware #112

Open David-Vandensteen opened 4 months ago

David-Vandensteen commented 4 months ago

First, I need to know if the soundFX example works on the real hardware.

I need someone to test with real Neo-Geo CD.

The prerequisite for this following commands is to have Git installed. Use cmd and not PowerShell.

set "uid=%date:~-2%%time:~0,2%%time:~3,2%%time:~6,2%%time:~9,2%"
set "uid=%uid: =0%"
git clone -b release/2.0.4 --single-branch https://github.com/David-Vandensteen/neocore.git "%temp%\neocore_%uid%"
pushd "%temp%\neocore_%uid%\samples\soundFX"
mak dist:iso
explorer %temp%\neocore_%uid%\dist\soundFX\soundFX-1.0.0\iso

Tank for the test