Propeller with C64
I've had a quick search but haven't found anything so far.
Has anyone devised a way of connecting a PC floppy drive to a Commodore 64 via the prop?
Or even better, been able to use an SD card with the prop to emulate a 1541 floppy drive?
If not, how difficult a task would it be?
I can only assume it'd be fairly tricky otherwise I'm sure either Jeff Ledger or Ahle2 would have done it already being C64 fans themselves
Has anyone devised a way of connecting a PC floppy drive to a Commodore 64 via the prop?
Or even better, been able to use an SD card with the prop to emulate a 1541 floppy drive?
If not, how difficult a task would it be?
I can only assume it'd be fairly tricky otherwise I'm sure either Jeff Ledger or Ahle2 would have done it already being C64 fans themselves
Comments
Such interfaces called sio2ide and sio2sd was done for 8-bit Atari. I don't know if there are any such things for c64.
Have a look at OBCs demonstration below:
And as PIK33 stated, it shouldn't be too hard to get "something" working regarding a 1541 emulator.
My interest for projects like this on the C64 faded when I got my Chameleon 64.
I know there are other options too for adding SD support to a C64 but they all seem a bit costly in the UK.
I just thought the prop would be more than capable of what I wanted, I'm quite surprised no one has done it yet.
Oh well, it gives me something to work towards
And this Chameleon thing... powerful but expensive.
Right now, I'm working slowly on a board to put the Prop into an Apple ][ computer. But, an older Apple ][+ would be a great 6502 target because it's graphics aren't coupled to the CPU tightly like they are on Atari / C64 and others. Only real issue is RAM, but a 16K+ machine should be possible on a single Prop. With XMM and friends, maybe the whole thing is possible.
In any case, the NES emulator is where one can find a 6502 core emulation working.
Actually, I'd love to do some more C64 experiments, but simply haven't had the time. My last project paid homage to the C64 using a Propeller. I'll bet I finally get my emulated C64 (the original reason I showed up here) after the Prop2 is released.
OBC
I know the 6502 quite well after coding different 6502 and variants (like HuC6280) emulators on the PC.
That reminds me of my next project; To get my PC Engine emulator running om my Raspberry Pi. And prove once and for all that not just simple 8 bit emulators can run at 60 FPS on the PI.
My emulator runs at 30 FPS on a 200 Mhz ARM so I'm pretty sure it will run full speed.
(Btw, the PC Engine is known as the TurboGrafx 16 in the USA)
It's not possible to create either a C64 floppy emulator with the prop or even use it as an interface to a PC floppy drive
That should do it
Seriously though, what you guys have produced on the prop is truly brilliant and an inspiration to the rest of us.
Any good to anybody???
Alan
How much you looking for them and where in England are you?
As far as getting a diskette to work, i sent serial to the pc and wrote it from there to diskette. I was doing all real time work and the diskette was way to slow to be useful except for logging and loading a swap buffer where low priority tasks were run.
Now my wife was running a word processing business off a C64 with a diskette at that time. Skiwriter and a C64 could run circles around a PC or even an XT. I wonder what ever happened to that 1541? Maybe I'll take a trip up to the attic....
http://www.retrocomputers.eu/tag/sd-card/
Serial communications at 400 baud, 5 I/O. A real 1541 drive could certainly be driven by a prop.
How big is that market these days?
But at the very end it mentions the IEEE 488 bus.
That protocol would be valuable.
I do not want anything for them, if they are going to a good home.
I am north of Loughborough, not in the Sunny bit!
PM me and we'll organize something.
Alan
I have replied to the PM, but the sent items doesn't show anything
If I have failed then let me know and I will have another stab at it.
Rest assured that I will hold onto the bits for you, until my wish to get back down to the south coast come true. Posting is an option but it seem that it would be cheaper to take them to China and post it back !!!
Alan.
I don't suppose you've got any of the source code or documentation from that have you?
Even datasette emulation would be a start for me
I'm planning to do the s-video mod this week and start using my C64 a bit more.
I haven't got the old breadbin model anymore but I've managed to pick up a C64C recently and want to re-live my childhood
The last I saw of my remaining C64 was back in '97, when I gave away my house.
I never got on with the 6502/10 I got Z80'd with the Nascom1/2 back in '78/9. I left behind a wife, C64, C128, BBC B (with integtal 3.5" FDD mod and ram imaging), a dog, a Nascom 2 (with integral FDD) and smashed up PCs (486s and below, bless). I realy miss the Nascom, and the dog (RIP).
<br>
I've done that myself (gave away the house) to an ex. No further comments necessary (except years later she wrote me a nasty letter addressed to me with '-A$$' added to my last name on the envelope). That made even the mail-man laugh. (Forum editor changed A S S to *** so had to mod it.)
That code was two harddrives ago, but I'll see what I can round up.. Perhaps Ahle2 can be of assistance as well.
Edit: Here's the thread: http://forums.parallax.com/showthread.php?99751-C64-Datasette-emulator-with-the-Propeller
OBC