arkiv.micke.cc

Some coding tests

Last night I started doing some small tests to see what the fuss is all about. I dug out some really old source code and made it use TT-RAM and such. After some modification of an old (lame) demo system I wrote some years ago, I loaded and compiled an old tunnel effect. First I was confused that I didn’t run faster, but then I realized that I still was loaded into ST-RAM and used ST-RAM for memory. after changing the program flags I ran it again. Wow. It was insane.

Today I converted the same source to use 320200 instead of 160100 as the previous version used, and it was still much faster than running the old version in 030 mode. Insane I tell you! :)

Tonight I’ve gone through a lot of old code on my hard disk. What a lot of junk I’ve made and forgotten about. It’s quite fun to go through it acctually.