Hacker News new | ask | show | jobs
by Erwin 4886 days ago
I remember forking an open source game library around 1985. Well, typing the source code in from the magazine so I could make my own game with sprites. I don't think I made it because of those awful rubber keys and it was not my computer anyway. The owner claimed he knew a guy who could replace the weird rubber keys with some plastic Commodore keyboard (though that would make typing BASIC code challenging -- the Spectrum keyboard had some strange mode where you could type just a single key to insert DIM or LIST).
1 comments

Worse, it required that mode. It was memory-saving by using single character codes for the commands rather than 3 bytes for DIM or 4 bytes to store LIST as ASCII.