Welcome, Guest. Please login or register.

Author Topic: Disc conversion  (Read 3063 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Disc conversion
« on: October 05, 2010, 09:51:45 PM »
Quote from: johnfin;583070
How hard is it to convert amiga game discs to ibm disc images without the use of amiga equipment?
If you by "ibm disc images" mean ADF, then this is the cheapest solution for creating them without any amiga hardware:
Code: [Select]
adfread 1.1 (24.12.2006)
========================

Adfread will allow you to create ADF floppy disk images from regular
Amiga disks using standard PC hardware. It uses same method as Disk2FDI
but is compatible with Windows 2000 and newer.

Requirements:

- Windows 2000/XP/2003/Vista
- PC mainboard must have hardware support for 2 floppy drives
  Unfortunately most modern PC mainboards don't have B: drive motor
  and select signals connected. MB is compatible if you can configure
  both A: and B: drives in BIOS. (usually..)
- 2 non-USB floppy drives installed on the same cable
- Regular format Amiga disks without any copy-protection
- A normal PC-formatted 1.44M floppy

Changes from 1.0 to 1.1:

- Improved internal disk operations
- Adfread can be run multiple times and only damaged sectors are
  retried (uses <name of adf>.status file to store sector status
  information)
- Small fixes and update

You can download adfread from http://www.winuae.net/frames/download.html

As you may have noticed it won't work for copy protected game disks.
« Last Edit: October 05, 2010, 09:53:59 PM by Piru »