Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What is your C64?

What is your C64?

Scheduled Pinned Locked Moved The Lounge
questionhardwarelearning
103 Posts 82 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B bleahy48

    Atari 800 with 24k RAM Star Raiders FTW!!!

    P Offline
    P Offline
    Paul Kemner
    wrote on last edited by
    #64

    Another Atari 800, and Star Raiders player. Started with the cassette drive, and eventually got the 5-1/4" floppy. And different languages including LISP. Remember the magazines with code listings in each issue? Type them in, DEBUG THEM, and play the games. Then modify them. There was a small Atari club nearby, and we'd drive up to the huge club meetings in Detroit occasionally.

    B 1 Reply Last reply
    0
    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

      In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

      "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

      E Offline
      E Offline
      englebart
      wrote on last edited by
      #65

      C64 One favorite trick was to map a Sprite (hardware based graphic entity 24 pixels wide by 21 pixels tall in 63 bytes of memory) to the low addresses of memory. It was like an x-ray of the OS working memory. You could see the system clock binary counter running, pieces of memory involved in making the input cursor blink, the system call stack, etc. Very cool. If you messed something up, turn it off and back on within a second or two to start over. My father wrote his own family budget system on that platform. He used a fixed record length dataset on the floppy drive for his storage.

      1 Reply Last reply
      0
      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

        In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

        S Offline
        S Offline
        SkyNom
        wrote on last edited by
        #66

        After school with a Digital PDP8, with 4K of RAM. Woo! Big day when we upgraded to 8K and DEC Tape. ASR33 teletype terminal, paper tape for boot loading and for storing short programs.

        1 Reply Last reply
        0
        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

          In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

          "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

          K Offline
          K Offline
          krensauce
          wrote on last edited by
          #67

          My first was a C16 (the first model which looked like the C64), with which I spent my time playing games with my brother (at the time they sold "legit" pirated games compilations in the stores), and when I was alone, trying to learn programming, which I found so fascinating. When I finally got into the best part of it (POKE'n'PEEKs), it broke and we were never able to repair it because it went out of production since too much time. So my next dream was the Amiga, so much that I actually spent all my (very little) money on a magazine which teached Assembly, which I started learning without having the computer. When I finally got the Amiga, in 1995 (it was the first batch produced by the new owners, ESCOM, after Commodore went bankrupt), I didn't have an assembler, so I used my time to learn the OS and what it had already: AmigaDOS (that is so good that it can be considered a programming language, there's even a racing game made in ASCII available on Aminet) and ARexx (an amazing feature that still today is nowhere to be seen in any other OS, at least in a similar form). I then learned other languages as soon as I could get my hands on their compilers (yes, Assembly too at a certain point, finally...). What was so great is really what you already described, probably, the way you could "touch" the hardware and "speak" to it directly, to make something that it was not made for, for example, or just to get that extra performance/feature that the language didn't have (in the case of using a C compiler on the Amiga, for example, you could add some ASM to access HW directly in a part of your time-critical routines to do things actually easier, and much faster, than you would by doing it with C itself). It was the absence of this forceful abstraction that is, legitimately, present today in every system (even in consoles), which really meant freedom, and on the Amiga, it was done without giving up multi-tasking (though you had to disable it momentarily if you went too deep in the HW, but it was made for that). It was a time of discovery for all our young minds, and to master the machine. I believe today's kids might have a similar inner experience but in the end, it's always the machine which masters the man, which forces the way, while at that time, you were the one which chose the way. It was also something relatively new and not so common, which added to the mystery, while today it's quite a normal thing to have at least one computer in the house (smartphones included). It's taken for granted, and because

          1 Reply Last reply
          0
          • P Paul Kemner

            Another Atari 800, and Star Raiders player. Started with the cassette drive, and eventually got the 5-1/4" floppy. And different languages including LISP. Remember the magazines with code listings in each issue? Type them in, DEBUG THEM, and play the games. Then modify them. There was a small Atari club nearby, and we'd drive up to the huge club meetings in Detroit occasionally.

            B Offline
            B Offline
            bleahy48
            wrote on last edited by
            #68

            Yes! Creative Computing Pilot, Logo, Assembler, oh my! Fort Wayne Atari Users Club

            P 1 Reply Last reply
            0
            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

              In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

              "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

              M Offline
              M Offline
              Mark Salsbery
              wrote on last edited by
              #69

              Timex Sinclair 1000 1982 Z80 microprocessor, enthusiast magazines...learned assembly language (entered one byte at a time), tinkered with wire wrapped circuits, rewired war surplus full size keyboards, all kinds of fun projects...great times!

              Mark Salsbery :java:

              1 Reply Last reply
              0
              • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                M Offline
                M Offline
                Member 11652832
                wrote on last edited by
                #70

                My first 'puter was a Sinclair ZX81, with its standard 1Kb RAM. Less than a month later I had the 16Kb RAM expansion which BTW, was so heavy it was almost impossible to keep the Sinclair balanced. For me, it was the best thing ever invented after the TV set.

                1 Reply Last reply
                0
                • B bleahy48

                  Yes! Creative Computing Pilot, Logo, Assembler, oh my! Fort Wayne Atari Users Club

                  P Offline
                  P Offline
                  Paul Kemner
                  wrote on last edited by
                  #71

                  The impact of the magazine code listings was huge. While you were typing them in, you weren't necessarily paying attention to how the program was written. Then when it didn't run you had to fix things. Then you often played with it to make the program easier/more difficult. From the very first, you were learning how to debug and modify someone else's code! That translated directly into a job skill, and I'm not sure if anything offered today does that.

                  1 Reply Last reply
                  0
                  • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                    In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                    "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                    C Offline
                    C Offline
                    cfoster
                    wrote on last edited by
                    #72

                    My first was an Ohio Scientific C1P with 4K Ram & Microsoft Basic. It was a great computer to learn programming on before I graduated to the Commodore 64.

                    1 Reply Last reply
                    0
                    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                      In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                      "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                      U Offline
                      U Offline
                      User 7891589
                      wrote on last edited by
                      #73

                      I still have my C-64, purchased in 1985. That is what started me in a career as a developer. On my desk right now, is a coffee mug with the C-64 schematic printed on it, in tribute. I had some amazing stuff for that old PC, like a CAD program that worked with a light pen, and a voice recognition device that could display the notes of a tune as you whistled into a microphone. I had a lot of 'cracked' software on 5 1/4" floppy disks. I had a special hole punch that would turn a single sided floppy into a double sided floppy. I also still own my old C-128 and my SX-64 luggable.

                      1 Reply Last reply
                      0
                      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                        In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                        M Offline
                        M Offline
                        Matt McGuire
                        wrote on last edited by
                        #74

                        never had a computer growing up, even thought they were getting quite common, my parents believed and still do that computers are a passing fad. so whenever I could, I was over at a friends house learning his C64 making text adventure games and such, at school there was the Apple IIe's in all the labs that had the Basic ROM, sometimes a few friends and my self would build little games on these and leave them running for the next class to find, or until the power got cycled :laugh: In high school, I fell in love with the 286 lab, they were quick and responsive. for the intro to programming class we needed to turn in a minimum of a one printed page program, mine was closer to 50 with menus, graphics, and small games to play. good times. I came across that floppy a couple years back, took awhile to find a machine with a working floppy drive, but sadly it had sections that were unreadable. oh well.

                        1 Reply Last reply
                        0
                        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                          In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                          "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                          M Offline
                          M Offline
                          MSBassSinger
                          wrote on last edited by
                          #75

                          My first computer was an Osborne I computer. CP/M OS, dBase, and other apps came with it. 5" monochrome screen, and dual 5-1/4" single sided floppies.

                          1 Reply Last reply
                          0
                          • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                            In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                            "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                            A Offline
                            A Offline
                            Alexey Biriukov
                            wrote on last edited by
                            #76

                            Yamaha MSX2. Although I didn't own it, that's the one I spent countless hours after school in grades 8 and 9, doing everything from ROM Basic to opcodes. It had crazy number of colors (dont remember exactly how many but no less than 256), hardware sprites (fun!), 4 channel sound synthesizer (so much fun!), and Zilog Z80 inside (not that much fun at that age but still). And of course those beautiful Konami games I still occasionally enjoy in an emulator.

                            1 Reply Last reply
                            0
                            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                              In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                              "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                              D Offline
                              D Offline
                              Dr Walt Fair PE
                              wrote on last edited by
                              #77

                              I don't know what was my C 64. I took one look at the specs and determined to never play with one! CQ de W5ALT

                              Walt Fair, Jr.PhD P. E. Comport Computing Specializing in Technical Engineering Software

                              1 Reply Last reply
                              0
                              • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                                "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                                W Offline
                                W Offline
                                Wade Reynolds
                                wrote on last edited by
                                #78

                                A C64 from 1984. Last year I dug it out of storage along with a 1541 drive. Couldn't find the power supply. It hadn't been used since about 1991. I built a power supply from scratch along with a custom power cable, recapped all electrolytics and tested the 2 voltage regulators out of circuit (and they were bad) - wound up replacing those. After all that, it did not work... at first ... black screen. I was able to troubleshoot it and determined that the PLA was bad. I replaced the PLA (found a pulled chip on fleaBay) and it fired up and worked fine including video, audio, logic. I then restored the 1541 drive (which still had a disk in while in storage all those years) and it too worked including that disk I just mentioned. I had a supply of old 5.25 disks but most did not work but I was able to get about 15% of them to load! I bought a joystick for it and I played some old retro games. Pretty cool to use the old computer that got me started when I was a kid in the 80s.

                                1 Reply Last reply
                                0
                                • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                  In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                                  "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                                  S Offline
                                  S Offline
                                  sasadler
                                  wrote on last edited by
                                  #79

                                  My first 'c64' was a home built s100 bus system using a z80 processor with 4K of RAM. There was no programming language, just a monitor program that fit into a 2K ROM (was named Zapple). With the monitor program I could peek/poke memory, dump memory, execute from a specified location and insert break points. I built this system during my last year of college (electrical engineering, 1978). I basically learned the z80 instruction set by the numbers. Over the years, the system grew until it had 64K or RAM, dual 8 in floppy drives (dual density!!) and ran the CP/M OS. I kept the system until I could buy an Amiga. Those were fun days, learning to program with the z80 machine code, designing/building boards for the system (serial port board, votrax based speech board and a driver board for a selectric printer mechanizm).

                                  1 Reply Last reply
                                  0
                                  • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                    In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                                    "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                                    R Offline
                                    R Offline
                                    RogelioP EX DE HL
                                    wrote on last edited by
                                    #80

                                    Kornfeld Eliyahu Peter wrote:

                                    * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64?

                                    "Goodness" fell more in an eye of the beholder scenario. Compatibility between platforms wasn't a mandate so every competitors offering had their own engineering go wild at times. The Commodore line was really good at graphics and sound. Lots of games took advantage of that. Tandy CoCos were not good on graphics and sound as the Commodire but flew circles around many others with its BASIC... add an RTOS (Microware's OS9) and the CoCo blew everybody else on the computing prowess department no contest. Apple was... well, Apple! The Woz in all effect pre-Mac days :cool: Atari was also very good on graphics, somewhat good on sound. A you-can't-lose way to go on the 8 bits machines line. The Atari ST upped the stakes later on but by then everybody was on IBM mode. Texas Instuments TI 99/4A its an oddity but an interesting one, half way in graphics and sound capabilities, not too good on its BASIC and expansion capabilities. Of all these I have a few, still work on them, repair, retrofit and soup up where possible. It's a fun way to deflate from the day to day modern hardware and software woes. I started late on the Commodore, my start was with Tandy's TRS-80 line and the Color Computer series. My latest addition is a replica I assembled of the Jupiter Ace.

                                    1 Reply Last reply
                                    0
                                    • R realJSOP

                                      Atari 400, 4k ram.

                                      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                                      -----
                                      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                                      -----
                                      When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                                      D Offline
                                      D Offline
                                      DrWicked
                                      wrote on last edited by
                                      #81

                                      Atari 400 was my first, too. First program I wrote in BASIC, I ran out of memory. Upgraded to Atari 800 with 48K. I still have that one. Back in the day I would buy old game cartridges and unsolder the ROM and replace it with an EPROM and then burn games from magazines like A.N.A.L.O.G. to the EPROM. The EPROM burner plugged into the joystick ports of the Atari. My first foray into assembly language programming was with the Atari.

                                      1 Reply Last reply
                                      0
                                      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                        In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                                        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                                        T Offline
                                        T Offline
                                        Thom Walla
                                        wrote on last edited by
                                        #82

                                        RadioShack TRS80 with 16K Ram and a dual Tape drive that was bi-directional so loading and saving files was pretty fast. From there to the Atari 800 where I wrote the first Point of Sale program for my store.

                                        1 Reply Last reply
                                        0
                                        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                          In the late 70s and early 80s (that is 1970s/1980s) there was a big rush in the home computer market, that concludes in our time with computers everywhere... I had some discussions about that time and was wondering... * Was that really that good? * What was so good (or bad) about it? * Do we have it somewhere today? * What is/was your C64? I wasn't aware of it then (no other experience), but what is most amazing while looking back is the total control, the work without any mediator between you and the computer, between the software and the hardware (which was of course a source some interesting smell/smoke/noise)... I could sit down after-school and within a few seconds was in the computer, hacking it away... What is your experience?

                                          "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                                          P Offline
                                          P Offline
                                          Peter Adam
                                          wrote on last edited by
                                          #83

                                          Sinclair ZX Spectrum 48K. I have liked it very much, learned a lot of things later useful about design and programming. It had very good user's manual, written for teaching programming. It had very strong constraints on music, and using only 2 colors in a 8 x 8 pixel area. These limits inspired creativity, I still hear the music of Galactic Gunners, I still see the loading screen of Asterix and the magic cauldron. Unlike most Spectrum owners I have gone the Windows way. Most lasting experience: I still don't believe in that two seconds are necessarily equal timespans, whatever physicists say.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups