Hi tried ACE TRACKER on my laptop last year on Hatari and it worked fine.
Now on my Windows Desktop with identical Falcon specs loaded Acetracker closes while initialising the DSP.
No matter what option I use Ace tracker does not run.
Any ideas?
Thanks
Ace Tracker crashing when initialising DSP
Moderators: simonsunnyboy, thothy, Moderator Team
Re: Ace Tracker crashing when initialising DSP
oops sorted!!
Solved by using a real Falcon TOS 4.92 image instead of emutos.
Which is strange as I'm sure I used emutos without probs before!
Solved by using a real Falcon TOS 4.92 image instead of emutos.
Which is strange as I'm sure I used emutos without probs before!
-
- Atari Super Hero
- Posts: 894
- Joined: Thu Sep 11, 2003 10:49 pm
- Location: UK
Re: Ace Tracker crashing when initialising DSP
I don't think EmuTOS has the DSP XBIOS calls implemented yet?
I could be mistaken...
I could be mistaken...
- Eero Tamminen
- Fuji Shaped Bastard
- Posts: 2280
- Joined: Sun Jul 31, 2011 1:11 pm
Re: Ace Tracker crashing when initialising DSP
Correct, EmuTOS is lacking DSP XBios functions: http://sourceforge.net/p/emutos/code/ci ... status.txt
There are 32 of them and they also interface with the sound matrix so it's quite a bit of work.
Reason why it may have worked earlier, could be that EmuTOS didn't return correct error code for unimplemented functions, but I'm not sure how long ago that was and whether it concerned also XBios part of OS.
EDIT: added link to EmuTOS status doc.
There are 32 of them and they also interface with the sound matrix so it's quite a bit of work.
Reason why it may have worked earlier, could be that EmuTOS didn't return correct error code for unimplemented functions, but I'm not sure how long ago that was and whether it concerned also XBios part of OS.
EDIT: added link to EmuTOS status doc.
Re: Ace Tracker crashing when initialising DSP
Thanks for the info!