Main Menu

Network

Welcome to Ultimate Amiga. Please login or sign up.

Members
Stats
  • Total Posts: 19,444
  • Total Topics: 2,089
  • Online today: 99
  • Online ever: 12,613 (26 Apr, 2026, 11:52 PM)
Users Online
  • Users: 0
  • Guests: 55
  • Total: 55

Recent Posts

Pages[1] 2 3 ... 23
Well I stopped working on JIT, last Saturday.

Since then been working on using ME. Have all mixer and output stuff running on ME, however its not giving the speed increase I would expect. So I will now be using the DMA, Interrupts and shared cache features to move paula audio entirely to ME, whereby freeing up CPU of any audio stuff. Tricky part will be maintaining timing, and scheduling events and writing directly to chip ram.

In the background, I have been doing little bits on JIT. Will continue it as side project. Flag system is only headache with that.Read More

0 Comments

I have put JIT to one side for now. Its technically there, just trying to get JIT blocks from outside user memory.
So will come back to it.

I decided to focus on getting ME up and running with newly released ME libraries.
Plan is to have it act as like a coprocessor, taking load off main CPU.
Just reached point of running code on ME, while PSPUAE V2 runs. Next is to start moving uae stuff over to ME.

Like JIT, this is important to help with speed, it also opens the door for a lot of cool stuff.
Once I

...

Read More

0 Comments
Well another few days and Im so close I can taste it.
So frustrating, been on this a long time now.
Down to last exception (I hope), last errors were caused by flag system I made, was not quite right. Fixed that and a cache alignment issue. So fingers crossed for tonight.

Disappointed, no one is interested in this any more. Could really use testers.
I did disable jit and debugging, compiled for normal eboot and have to say Im quite impressed of how its currently working (JIT will just be icing on cake, game changer). Even at FS=3 it plays lotus pretty damn decent (couldn't even tell it was FS'ing), and the on the fly filter I added makes picture look stunning. PSP Go!, has an awesome display, which also helps.Read More

0 Comments
Now have JIT promoting all blocks to JIT. However I'm getting proper amiga crashes.
JIT handler is jumping to garbage data and crashing. So debugging that now. Almost there, last hurdle, :).
Be happy once this is done, been on it for over a week, since getting to running-ish state.
0 Comments
Pages[1] 2 3 ... 23