Real Floppy Disk Drive for MiSTer FPGA Current Progress
-
- Site Admin
- Posts: 479
- Joined: Wed May 20, 2020 3:36 pm
- Has thanked: 227 times
- Been thanked: 805 times
Real Floppy Disk Drive for MiSTer FPGA Current Progress
- bazza_12
- Top Contributor
- Posts: 443
- Joined: Sun May 24, 2020 7:49 pm
- Location: Yorkshire, UK
- Has thanked: 263 times
- Been thanked: 121 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
- kathleen
- Top Contributor
- Posts: 421
- Joined: Fri Jun 26, 2020 4:23 am
- Location: Belgium
- Has thanked: 243 times
- Been thanked: 138 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
@bazza_12, to me you'll not need to buy an Amiga FDD, it should work with a PC drive (like with Winuae) which is still findable at low price
かすりん
- bazza_12
- Top Contributor
- Posts: 443
- Joined: Sun May 24, 2020 7:49 pm
- Location: Yorkshire, UK
- Has thanked: 263 times
- Been thanked: 121 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
- NightShadowPT
- Posts: 224
- Joined: Mon May 25, 2020 9:56 am
- Has thanked: 5 times
- Been thanked: 12 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
-
- Top Contributor
- Posts: 1441
- Joined: Mon May 25, 2020 7:54 pm
- Has thanked: 496 times
- Been thanked: 467 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
viewtopic.php?t=4469Insert Disk Two wrote: ↑Sat Apr 16, 2022 2:32 pm It's there anything similar which would allow me to use a real Commodore 1541 drive worry c64 core?
CRT SCR$ Project - building a collection of high-quality photos of CRT displays
CRT ART Books - retro-gaming books with authentic CRT photos
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
This was not reliable in Amiga core at all. I was just not able to meet timing needed for proper floppy drive control, even with some most critical pins connected directly and not via shift register. I tried with discrete chips, and also with XC97xx CPLD.
If you want to use floppy drive with Amiga core now, you just need a level converter and description/code patch which I submitted to Amiga sub on this forum. This needs more pins than just user port, but it is very reliable.
We will see, but hearing "i just started learning Verilog" on the end of the video is not very encouraging
-
- Posts: 8
- Joined: Tue Mar 21, 2023 4:56 pm
- Been thanked: 1 time
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
Is there a way that the amiga 3.2 would see a usb zip drive as a floppy or be able to use a iomega usb drive. When i try to run the amiga iomega software it keeps looking for a scsi iomega? Would love to get my 250 zip drive working on here
-
- Top Contributor
- Posts: 1321
- Joined: Thu Jun 11, 2020 2:31 am
- Has thanked: 15 times
- Been thanked: 213 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
retroricki wrote: ↑Tue Mar 21, 2023 4:58 pmIs there a way that the amiga 3.2 would see a usb zip drive as a floppy or be able to use a iomega usb drive. When i try to run the amiga iomega software it keeps looking for a scsi iomega? Would love to get my 250 zip drive working on here
No.
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
Well, it might work in another way. The usb iomega should show up under linux as /dev/sdX. You can create a symbolic link from your Amiga directory, like
ln -s /dev/sdX /media/fat/Amiga/iomega.hdf
Then you should be able to select that file as harddrive in the OSD menu. The iomega software will most probably not work though.
-
- Posts: 8
- Joined: Tue Mar 21, 2023 4:56 pm
- Been thanked: 1 time
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
Thanks i'll try the sym link and see if i can get it working thru that.
- LamerDeluxe
- Top Contributor
- Posts: 1239
- Joined: Sun May 24, 2020 10:25 pm
- Has thanked: 887 times
- Been thanked: 284 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
I wonder if support for Greaseweazle or DrawBridge could be added to MiSTer. I recently got a Greaseweazle and it works quite well with WinUAE.
I also bought a USB to IDE adapter and was able to boot from my old (professional file system formatted) Amiga 4000 harddisk with WinUAE.
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
Rob posted an update on this.
Will be awesome to get floppy support on other cores such as the Atari ST/PC and maybe even older systems like the C64/Ti-99.
I know some see this as a waste of time, but floppy disks are awesome.
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
Support for a real 1541 is one thing because its controller has its own CPU and talks over a slow interface. Getting the C64 core to talk to a PC floppy drive would involve implementing that controller in the core and doing similar things that are being done with the Amiga support.
- NightShadowPT
- Posts: 224
- Joined: Mon May 25, 2020 9:56 am
- Has thanked: 5 times
- Been thanked: 12 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
This last update from Rob is really cool and it shows how close we are to having a working device.
Was also very excited to learn that a regular PC floppy drive can be used to read/write both PC and Amiga disks without any additional hardware (besides the board that Rob has created).
I had concerns about how the floppy drive would be powered, but Rob assured me it could be through the MiSTer (for a single drive) - multiple drives will require other power sources.
Lastly, I hope the final version of the board supports USB power in addition (or instead of) the power barrel, as it is easier to find a power source that will not require yet another power outlet.
Thanks to Rob for all his hard work on this project.
- Caldor
- Top Contributor
- Posts: 930
- Joined: Sat Jul 25, 2020 11:20 am
- Has thanked: 112 times
- Been thanked: 111 times
Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress
It works I am helping test the adapter Rob is working on and it seems it might have some issues, but overall it works with most games I have tested. I made a video of what I have tested so far, but I have not uploaded it yet.
I also tried copying an ADF to a real floppy and that failed, even after finding a floppy without errors on. There are several testers so I hope we can find the possible issues with it so they can be worked out. Writing often can cause more issues than reading, so I probably should do some tests with save disks and such.
I hope it means we can soon see a production of these adapters. We will see I guess. But it works just using the user port on the analog IO board.