- Register
- Login
- Logout
Forums
- General
- Hints & Tips
- Support
- Emulation
- Programming
- Site comments
- Staff only
|
|
|
Eddy Willson |
Posted by eddyosaysyo2 at 09:29, on 23/10/2004 |
Links Section Maintainer
Posts: 245 |
I understand that they are ripped Acorn disc images for PC emulators, i was just wondering if there was any way to 'Unrip' them back so that they would work on an acorn. Contact me at eddy@drownedinsound.com Or reply to this post Thanx, eddyosaysyo2[Update] After a lot of research, I found out about : Darren Salts method which almost works, ArcImg which doesnt work on XP, !DImager which i cant get working, ArcEm, and Archie. Help me!
[Edited by eddyosaysyo2 at 14:47, 28/12/2004] |
Moderator |
[ Reply to this message | Reply and quote ] |
|
Eddy Willson |
Posted by eddyosaysyo2 at 09:30, on 20/11/2004 |
Links Section Maintainer
Posts: 245 |
Found out how to! If anybody else wants to know (as its extreemly annoying trying to find out)Make sure your disc is formatted ADFS 800k (D), open up a command prompt and type the following. *BASIC >END=&1A0000 >DIM buf% 1600*1024 For each floppy image: >SYS "OS_File",16,"image/adf",buf% TO ,,,,L% >SYS "ADFS_DiscOp",,2,0,buf%,L% Eject the disc, put it back in and it should have the correct files on it. If the disc image is 1600k then do the same with a ADFS 1.6Mb formatted disc, but Dismount it before attempting to open it. Many thanks to Darren Salt of YMBJ software for this method. |
Moderator |
[ Reply to this message | Reply and quote ] |
|
Emma Smith |
Posted by Emmstah at 15:36, on 16/12/2004 |
Member
Posts: 1 |
Hi, Sorry about ressurecting this zombie thread, but I'd like to add some notes for other people who may stumble upon this from Google like I did. . I had a couple of problems getting it working, but a little research and it all works fine. Many thanks to Darren Salt and Eddy Wilson for the original post. 1) Before you do the basic command, enter into the directory where you disk image is. in my case, it was: * DIR ADFS::Test , Where Test was the label on my floppy. 2) Caps matter. As a programmer myself, I should have realised this *thwaps head*. Windows has spoilt me! 3) In the first SYS line, "image/adf" is the filename. Make sure it matches what you have called yours, (or make your image file match this). I know it may sound obvious to many of the Acorn veterans around here, but it helped my nostalgic self and my *ahem* 'new' A3020. |
|
[ Reply to this message | Reply and quote ] |
|
Jeffrey Lee |
Posted by Phlamethrower at 11:14, on 18/12/2004 |
AA staff
Posts: 272 |
Correct. They're exactly the same format as floppy discs use, so if you can write them byte for byte to a floppy (like the ADFS_DiscOp call does) then you should be able to transfer the data to a real disc. |
Administrator |
[ Reply to this message | Reply and quote ] |
|
Powered by alpha board version 0.26.
© Tim Fountain, 2000 - 2005.
|
|