Lies, Damned Lies and Benchmarks.
Forum rules
Be nice. No drama.
Be nice. No drama.
Re: Lies, Damned Lies and Benchmarks.
Nice! Where do I read about Mode 1975?
Re: Lies, Damned Lies and Benchmarks.
Search for 1975 in https://github.com/kervinck/gigatron-ro ... ctions.txt
And:
Line 3149: https://github.com/kervinck/gigatron-ro ... dev.asm.py
Code: Select all
xora((1975>>8)^(1975&255)) #26 Poor man\'s 1975 detection
bne(pc()+3) #27
bra(pc()+3) #28
assert videoZ == 0x0100
st([vReturn]) #29 DISABLE video/audio/serial/etc
P.S. There are no sync signals in this mode, so your monitor loses sync until you pass -1 back to sys_SetMode.
Re: Lies, Damned Lies and Benchmarks.
Like in the OpenGL programming. You first calculate graphics in a frame and only after that you draw the frame.
Re: Lies, Damned Lies and Benchmarks.
This 1975 mode could make Mandelbrot faster. New Mandelbrot draws in 1min 17sek in fast screen mode.