Welcome, Guest. Please login or register.

Author Topic: How do I make ISO image of my CDTV and CD32 games?  (Read 3059 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline slestebeTopic starter

  • Newbie
  • *
  • Join Date: Aug 2004
  • Posts: 17
    • Show only replies by slestebe
How do I make ISO image of my CDTV and CD32 games?
« on: February 19, 2011, 07:23:42 PM »
Hello everybody!
Does anybody know the best way to make a ISO image of my CDTV, and cd32 games?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: How do I make ISO image of my CDTV and CD32 games?
« Reply #1 on: February 19, 2011, 07:30:51 PM »
My preferred linux method:
Code: [Select]
$ umount /dev/cdrom
$ dd if=/dev/cdrom of=foo.iso


The actual device name may vary (could be /dev/sr0 for instance).
 

Offline brownb2

  • Full Member
  • ***
  • Join Date: Aug 2010
  • Posts: 219
    • Show only replies by brownb2
    • http://www.silentdevelopment.co.uk
Re: How do I make ISO image of my CDTV and CD32 games?
« Reply #2 on: February 19, 2011, 07:31:51 PM »
Don't know if this is any good but I use LCISO - LCISO is a 14K Windows program with UI that creates ISOs and has progress a bit like XCopy/DCopy.
You might want something that runs on Amiga however...
A600 (3.48/4.46 MIPS) - 2MB Chip, 4MB PCMCIA, 11MB Fast, ACA-620 OC 680EC20@16.67/25MHz, RTC, 512MB CF HD, WB 2.1
A1200 (7.36 MIPS) - 2MB Chip 8MB Fast, MTEC Viper 68030@42MHz MMU, 68882 FPU, RTC, 1GB CF HD, T.Turbo 2, 2 Ext. Floppies, WB 3.0.
Atari 520 STFM - 1MB, Multiface ST.
Commodore 16 - 64K Mod, SD2IEC Drive
Commodore 64C - 64K, SD2IEC Drive
ZX Spectrum 48K Rubber Key - 48K, Composite Mod
ZX Spectrum +2B - 128KB
ZX Spectrum +3 - 128KB, DivIDE+ 64MB CF HD, Multiface 3.
 

Offline Duce

  • Off to greener pastures
  • Hero Member
  • *****
  • Join Date: Jul 2009
  • Posts: 1699
    • Show only replies by Duce
    • http://amigabbs.blogspot.com/
Re: How do I make ISO image of my CDTV and CD32 games?
« Reply #3 on: February 19, 2011, 07:32:37 PM »
Try Alcohol 120 on the PC, or any other capable image ripper should work fine (Nero, etc).
 

Offline ribdevil1

  • Jr. Member
  • **
  • Join Date: Jan 2010
  • Posts: 85
    • Show only replies by ribdevil1
Re: How do I make ISO image of my CDTV and CD32 games?
« Reply #4 on: February 20, 2011, 08:40:03 AM »
If you have an Amiga, you can try AMIDVD, that makes an ISO image.
Whit MakeCD ( now it's free, look in the web for his page) you even, make a CD whit your games in the HD, and works fine.
Viva AMIGA:roflmao:
Amiga 1200 -Blizzapd PPC + BVision + Mediator OS 3.9 + OS 4.0 Classic
SAM 440 Flex 800Mhz + 1Gb + Ati 9250 OS4.1u2
AmigaOne X5000 + 8Gb + Radeon R9 270
 
It\'s my new CHAMELEON 64 A C64 or an AMIGA ?
 

Offline kedawa

  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 700
    • Show only replies by kedawa
Re: How do I make ISO image of my CDTV and CD32 games?
« Reply #5 on: February 20, 2011, 04:33:09 PM »
I've had success using Alcohol 120%(not in .iso format, but native .mds/.mdf image file) and the excellent (and free) ImgBurn.
 

Offline Franko

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 5707
    • Show only replies by Franko
Re: How do I make ISO image of my CDTV and CD32 games?
« Reply #6 on: February 20, 2011, 04:56:20 PM »
On the Amiga I use my own progs "DVDripISO" & "DVDburnISO"... :)

Even though they were written specifically to Rip/Burn DVDs they do Rip/Burn CDs too... :)

They are Cli/Shell only but are quite simple to use for example...

To Rip a CD ISO image...

DVDripISO Device=scsi.device Unit=2 FileName=DH1:Zool.iso
or
DVDripISO 2 DH1:Zool.iso

To Burn a CD ISO image...

DVDburnISO Device=scsi.device Unit=2 FileName=DH1:Zool.iso
or
DVDburnISO 2 DH1:Zool.iso