reword
This commit is contained in:
parent
e19f59246e
commit
9e8939089d
|
@ -3,10 +3,8 @@
|
||||||
`main`
|
`main`
|
||||||
|
|
||||||
This will get 50FPS on an 020, and 25 or lower on an 68EC020 and below.
|
This will get 50FPS on an 020, and 25 or lower on an 68EC020 and below.
|
||||||
There's a branch related to precaching even more to get the speed faster but
|
|
||||||
I'm defering that until later.
|
|
||||||
|
|
||||||
The best way I can think of to make this ridiculously fast is for a script in
|
The best way I can think of to make this way faster is for a script in
|
||||||
Ruby or Python to calculate every blitter register for every frame of data
|
Ruby or Python to calculate every blitter register for every frame of data
|
||||||
for bun renders and clears, store that in a list of words, and rip through
|
for bun renders and clears, store that in a list of words, and rip through
|
||||||
those lists in Assembler, shotgunning the values directly into the registers
|
those lists in Assembler, shotgunning the values directly into the registers
|
||||||
|
|
Loading…
Reference in New Issue