English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 20 January 2009, 23:34   #201
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Hi BlueAchenar,

Completed the test on my ESCOM A1200 (without acceleration):

AleWarp v0.1 by BlueAchenar (Jan 2009)

Buffer at 000D4BC0
Rotation 0 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 1 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 2 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 3 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 4 offset: 32744 (000D4BC0 to 000DC432)
Rotation 0 offset: 32744 (000D4BC0 to 000DCB8E)
Rotation 1 offset: 32744 (000D4BC0 to 000DCB8E)
Rotation 2 offset: 32744 (000D4BC0 to 000DCB8E)
Rotation 3 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 4 offset: 32744 (000D4BC0 to 000DCBA8)

There is a short burst of floppy drive reads while the information above is written to the screen, then the drive activity stops and the system freezes.

Note: I may have some '8's and 'B's muddled - the TV display is not brilliant.

Hope this helps
prowler is offline  
Old 20 January 2009, 23:41   #202
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by prowler View Post
Hi BlueAchenar,

Completed the test on my ESCOM A1200 (without acceleration):

AleWarp v0.1 by BlueAchenar (Jan 2009)

Buffer at 000D4BC0
Rotation 0 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 1 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 2 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 3 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 4 offset: 32744 (000D4BC0 to 000DC432)
Rotation 0 offset: 32744 (000D4BC0 to 000DCB8E)
Rotation 1 offset: 32744 (000D4BC0 to 000DCB8E)
Rotation 2 offset: 32744 (000D4BC0 to 000DCB8E)
Rotation 3 offset: 32744 (000D4BC0 to 000DCBA8)
Rotation 4 offset: 32744 (000D4BC0 to 000DCBA8)

There is a short burst of floppy drive reads while the information above is written to the screen, then the drive activity stops and the system freezes.

Note: I may have some '8's and 'B's muddled - the TV display is not brilliant.

Hope this helps
Thanks prowler, it helps. As soon as the DmaBlk interrupt is active, the application will read just fine on your computer (at least until it freezes ). I need to rest my head a little. Here's the code:
Attached Files
File Type: zip AleWarp-src.zip (13.1 KB, 123 views)
BlueAchenar is offline  
Old 20 January 2009, 23:52   #203
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by BlueAchenar View Post
Thanks prowler, it helps. As soon as the DmaBlk interrupt is active, the application will read just fine on your computer (at least until it freezes ).
You're welcome, mate.

