bloodline wrote:
I think the point here is, buy a Cold Fire if you have apps on your Amiga now, which need more power... ray tracing, music processing and image processing springs to mind.
I spent quite a bit of time looking into this a couple years ago and well.... the problem with the Coldfire is compatibility. Even with the emulation libs there is stuff that just won't run without a recompile, rewrite or patch.
The supervisor stack is NOT compatible with the 68K. You really need to rewrite *at least* the exec.
Software must use the math libs if floating point is used.
There needs to be Coldfire math libs.
You need to patch any software with unemulatable instructions like mpy/div with illegal instructions that can be trapped and add emulation for them to the emulation libs.
The list goes on and on.
Just having the hardware isn't going to cut it. As it is I'm not sure Oli's emulation approach will work.