Get odd results..
H4 with BLITTER.
STE with blitter.
The STE is faster for some reason, but TTram speed is about 50% less..
ST RAM access is 2% slower , maybe thats a clue
EDIT:
Crossed the streems a bit viewtopic.php?p=136535#p136535
Not yet. Still trying to figure out the ST536 problems.coonsgm wrote: Thu Nov 13, 2025 6:12 pm Looking awesome! Have you posted the firmware for us to test out?
Its normal when using BLTFIX. No idea why but its the norm. TTram speed is normally 847%.Badwolf wrote: Fri Nov 14, 2025 9:44 am Something's wrong with your integer division figures. 50MHz should be 1.820 seconds whether run from ST or TT ram and there's nothing interrupting or going through bus arbitration.
Woah, that's weird.exxos wrote: Fri Nov 14, 2025 10:18 am Its normal when using BLTFIX. No idea why but its the norm. TTram speed is normally 847%.
The start and end and time of tests are done in assembly code. @dml actually wrote those routines. It just gets the current timer tick. It does sync to vbl as well.. But while it's normal to be 1 or 2% out on runs as the timer isn't fast enough, I've never seen a huge speed drop like when BLTfix is used.agranlund wrote: Fri Nov 14, 2025 4:30 pm Very weird. Could it be possible your timer is started a bit too early, or stopped a bit too late and so accidentially includes something not strictly related to the test itself (a window redraw slipping in there, or something else general gembench-app related)? Or is that completely out of the question?
I'll check when I get back home.. Have a feeling it was tested before but don't remember the outcome..Is Nembench exhibiting the same phenomenon when you use blitfix?
I've got no conclusive ideas what the issue is, only vague guesses