Closed JesperGravgaard closed 4 years ago
I have rewritten atari-system.c and gr.c to pure C. The removes the need for most of the inline ASM.
At the same time the types of function pointers is now more strict.
I have also removed enableDLI2() and rewritten initialization of the array in qr1d.c
Results of the benchmark tests are very similar to the current version.
This closes #3
I have rewritten atari-system.c and gr.c to pure C. The removes the need for most of the inline ASM.
At the same time the types of function pointers is now more strict.
I have also removed enableDLI2() and rewritten initialization of the array in qr1d.c
Results of the benchmark tests are very similar to the current version.