markjfisher / kickc-benchmarks

Benchmark suite for Atari 8 bit, using kickc - copying benchmarks from mad pascal.
2 stars 2 forks source link

Rewrite atari-system.c and gr.c to pure C #5

Closed JesperGravgaard closed 4 years ago

JesperGravgaard commented 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.

JesperGravgaard commented 4 years ago

This closes #3