Hi!
I’m not sure if posting this kind of thing here is okay, or whether this was already posted, but this guy built a demo that runs 100% on the commodore 1541 disk drive : http://www.quiss.org/freespin/
I wonder how one acquires the skill set to pull off that sort of thing...
Commodore 1541 demo
- barrym95838
- Posts: 2056
- Joined: 30 Jun 2013
- Location: Sacramento, CA, USA
Re: Commodore 1541 demo
jfoucher wrote:
I wonder how one acquires the skill set to pull off that sort of thing...
Got a kilobyte lying fallow in your 65xx's memory map? Sprinkle some VTL02C on it and see how it grows on you!
Mike B. (about me) (learning how to github)
Mike B. (about me) (learning how to github)
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: Commodore 1541 demo
That is a pretty interesting project. Granted, it's a chunk of 6502 code and a fair amount of data stored on the diskette. Cool idea using the clock output for sync and the data output for luminous levels.
However, I just can't see why anyone would chop up a pair of cables with a knife
.... it would be more useful to simply make an adapter with a couple connectors, some wire and the 100-ohm resistor 
However, I just can't see why anyone would chop up a pair of cables with a knife
Regards, KM
https://github.com/floobydust
https://github.com/floobydust
Re: Commodore 1541 demo
floobydust wrote:
However, I just can't see why anyone would chop up a pair of cables with a knife
.... it would be more useful to simply make an adapter with a couple connectors, some wire and the 100-ohm resistor 
Adding extra components, even if they're just connectors, goes against the purity of a demo that runs on unmodified hardware. Yes, cutting the cable is technically a modification, and suggesting that the resistor be taken from the C64 is just cheeky. But this way he can at least acknowledge the rules (while bending them past their limit).
Re: Commodore 1541 demo
The reason for the brutal cutting of the cord: once you get a taste of coding directly on the 1541, you'll never go back.
In theory, there is no difference between theory and practice. In practice, there is. ...Jan van de Snepscheut
Re: Commodore 1541 demo
That was really neat. Thanks for posting.