Test freesd.irx

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
User avatar
Lukasz
Posts: 248
Joined: Mon Jan 19, 2004 8:37 pm
Location: Denmark
Contact:

Test freesd.irx

Post by Lukasz »

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.

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
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.
User avatar
Lukasz
Posts: 248
Joined: Mon Jan 19, 2004 8:37 pm
Location: Denmark
Contact:

Post by Lukasz »

It seems that the damn test worked fine for people, and the issue seems to be with SjPCM & freesd combo, therefor i've put together another
test package, explorations demo by adresd which uses a sjpcm.

www.lukasz.dk/files/adresd_explorations_freesd_test.zip

You will still need the freesd zip from the previous post.
boomint
Posts: 80
Joined: Tue Apr 13, 2004 2:21 am
Location: Sheffield, UK

Post by boomint »

Lukasz wrote:You will still need the freesd zip from the previous post.
Works fine on my V10, although for unix/linux you'll need to rename the fresd.irx to FRESD.IRX for it to load.

Boo
User avatar
Lukasz
Posts: 248
Joined: Mon Jan 19, 2004 8:37 pm
Location: Denmark
Contact:

Issue resolved :)

Post by Lukasz »

The bug has now been found and resolved, thanks to adresd for testing.
Post Reply