Test freesd.irx
Posted: Mon Jun 21, 2004 8:08 pm
Some people have reported that they can't get freesd.irx working, it is however working for many.
But since it works for me, I've put together a freesd.irx which prints out some debug information. I would like everyone to give it a quick spin and see if it locks up and if it does, make a post with the output from your client.
This is my output with the test data i provided below.
The interesting part is the 2 places where it has DEBUG as the first word.
Below i've provided the test freesd.irx (named fresd.irx to have equal amounts of chars as libsd.irx , so you can just hex edit your elfs to test.)
and a hex edited version of my damn demo which loads this test freesd.
http://www.lukasz.dk/files/freesd_test1.zip - freesd test version 1
http://www.lukasz.dk/files/damn_freesd_test.zip - damn demo which runs freesd, ready to execute.
Just download the to files and put fresd.irx in the same dir as damn_sd.elf and run it and if you get no sound, please make a post. Thanks.
But since it works for me, I've put together a freesd.irx which prints out some debug information. I would like everyone to give it a quick spin and see if it locks up and if it does, make a post with the output from your client.
This is my output with the test data i provided below.
Code: Select all
FREESD v0.9
loadmodule: id 33, ret 0
loadmodule: fname host0:amigamod.irx args 0 arg
AmigaMod v1.0: by Vzzrzzn
AmigaMod: Total mem remaining = 1356800
AmigaMod: starting SifRpcLoop
loadmodule: id 34, ret 0
DEBUG freesd Init:1 2 3 4 5 6
AmigaMod: libsd initialized (amigaModInit !)
AmigaMod: entering playing thread
DEBUG freesd InterruptHandler: 1 2 3
Below i've provided the test freesd.irx (named fresd.irx to have equal amounts of chars as libsd.irx , so you can just hex edit your elfs to test.)
and a hex edited version of my damn demo which loads this test freesd.
http://www.lukasz.dk/files/freesd_test1.zip - freesd test version 1
http://www.lukasz.dk/files/damn_freesd_test.zip - damn demo which runs freesd, ready to execute.
Just download the to files and put fresd.irx in the same dir as damn_sd.elf and run it and if you get no sound, please make a post. Thanks.