I am looking for back up disk for SEGA GAIN GROUND

The place for all discussion on gaming hardware
Post Reply
User avatar
arkadia74
Posts: 64
Joined: Fri Jun 13, 2008 4:35 am

I am looking for back up disk for SEGA GAIN GROUND

Post by arkadia74 »

Hi

I am drkitty,looking for back up disk for SEGA system 24 GAIN GROUND (317-0058-03C,3p,world version)
Unfortunately I lost original disk,cannot play the game any more.
Other region disk(JAPAN/US ver) does not work on my pcb.Need only world version.
Does anyone has this version??
Please help me.

I am willing to pay for the back up disk.
Please contact me freely if you have the version.
Thanks for reading.
User avatar
system11
Posts: 6294
Joined: Tue Jan 25, 2005 10:17 pm
Location: UK
Contact:

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by system11 »

The gground.zip MAME set contains the disk image, then you need something like rawrite or another PC tool for writing raw floppy disk images.
System11's random blog, with things - and stuff!
http://blog.system11.org
User avatar
arkadia74
Posts: 64
Joined: Fri Jun 13, 2008 4:35 am

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by arkadia74 »

Hi

It is not impossible to copy mame image with pc.
blank disk 1.44M byte.
mame image 1.8M byte.

No one can not copy the mame image into blank disk.


Thank you.





system11 wrote:The gground.zip MAME set contains the disk image, then you need something like rawrite or another PC tool for writing raw floppy disk images.
User avatar
Ed Oscuro
Posts: 18654
Joined: Thu Dec 08, 2005 4:13 pm
Location: uoıʇɐɹnƃıɟuoɔ ɯǝʇsʎs

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by Ed Oscuro »

Hi there, here's some information on the disk:
http://forum.kryoflux.com/viewtopic.php?f=4&t=194

There seems to be some confusion about whether 1.8MiB file size is a barrier or not. I agree it looks like a problem - it's not something that most floppies achieve in normal operation...or even in a different selected mode (like 1.3MB floppy, or 720K format as in a MSX).
User avatar
system11
Posts: 6294
Joined: Tue Jan 25, 2005 10:17 pm
Location: UK
Contact:

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by system11 »

arkadia74 wrote:Hi

It is not impossible to copy mame image with pc.
blank disk 1.44M byte.
mame image 1.8M byte.

No one can not copy the mame image into blank disk.


Thank you.
1.44m is the size of a *formatted* floppy disk, that's with the Microsoft FAT filesystem on it. *unformatted* capacity is higher. The image is a proprietry format, you don't copy the image to a formatted disk, you write the image file over the disk as a bit level operation - hence using rawwrite or similar floppy imaging tool. You can see from photos of the game that the floppy used is a standard HD floppy.
System11's random blog, with things - and stuff!
http://blog.system11.org
Ex-Cyber
Posts: 1401
Joined: Thu Oct 25, 2007 12:43 am

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by Ex-Cyber »

From the MAME driver:
Floppy Drive is a standard 1.44 High Density drive, but the controller is custom and the floppy disk format is custom. The floppy disk can be read with "Anadisk" depending on the PC being used and it's floppy controller. Most clone PC's can't read the System 24 floppies even with "Anadisk"[1]. But many brand-name PC's can. It's likely due to the propietry nature of the components used in brand-name PC's. Generally the older and crappier the PC is, the better chance you have of being able to read the floppy ;-)

[1] Actually, most can _except_ for the Hotrod disks. Those 8K sectors are deadly.
system11 wrote:The image is a proprietry format, you don't copy the image to a formatted disk, you write the image file over the disk as a bit level operation - hence using rawwrite or similar floppy imaging tool. You can see from photos of the game that the floppy used is a standard HD floppy.
rawrite images only contain sector contents, not formatting information. The write is only "raw" in the sense that it bypasses the filesystem; it still depends on the image being for a supported format.
User avatar
arkadia74
Posts: 64
Joined: Fri Jun 13, 2008 4:35 am

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by arkadia74 »

To system11 & ex-cyber.
Thanks for great info.

If I do as followings,Can I get a wroking GAIN GROUND disk?
1.Not format brand new disk.
2.Copy the image(1.88M) with "rawwrite" tool.


Thanks again.








arkadia74 wrote:Hi

I am drkitty,looking for back up disk for SEGA system 24 GAIN GROUND (317-0058-03C,3p,world version)
Unfortunately I lost original disk,cannot play the game any more.
Other region disk(JAPAN/US ver) does not work on my pcb.Need only world version.
Does anyone has this version??
Please help me.

I am willing to pay for the back up disk.
Please contact me freely if you have the version.
Thanks for reading.
kebrank
Posts: 180
Joined: Tue Aug 02, 2005 6:43 pm

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by kebrank »

I would tell you how to do it but I don't read the forums. PM on ebay :lol:

\o/.k.
User avatar
arkadia74
Posts: 64
Joined: Fri Jun 13, 2008 4:35 am

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by arkadia74 »

To system11

It was wrong info.
I found out can not burn mame image with Rawwite.
rawwrite does not support unformatted(2.0M) disk.
I failured to make a disk for actual system-24 board.

Anyway, I appreciate your advice.





arkadia74 wrote:Hi

I am drkitty,looking for back up disk for SEGA system 24 GAIN GROUND (317-0058-03C,3p,world version)
Unfortunately I lost original disk,cannot play the game any more.
Other region disk(JAPAN/US ver) does not work on my pcb.Need only world version.
Does anyone has this version??
Please help me.

I am willing to pay for the back up disk.
Please contact me freely if you have the version.
Thanks for reading.
kebrank
Posts: 180
Joined: Tue Aug 02, 2005 6:43 pm

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by kebrank »

So you don't read the forums, right? Only ebay, hahahaha :lol:
User avatar
system11
Posts: 6294
Joined: Tue Jan 25, 2005 10:17 pm
Location: UK
Contact:

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by system11 »

Hm, shame. I would use Linux and just cat <file> > /dev/fdXXX (not the exact command) myself, but I don't own any machines with a floppy drive to test this on.
System11's random blog, with things - and stuff!
http://blog.system11.org
User avatar
papa_november
Posts: 107
Joined: Sun May 17, 2009 2:14 am
Location: California

Re: I am looking for back up disk for SEGA GAIN GROUND

Post by papa_november »

RawWrite won't work. You need something with direct floppy controller access, as well as exact info on the floppy's custom geometry. (System 24 uses non-standard track and sector counts to squeeze 1.8MB onto a standard high-density floppy; the drive/controller hardware itself isn't particularly unusual.) There may be DOS PC programs around that can do it, but you can't use a USB floppy drive. OmniFlop could work, especially if you are able to get in touch with the author and have the disk geometry. KryoFlux has no write support for the System 24 format, though I'm sure it can read it.

I would suggest contacting Charles McDonald, as he worked on the MAME driver and is likely to remember how to copy System 24 disks.
Post Reply