Remix.run Logo
le-mark 4 hours ago

I was jealous of the speccy basic. The ms basic the c64 shipped was anemic, you had to have deep, hard to obtain hardware knowledge to do anything with it. Custom characters and character gfx were the most accessible for kids. I pieced together switching out character ram by comparing games in magazines when I was 13. Really impressed my father.

jz391 3 hours ago | parent | next [-]

And, of course, with the Speccy you had the Microdrive - an affordable middle ground between tape recorder and a disk drive. I still remember the excitement of not having to record/rewind/play (to verify). Good old times...

reaperducer 4 hours ago | parent | prev [-]

deep, hard to obtain hardware knowledge

It came with a very detailed book. And Commodore sold another even-more-detailed-yet-still-cheap book that was so complete that it even included a big fold-out schematic diagram of the motherboard.

Would I have preferred to be able to do DRAW CIRCLE 0, 1, 23 instead of a long series of POKEs? Sure, because I was a kid and wanted to do things the easy way.

But those POKEs taught you about bits vs. bytes, and how computer memory worked, and how bitmaps worked, and about raster, and optimizing for speed, and ML interrupts, and math, and concepts like XOR, and all the important parts of the computer.

gxd an hour ago | parent [-]

I've wondered about whether modern computers should come with the comprehensive manuals of the era. The Raspberry Pi 400 attempted to do it. But the problem isn't as much that companies don't want to ship these big manuals, but it's that 1) Nobody would read them because of the Internet and, most importantly, 2) you can't create comprehensive documentation of a modern computer in a reasonably sized book.

The biggest change from the good old days is that one could truly hope to fully understand a machine. The C64 was a bit harder, but not impossible. But the Speccy was simple enough that a near-100% understanding was achievable. This feeling of full control is what we lost.