Re: Will FC support Codey?
Posted: Sun May 07, 2023 3:50 pm
Hi
OK so I program a bit.... However if you compare the examples you post to mine, you are Rembrandt versus my crayon scriblings. I do learn from looking at how you professionals do things (then wondering how on earth my creations ever work)
Following on from RGV250, I built a Science of Cambridge Mk14 back in the late 70's. I was about fourteen then and got it as a Christmas present, although true to SoC form it arrived months late That was all machine code and of course the add on's such as a cassette adapter to store programs on was way out of reach for me. I suppose this was a precursor to their next computer offerings of ZX-80 / ZX-81 / ZX-Spectrum and the ill fated Sinclair QL.
Then came the TRS-80 with 16K of RAM (circa late 1980). Loved that machine and still have it in the loft somewhere. After that came an Amstrad CPC with inbuilt cassette deck for storage, which was a great idea as it meant consistent storage and retrieval. I ended up using that to control a bank of lights in a nightclub. I had to decode the address bus as well as the data bus with all code written in BASIC (poke is a great instruction). Numerous audio filters were built which an output of the desks fed, providing a way to sequence light patterns to the beat etc. All designed by me and hand built on Vero. I was pretty chuffed when it worked but realised that despite my self proclaimed brilliance, girls still preferred the DJ's
A few years later I obtained some Commodore PC1's which had 512K of RAM, and a 5.25" Floppy. Again I had plans for these very cost effective offerings. A couple were connected to telephone lines via 2w/4w adapters, relays and other discretes that allowed the machines to interact using DTMF and a Text-to-Speech module probably sourced from the pages of EE/ETI/Micro-Mart. I remember I had to create a RAMDISK (pretend Hard Drive) as well as have the Floppy in use but can't remember exactly why. As with the CPC address decoding was required. These machines came with GW-BASIC.
It took ages to figure out how to do what I wanted, mainly through trial and error. Very educational and my logic probe was worn down debugging those lines
Today of course even a cheap PIC could do much of the above with ease.
Regards
OK so I program a bit.... However if you compare the examples you post to mine, you are Rembrandt versus my crayon scriblings. I do learn from looking at how you professionals do things (then wondering how on earth my creations ever work)
Following on from RGV250, I built a Science of Cambridge Mk14 back in the late 70's. I was about fourteen then and got it as a Christmas present, although true to SoC form it arrived months late That was all machine code and of course the add on's such as a cassette adapter to store programs on was way out of reach for me. I suppose this was a precursor to their next computer offerings of ZX-80 / ZX-81 / ZX-Spectrum and the ill fated Sinclair QL.
Then came the TRS-80 with 16K of RAM (circa late 1980). Loved that machine and still have it in the loft somewhere. After that came an Amstrad CPC with inbuilt cassette deck for storage, which was a great idea as it meant consistent storage and retrieval. I ended up using that to control a bank of lights in a nightclub. I had to decode the address bus as well as the data bus with all code written in BASIC (poke is a great instruction). Numerous audio filters were built which an output of the desks fed, providing a way to sequence light patterns to the beat etc. All designed by me and hand built on Vero. I was pretty chuffed when it worked but realised that despite my self proclaimed brilliance, girls still preferred the DJ's
A few years later I obtained some Commodore PC1's which had 512K of RAM, and a 5.25" Floppy. Again I had plans for these very cost effective offerings. A couple were connected to telephone lines via 2w/4w adapters, relays and other discretes that allowed the machines to interact using DTMF and a Text-to-Speech module probably sourced from the pages of EE/ETI/Micro-Mart. I remember I had to create a RAMDISK (pretend Hard Drive) as well as have the Floppy in use but can't remember exactly why. As with the CPC address decoding was required. These machines came with GW-BASIC.
It took ages to figure out how to do what I wanted, mainly through trial and error. Very educational and my logic probe was worn down debugging those lines
Today of course even a cheap PIC could do much of the above with ease.
Regards