BTW, any recommendations for RTFMing to install my PCMCIA to SD adapter and SD card to test your driver? Or is the necessary info in the Aminet archives I downloaded? (I haven't looked yet. )
prowler is offline  
Old 20 January 2009, 23:58   #204
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by prowler View Post
You're welcome, mate.

BTW, any recommendations for RTFMing to install my PCMCIA to SD adapter and SD card to test your driver? Or is the necessary info in the Aminet archives I downloaded? (I haven't looked yet. )
Solved the freezing problem. Only the interrupt remains and the app will be functional. Needless to say I haven't rested much yet.

Hummm, let's see if I remember:

- insert lines for cardpatch and cardreset in your startup-sequence (see the docs)
- copy compactflash.device to DEVS: and CF0 to.... somewhere I can't remember (StorageDevices?)
- copy fat95 to L:

That's pretty much it

Edit: Got an incomplete image (due to the missing interrupt) but it is still 5MB in size
BlueAchenar is offline  
Old 21 January 2009, 00:00   #205
Retro-Nerd
Missile Command Champion
 
Retro-Nerd's Avatar
 
Join Date: Aug 2005
Location: Germany
Age: 52
Posts: 12,467
Quote:
Originally Posted by BlueAchenar View Post
Solved the freezing problem. Only the interrupt remains and the app will be functional. Needless to say I haven't rested much yet.

Hummm, let's see if I remember:

- insert lines for cardpatch and cardreset in your startup-sequence (see the docs)
- copy compactflash.device to DEVS: and CF0 to.... somewhere I can't remember (StorageDevices?)
- copy fat95 to L:

That's pretty much it
Devs/Dosdrivers
Retro-Nerd is online now  
Old 21 January 2009, 00:14   #206
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by BlueAchenar View Post
Solved the freezing problem. Only the interrupt remains and the app will be functional. Needless to say I haven't rested much yet.

Hummm, let's see if I remember:

- insert lines for cardpatch and cardreset in your startup-sequence (see the docs)
- copy compactflash.device to DEVS: and CF0 to.... somewhere I can't remember (StorageDevices?)
- copy fat95 to L:

That's pretty much it

Edit: Got an incomplete image (due to the missing interrupt) but it is still 5MB in size
Quote:
Originally Posted by Retro-Nerd View Post
Devs/Dosdrivers
Thanks BlueAchenar and Retro! That should get me set up.

@BlueAchenar:
If you can get a working version of this program out and you require dumps to be uploaded, what's the problem with this that you mentioned earlier? (See your post #179)
prowler is offline  
Old 21 January 2009, 00:25   #207
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by prowler View Post
Thanks BlueAchenar and Retro! That should get me set up.

@BlueAchenar:
If you can get a working version of this program out and you require dumps to be uploaded, what's the problem with this that you mentioned earlier? (See your post #179)
Oh. nothing serious. It's just that the raw image will be 20MB or something in size. But if I get it working (I already did, but am not sure how and turned everything black in the process, kind of like the CAPS tools), I'll image some disks here.
BlueAchenar is offline  
Old 21 January 2009, 00:29   #208
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Quote:
Originally Posted by BlueAchenar View Post
Oh. nothing serious. It's just that the raw image will be 20MB or something in size. But if I get it working (I already did, but am not sure how and turned everything black in the process, kind of like the CAPS tools), I'll image some disks here.
20 MB
I Hope (don't get upset, I'm getting boring, I know) you'll include the "(extended) adf export" command
Supamax is offline  
Old 21 January 2009, 00:47   #209
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by Supamax View Post
20 MB
I Hope (don't get upset, I'm getting boring, I know) you'll include the "(extended) adf export" command
I need that XXXL image before I include anything at all besides reading raw images.
BlueAchenar is offline  
Old 21 January 2009, 00:49   #210
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Quote:
Originally Posted by BlueAchenar View Post
I need that XXXL image before I include anything at all besides reading raw images.
I know, I know . Just remember it as one of the last options to add

P.S. let me know when you have a stable/fast enough version to test on my A600. Or can I try it now? I fear it will give me the same results as for prowler etc.

Last edited by Supamax; 21 January 2009 at 01:09.
Supamax is offline  
Old 21 January 2009, 01:44   #211
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Who wants to have some ale? This one should work and be stable. I had a minor setback though with the DMA mode. I'm not getting the precision I wanted. Might also implement reading by polling as an option.
Attached Files
File Type: zip AleWarp.zip (8.7 KB, 122 views)
BlueAchenar is offline  
Old 21 January 2009, 01:57   #212
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Hi BlueAchenar,

I'm running it - Hooray! - (dumping the image of a floppy - Relokick 1.4a) on my A600.
It seems to work.
The reading is not so slow. Now it's at track 25. I estimate around 4-5 minutes.
The only strange thing (for now) is that it goes "hiccups", not continuously. It reads, then stops for a fraction of time, then reads again, and so on

EDIT: it finished correctly. The only issue (for now) is the disk drive led which remains on.
Supamax is offline  
Old 21 January 2009, 02:01   #213
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by Supamax View Post
Hi BlueAchenar,

I'm running it - Hooray! - (dumping the image of a floppy - Relokick 1.4a) on my A600.
It seems to work.
The reading is not so slow. Now it's at track 25. I estimate around 3-4 minutes.
The only strange thing (for now) is that it goes "hiccups", not continuously. It reads, then stops for a fraction of time, then reads again, and so on
This version is not final, keep that in mind. The hiccups is something I must fine tune yet, but don't worry, anything that could damage your drive is prevented in the code. Just be sure not to read beyond cylinder 81 if your drive doesn't support it. Tracks 162 to 165. These are disabled by default.

Edit: And it should be written in the window. It stops a while to empty the memory buffer to the destination file.
BlueAchenar is offline  
Old 21 January 2009, 02:04   #214
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Just FYI, at the end of the dump:
- disk drive led remains on
- OS will not recognize any more disk changes, until Amiga reset

Do you want image.ale uploaded (.rar compressed) to the Zone?
Better: the .ale AND the .adf files (so you can do comparisons/analysis) ?
Supamax is offline  
Old 21 January 2009, 02:10   #215
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Hi BlueAchenar,

Looks like this version is working, mate!

I typed alewarp image at the CLI prompt.

Program imaged track 0, side 0 to track 79, side 1 (158 tracks)

Created image.ale file (9,878,476 bytes) - No test done on this.

Terminated normally.

Mouse was frozen during disk reads, but active during writes.

Disk in df0: was AMI-PC LINKUP.

Well done!

prowler
prowler is offline  
Old 21 January 2009, 02:14   #216
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by Supamax View Post
Just FYI, at the end of the dump:
- disk drive led remains on
- OS will not recognize any more disk changes, until Amiga reset

Do you want image.ale uploaded (.rar compressed) to the Zone?
Better: the .ale AND the .adf files (so you can do comparisons/analysis) ?
Thanks. That would be great!


Quote:
Originally Posted by prowler View Post
Hi BlueAchenar,

Looks like this version is working, mate!

I typed alewarp image at the CLI prompt.

Program imaged track 0, side 0 to track 79, side 1 (158 tracks)

Created image.ale file (9,878,476 bytes) - No test done on this.

Terminated normally.

Mouse was frozen during disk reads, but active during writes.

Disk in df0: was AMI-PC LINKUP.

Well done!

prowler
You and the frozen mice! Thanks prowler. If you can also upload an archive that would be great. I'll image the Turrican II disk on my side to have a non-amigados disk.
BlueAchenar is offline  
Old 21 January 2009, 02:15   #217
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Uploaded to the Zone!

my image.ale (ADOS disk - no error tracks) is 9.736.376 bytes.
I included the correspondig .adf into the .rar file

Cheers!
Massimo
Supamax is offline  
Old 21 January 2009, 02:17   #218
Supamax
Da Digger :)
 
Supamax's Avatar
 
Join Date: Nov 2008
Location: Monza, Italy
Posts: 2,822
Strange that prowler and I got 2 different file sizes, if the floppies we used are ADOS...

There's probably some fine-tuning needed

EDIT: I know, I know, this version is not final! Just wondering...
Supamax is offline  
Old 21 January 2009, 02:18   #219
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by BlueAchenar View Post
Thanks prowler. If you can also upload an archive that would be great. I'll image the Turrican II disk on my side to have a non-amigados disk.
Would you like both the image.ale file and an image.adf too? Are both useful?
prowler is offline  
Old 21 January 2009, 02:19   #220
BlueAchenar
Not dead yet!!! :D
 
BlueAchenar's Avatar
 
Join Date: Feb 2008
Location: Aveiro / Portugal
Age: 42
Posts: 690
Quote:
Originally Posted by prowler View Post
Would you like both the image.ale file and an image.adf too? Are both useful?
Yes they are. The adf can be used for reference. I'm examining supamax's dump with an hex editor right now.
BlueAchenar is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vectrex collection with 3D Imager, light-pen and complete set of games Tolls Retrogaming General Discussion 5 24 April 2011 13:45
Disk-2-Disk by Central Coast Software (full or demo version) mark_k request.Apps 3 09 July 2006 14:10
How can a floppy be a PC 720k disk and an Amiga 880k disk at the same time? dreamkatcha New to Emulation or Amiga scene 33 24 July 2004 14:25
Newbie question: how to access files on an Amiga disk using PC disk drive? Nethead New to Emulation or Amiga scene 5 04 July 2003 23:07
G Soft Audio Imager Syko support.Hardware 0 13 November 2002 18:48

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:39.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11831 seconds with 14 queries