
Links and changelog on the first page :
viewtopic.php?t=14
Moderator: Stef
Code: Select all
SRAM_readWord:
move.l 4(%sp),d1
add.l %d1,%d1
lea 0x200001,%a0
lea (%a0,%d1.l),%a0
moveq #0,%d0
movep.w 0(%a0),%d0
rts
Code: Select all
SRAM_readWord:
move.l 4(%sp),%d1<--------------------% is forgotten
add.l %d1,%d1
lea 0x200001,%a0
lea (%a0,%d1.l),%a0
moveq #0,%d0
movep.w 0(%a0),%d0
rts
I have to fix that thatMoon-Watcher wrote:Weird behavior using SGDK last version and Widnows7: depending on the .wav source, wavtoraw.exe, generates 0 byte files, huge files or infinite loops.
I uploaded some files here https://www.box.com/s/ykmdyp4mdwe9eunvkacpStef wrote:Have you some simple wav files leading to these problems ? I rewrote the tool so i am (unfortunately) not too surprised to hear about bugs...
Woohoo! Thank you so much.Stef wrote:Thanks ! I fixed the bug
You can download the last version here :
http://sgdk.googlecode.com/svn/trunk/bin/wavtoraw.exe
If you don't want to wait for the next SGDK release.