Can you connect a real Amiga formatted disk?
- Caldor
- Top Contributor
- Posts: 930
- Joined: Sat Jul 25, 2020 11:20 am
- Has thanked: 112 times
- Been thanked: 111 times
Can you connect a real Amiga formatted disk?
I was wondering whether maybe there could be a way to connect an Amiga disk? Say you use an SD or CF card in your real Amiga which is formatted with FFS or some other Amiga file system, could it be used with the Minimig core on the MiSTer like you can use it with WinUAE?
-
- Top Contributor
- Posts: 1441
- Joined: Mon May 25, 2020 7:54 pm
- Has thanked: 497 times
- Been thanked: 467 times
Re: Can you connect a real Amiga formatted disk?
I've mounted MiSter images in WinUAE, just like SD cards from my real Amiga, so I suppose it should work.
CRT SCR$ Project - building a collection of high-quality photos of CRT displays
CRT ART Books - retro-gaming books with authentic CRT photos
-
- Top Contributor
- Posts: 531
- Joined: Tue May 26, 2020 5:06 am
- Has thanked: 87 times
- Been thanked: 211 times
Re: Can you connect a real Amiga formatted disk?
You could possibly use a symlink to achieve this.Caldor wrote: ↑Sun Sep 12, 2021 9:27 am I was wondering whether maybe there could be a way to connect an Amiga disk? Say you use an SD or CF card in your real Amiga which is formatted with FFS or some other Amiga file system, could it be used with the Minimig core on the MiSTer like you can use it with WinUAE?
Code: Select all
ln -s /dev/??? /media/fat/Amiga/TEST.HDF
this does somewhat work (slowly) with USB floppy drives under ao486.
- Caldor
- Top Contributor
- Posts: 930
- Joined: Sat Jul 25, 2020 11:20 am
- Has thanked: 112 times
- Been thanked: 111 times
Re: Can you connect a real Amiga formatted disk?
Nice. I did not know Symlinks could be links to virtual files as well and that the files could be pointing to drives.bbond007 wrote: ↑Sun Sep 12, 2021 5:00 pmYou could possibly use a symlink to achieve this.Caldor wrote: ↑Sun Sep 12, 2021 9:27 am I was wondering whether maybe there could be a way to connect an Amiga disk? Say you use an SD or CF card in your real Amiga which is formatted with FFS or some other Amiga file system, could it be used with the Minimig core on the MiSTer like you can use it with WinUAE?
"???" is the device assigned to the card reader.Code: Select all
ln -s /dev/??? /media/fat/Amiga/TEST.HDF
this does somewhat work (slowly) with USB floppy drives under ao486.
This should work with everything I guess? Floppies, CDs, drives... although I do think that this might not work for drives like this. I suspect it would require the raw data of the f.ex. CF card would match the data of an HDF file, and I do not think it does. If it does work... I am thinking it might be read only.
But either way, that really opens some possibilities.
-
- Top Contributor
- Posts: 531
- Joined: Tue May 26, 2020 5:06 am
- Has thanked: 87 times
- Been thanked: 211 times
Re: Can you connect a real Amiga formatted disk?
Not floppies on Amiga due to the USB drive not understanding the media encoding method. Maybe on ST. Not sure...
- 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: Can you connect a real Amiga formatted disk?
I love the idea of loading a game from usb floppy on the minimig.. it's completely unnecessary and I don't have any disk based games anymore, but it's total nostalgia..
The music is reversible but time is not. Turn back. Turn back
- multisystem
- Posts: 139
- Joined: Mon Jul 05, 2021 11:34 am
- Has thanked: 116 times
- Been thanked: 175 times
Re: Can you connect a real Amiga formatted disk?
Rob Smith is starting work on the Amiga Floppy interface for MiSTer - it's working in WinUAE using a real floppy drive connected via USB (Via High speed serial port on Arduino) see more in this thread - viewtopic.php?f=4&t=1538&p=27770&hilit= ... b14#p27770Caldor wrote: ↑Sun Sep 12, 2021 9:27 am I was wondering whether maybe there could be a way to connect an Amiga disk? Say you use an SD or CF card in your real Amiga which is formatted with FFS or some other Amiga file system, could it be used with the Minimig core on the MiSTer like you can use it with WinUAE?
- Caldor
- Top Contributor
- Posts: 930
- Joined: Sat Jul 25, 2020 11:20 am
- Has thanked: 112 times
- Been thanked: 111 times
Re: Can you connect a real Amiga formatted disk?
Yeah, I know. Amiga floppies are quite different. Should work with the AO486 core. There are two Amiga floppy projects I think, or at least one, and it even works, but the one making it wanted to design it to be easy to use, but unfortunately, the user-IO port on its own does not have enough signals it seems, to support a full Amiga floppy drive, so the way he got it to work used pins from the GPIO and the user-IO port if I understood it correctly.
I have not seen any updates on the thread about the project for a while now. Hoping maybe to see Greazeweasel support somehow and the floppy drive that was made to work with WinUAE on PC.
Nice I hope that will work. I have ordered a Greazeweasel so I can test this with WinUAE. I hope the WinUAE mod gets official support, as I think right now it only works with that one special modded version, so a few years from now, it might only work with that, by then, old version of WinUAE.multisystem wrote: ↑Mon Sep 13, 2021 1:01 pmRob Smith is starting work on the Amiga Floppy interface for MiSTer - it's working in WinUAE using a real floppy drive connected via USB (Via High speed serial port on Arduino) see more in this thread - viewtopic.php?f=4&t=1538&p=27770&hilit= ... b14#p27770Caldor wrote: ↑Sun Sep 12, 2021 9:27 am I was wondering whether maybe there could be a way to connect an Amiga disk? Say you use an SD or CF card in your real Amiga which is formatted with FFS or some other Amiga file system, could it be used with the Minimig core on the MiSTer like you can use it with WinUAE?
But even more so I hope to see it work with the MiSTer.