Web Images Videos Maps News Groups Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
disk image emulator on the GS - possible?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  24 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nyder  
View profile  
 More options Jul 1, 10:22 pm
Newsgroups: comp.sys.apple2
From: nyder <nyder...@gmail.com>
Date: Wed, 1 Jul 2009 05:22:09 -0700 (PDT)
Local: Wed, Jul 1 2009 10:22 pm
Subject: disk image emulator on the GS - possible?
Sorry if this question has been asked before, I tried seaching, but
kept getting stuff for the SVD or emulators.

Just wonder how possible is a disk image emulator for the GS?

I figure you need 2 megs of space for the biggest images, which is
very possible with ram cards.

would the overhead be too much?

It's just it seems a lot of disk are in the 2mg format, and it seems
currently you have to use emulators to convert them into something
readable by the GS.   So it got my wondering why someone hasn't made
one before.  I know I can't be the first person to think of it. so it
must be some hardware limitation or something.

Anyways, thanks for listening, and if this is a stupid question, i'm
ready for some stupid answers.  lol

thanks


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
schmidtd  
View profile  
 More options Jul 1, 10:48 pm
Newsgroups: comp.sys.apple2
From: schmidtd <schmi...@my-deja.com>
Date: Wed, 1 Jul 2009 05:48:19 -0700 (PDT)
Local: Wed, Jul 1 2009 10:48 pm
Subject: Re: disk image emulator on the GS - possible?
On Jul 1, 8:22 am, nyder <nyder...@gmail.com> wrote:

> Just wonder how possible is a disk image emulator for the GS?

Do you mean like the RAM disk that's built into the GS control panel?

> It's just it seems a lot of disk are in the 2mg format, and it seems
> currently you have to use emulators to convert them into something
> readable by the GS.

Well, the 2mg needs to be stripped of its 2mg header, but that's about
it.  The raw disk data can then be loaded on a physical (or RAM) disk
by any of a number of file or disk transfer methods.  What do you want
to do, exactly?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 2, 3:44 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Wed, 01 Jul 2009 17:44:44 GMT
Local: Thurs, Jul 2 2009 3:44 am
Subject: Re: disk image emulator on the GS - possible?

"nyder" <nyder...@gmail.com> wrote in message

news:169a0537-cda8-4351-aba3-df8248c22fb8@d32g2000yqh.googlegroups.com...

> Sorry if this question has been asked before, I tried seaching, but
> kept getting stuff for the SVD or emulators.

> Just wonder how possible is a disk image emulator for the GS?

> I figure you need 2 megs of space for the biggest images, which is
> very possible with ram cards.

> would the overhead be too much?

Possibly, depending on how many of the disk image formats you want to
support and how robust you want that support to be.  There are quite a
few disk image formats and some allow almost anything in the image.
Even the 2mg format has documented support for 3 types of images and
there have been less well documented attempts to add more image types.
So any code written to use disk images in a GS would have to determine
what format the image is (it can't just look at the file extension) and
it would have to determine if there was enough memory available to
handle the image.  A 2mg, .po, or .hdv image *can* be just under
32MBytes.
I believe all of this can be done if you don't expect it to handle
everything.  I'm not sure it's worth the effort though.

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 2, 4:02 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Wed, 01 Jul 2009 18:02:15 GMT
Local: Thurs, Jul 2 2009 4:02 am
Subject: Re: disk image emulator on the GS - possible?

"schmidtd" <schmi...@my-deja.com> wrote in message

news:0013e6f9-ed4d-4d3d-a49c-eab7b9995118@z14g2000yqa.googlegroups.com...
On Jul 1, 8:22 am, nyder <nyder...@gmail.com> wrote:

>> Just wonder how possible is a disk image emulator for the GS?
> Do you mean like the RAM disk that's built into the GS control panel?
>> It's just it seems a lot of disk are in the 2mg format, and it seems
>> currently you have to use emulators to convert them into something
>> readable by the GS.
> Well, the 2mg needs to be stripped of its 2mg header, but that's about
> it.  The raw disk data can then be loaded on a physical (or RAM) disk
> by any of a number of file or disk transfer methods.

The 2mg format supports at least 3 types of data, including nibbles.
Just stripping off the header and loading the data into a RAM disk *may*
work as a quick and dirty method but I wouldn't advise doing this as a
regular way to use 2mg images.  Also the 2mg format allows for comments
anywhere in the image.  Although I've never seen an image that used this
feature, it wouldn't surprise me to find one.

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
schmidtd  
View profile  
 More options Jul 2, 4:37 am
Newsgroups: comp.sys.apple2
From: schmidtd <schmi...@my-deja.com>
Date: Wed, 1 Jul 2009 11:37:24 -0700 (PDT)
Local: Thurs, Jul 2 2009 4:37 am
Subject: Re: disk image emulator on the GS - possible?
On Jul 1, 1:44 pm, "Charlie" <charlieD...@verEYEzon.net> wrote:

> "nyder" <nyder...@gmail.com> wrote in message

> So any code written to use disk images in a GS would have to determine
> what format the image is (it can't just look at the file extension) and
> it would have to determine if there was enough memory available to
> handle the image.  A 2mg, .po, or .hdv image *can* be just under
> 32MBytes.

And that's exactly the approach that emulators, CiderPress, FishWings,
AppleCommander, ADT, and ADTPro, and the like take - they analyze the
disk contents, make a determination about that the format is,
translate it to a normalized form, and then use it, transmit it,
present it, or save it to something else.

Lacking imagination, my solution is to keep those translation tools in
place, and have a transmitter send normalized disk image contents into
a RAM (or physical!) disk.  I now see having functionality on the GS
end that could do its own interpretation of a raw image and "mount" it
so the OS can see it.  But as you point out, that pre-supposes you
have an even-larger device online that can house the image in the
first place, as well as memory to host the interpreted image.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Jul 2, 6:15 am
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Wed, 1 Jul 2009 13:15:49 -0700 (PDT)
Local: Thurs, Jul 2 2009 6:15 am
Subject: Re: disk image emulator on the GS - possible?
Hi All,

I like that post, I worked on such a IIgs thing in January 2009 in
order to mount CBM D64 images.

The objective is to double-click a disk image (DSK, PO) and thanks to
the IPC thing in a PIF, load the file into memory, perform the
necessary checks and add it into the list of devices.

What is interesting is that the driver is responsible for the
different block reads and writes or inits and that's all, the rest of
the job is performed by the FSTs.

I developed that new driver with my source code of the RAM5 (works
with the RAM but is firmware related) and ensoniqRAM (not hardware
related) drivers but I failed as I am still unable to simulate the
disk insertion or ejection which would update the device list, even
with the help of the different GS/OS books.

If one understands that notion (how to mount/unmount a device), please
contact me and I will finish that one during my summer vacation,

antoine


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 2, 6:24 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Wed, 01 Jul 2009 20:24:49 GMT
Local: Thurs, Jul 2 2009 6:24 am
Subject: Re: disk image emulator on the GS - possible?

"schmidtd" <schmi...@my-deja.com> wrote in message

news:1a310a49-5be7-476d-a3ec-4468c38613ff@h8g2000yqm.googlegroups.com...

Agreed.

> Lacking imagination, my solution is to keep those translation tools in
> place, and have a transmitter send normalized disk image contents into
> a RAM (or physical!) disk.

That sounds like a good idea since it builds on what we already have but
I felt the original poster wanted the GS to handle the emulation of a
disk image.

> I now see having functionality on the GS
> end that could do its own interpretation of a raw image and "mount" it
> so the OS can see it.  But as you point out, that pre-supposes you
> have an even-larger device online that can house the image in the
> first place, as well as memory to host the interpreted image.

The more I think about it the more complicated it gets. (or maybe its
just me making problems where none exists :-)
For instance, I envision a program running on the GS that would emulate
the booting of the image and then turning over the actually running of
the programs on the disk image to the GS hardware.  Reading and writing
to the image would have to be diverted from the hardware back to the
image emulator.  If the image was loaded completely into RAM then some
mechanism would be needed to ensure that data written to the image
wouldn't be lost when the program quits.

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
schmidtd  
View profile  
 More options Jul 2, 6:38 am
Newsgroups: comp.sys.apple2
From: schmidtd <schmi...@my-deja.com>
Date: Wed, 1 Jul 2009 13:38:34 -0700 (PDT)
Local: Thurs, Jul 2 2009 6:38 am
Subject: Re: disk image emulator on the GS - possible?
On Jul 1, 4:24 pm, "Charlie" <charlieD...@verEYEzon.net> wrote:
> The more I think about it the more complicated it gets. (or maybe its
> just me making problems where none exists :-)
> For instance, I envision a program running on the GS that would emulate
> the booting of the image and then turning over the actually running of
> the programs on the disk image to the GS hardware.  Reading and writing
> to the image would have to be diverted from the hardware back to the
> image emulator.  If the image was loaded completely into RAM then some
> mechanism would be needed to ensure that data written to the image
> wouldn't be lost when the program quits.

On the face of it, this all sounds a lot like the Mac works with .dmg
images - it makes them mountable and then visible to the filesystem.
No problem, if reading files is our goal.  But if the OP wants to
_boot_ off of them, we have a whole other kettle of fish. :-)

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher G. Mason  
View profile  
 More options Jul 2, 9:03 am
Newsgroups: comp.sys.apple2
From: "Christopher G. Mason" <c...@my-deja.com>
Date: Wed, 01 Jul 2009 23:03:27 GMT
Local: Thurs, Jul 2 2009 9:03 am
Subject: Re: disk image emulator on the GS - possible?

schmidtd wrote:
> On the face of it, this all sounds a lot like the Mac works with .dmg
> images - it makes them mountable and then visible to the filesystem.
> No problem, if reading files is our goal.  But if the OP wants to
> _boot_ off of them, we have a whole other kettle of fish. :-)

The quick and dirty way of doing this is to make a RAM disk the same
size as the image (normally 800k for the IIgs), formatting it (to write
the boot blocks), and then writing the 2mg file with DiskMaker to the
RAM disk. This of course won't work with demos because they expect to
run off a real 800k disk being controlled by the IWM chip.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 2, 9:52 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Wed, 01 Jul 2009 23:52:07 GMT
Local: Thurs, Jul 2 2009 9:52 am
Subject: Re: disk image emulator on the GS - possible?

"Toinet" <antoine.vig...@laposte.net> wrote in message

news:cc928f2a-ebb1-4549-9345-0aa5a2d46bfb@z14g2000yqa.googlegroups.com...

Hi Antoine,

I'm really glad you jumped into this discussion since I feel I was
getting in way over my head.
It seems you are very close to what the original poster wanted.

First I have to say that I've never done any device driver programming
for the Apple IIgs. Since I don't want anyone to think I would let my
ignorance stop me from posting I'll ask if you have tried using the
system service call SET_DISKSW which is supposed to notify GS/OS that a
disk switched or is in an off-line condition.  If I understand the
description of the call (page 283 of the device driver reference)
drivers can request a change in the disk switched status which is
maintained by the device dispatcher.  I believe the device dispatcher is
responsible for the device list.

Anyway the description sounds a lot like what you want so I had to ask.

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael J. Mahon  
View profile  
 More options Jul 3, 4:36 am
Newsgroups: comp.sys.apple2
From: "Michael J. Mahon" <mjma...@aol.com>
Date: Thu, 02 Jul 2009 11:36:43 -0700
Local: Fri, Jul 3 2009 4:36 am
Subject: Re: disk image emulator on the GS - possible?

Charlie wrote:
> Also the 2mg format allows for comments
> anywhere in the image.  Although I've never seen an image that used this
> feature, it wouldn't surprise me to find one.

That sounds like a *terrible* idea.

A disk image is a regular structure that can be indexed into.
Interpolating "comments" demands sequential reading for a
negligible value.

This "feature" should be removed from the .2mg "standard".

If the comments are part of the header, they would make it a
variable-length header, which is also a big downside for a
small upside.

The only "minimally-distruptive" way to add comments to an
image would be to suffix them--and even that makes the size
of an image vary, which most would interpret as an error.

-michael

NadaNet and AppleCrate II: parallel computing for Apple II computers!
Home page: http://home.comcast.net/~mjmahon

"The wastebasket is our most important design
tool--and it's seriously underused."


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Jul 3, 6:57 am
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Thu, 2 Jul 2009 13:57:42 -0700 (PDT)
Local: Fri, Jul 3 2009 6:57 am
Subject: Re: disk image emulator on the GS - possible?
On 2 juil, 01:52, "Charlie" <charlieD...@verEYEzon.net> wrote:

Thanks for your help, I appreciate. SET_DISKSW requires a device
number which I do not have as I need to let it be set by the device
dispatcher.

Then, I have had an idea: browse the contents of your Apple II
Developer CDs and the answer is to be found here: cd1 / System 6.0
sample code / System 6 pieces / SCSI.Drivers / SCSI Driver Mgmt

The way the Apple SCSI driver works is described hereafter: have a
default empty Device Independent Block and set it as not HW related.
That's all.

When a DStatus or DInfo is performed, control is passed to a routine
(unit_state) which creates DIBs dynamically depending on the
physical / logical volumes present on the device.

Consider now that we are in the FinderExtension, we have just double-
clicked the disk image we want to add to the system, we need to tell
our driver that a new device (then volume if recognized) must come
online. That can be done of two different ways:
- call a subcall to the driver and tell it to add the volume and make
it online (if not already in the devices)
- perform like IR from M. Deatherage does: InitialLoad2 a new driver,
set the interesting values and call it

And the volume will come online because of the SET_DISKSW call that
will be performed!

Oh, I think I will enjoy my summer holidays!

antoine


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John B. Matthews  
View profile  
 More options Jul 3, 7:13 am
Newsgroups: comp.sys.apple2
From: "John B. Matthews" <nos...@nospam.invalid>
Date: Thu, 02 Jul 2009 17:13:08 -0400
Local: Fri, Jul 3 2009 7:13 am
Subject: Re: disk image emulator on the GS - possible?
In article <1OydnUMe6ZzUY9HXnZ2dnUVZ_gidn...@giganews.com>,
 "Michael J. Mahon" <mjma...@aol.com> wrote:

Quite right. It looks like the (optional) comment is found after the
disk image data itself.

<http://apple2.org.za/gswv/a2zine/Docs/DiskImage_2MG_Info.txt>

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Polymorph  
View profile  
 More options Jul 3, 9:14 am
Newsgroups: comp.sys.apple2
From: Polymorph <polymorp...@hotmail.com>
Date: Thu, 2 Jul 2009 16:14:39 -0700 (PDT)
Local: Fri, Jul 3 2009 9:14 am
Subject: Re: disk image emulator on the GS - possible?
On Jul 3, 6:57 am, Toinet <antoine.vig...@laposte.net> wrote:

Cool, we look forward to seeing the results!

As an aside, for a relative newcomer to the IIgs (I got my 1st IIgs in
2006!), are the developer CD's with source code that you mentioned
still available anywhere? I'd love to get my hands on these rather
than trying to reinvent the wheel all the time.  :-)

Cheers,
Mike


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 3, 10:14 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Fri, 03 Jul 2009 00:14:35 GMT
Local: Fri, Jul 3 2009 10:14 am
Subject: Re: disk image emulator on the GS - possible?

"Michael J. Mahon" <mjma...@aol.com> wrote in message
news:1OydnUMe6ZzUY9HXnZ2dnUVZ_gidnZ2d@giganews.com...

> Charlie wrote:

>> Also the 2mg format allows for comments anywhere in the image.
>> Although I've never seen an image that used this feature, it wouldn't
>> surprise me to find one.

> That sounds like a *terrible* idea.

:-)

> A disk image is a regular structure that can be indexed into.
> Interpolating "comments" demands sequential reading for a
> negligible value.

As I mentioned it may have never been done.  I should explain that there
is only one comment pointer and one creator data pointer in the header
(and cooresponding length longwords).  So at most there would be only
two breaks in the disk data if someone was perverse enough to put it
anywhere other than before or after the disk data.

> This "feature" should be removed from the .2mg "standard".

Well, it actually has been but quite a while after many 2mg images were
already made.  There are two slightly different 2mg format specs that I
have seen and the later one specifically says that the comment and
creator data chunks must come after the disk data.

> If the comments are part of the header, they would make it a
> variable-length header, which is also a big downside for a
> small upside.

Normally the header is 64 bytes long but there is a header length word
in the header leading me to believe that the original intent was for it
to be extensible.

> The only "minimally-distruptive" way to add comments to an
> image would be to suffix them--and even that makes the size
> of an image vary, which most would interpret as an error.

My intention wasn't to make it sound worse than it is (although I admit
that's what I accomplished).  It was just to make people aware that just
chopping off a header isn't a good thing for a program to do if it wants
to be reasonably robust.  The header is there for a reason and it
carries important information about itself as well as the original disk
it was made from (write protect, volume number and data order).
Even with its ambiguities I like the 2mg format. At least it is
documented.

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 3, 10:56 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Fri, 03 Jul 2009 00:56:43 GMT
Local: Fri, Jul 3 2009 10:56 am
Subject: Re: disk image emulator on the GS - possible?

"John B. Matthews" <nos...@nospam.invalid> wrote in message
news:nospam-39CE32.17130802072009@news.aioe.org...

Yes, that is version 1 of the 2mg format (documented by Eric Shepherd in
1999 I believe).  It is the better of the two I've seen since it spells
out where the comments and creator data should go.  Unfortunately, there
is an earlier version 0 (I believe  documented by Thomas Fok who wrote
Revival) of the format that does not define where the comments and
creator data should go (I don't have a working link to that version any
more).  When writing a program to use a 2mg image you could look at the
version number to determine whether you need to delve further into the
structure of the file.   Or you could just assume that nobody has ever
put a comment in a stupid place.  My luck, 5 minutes after I put such a
program on the internet I'd get an email from somebody complaining about
how my program couldn't read their 2mg files :-)

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 3, 11:01 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Fri, 03 Jul 2009 01:01:46 GMT
Local: Fri, Jul 3 2009 11:01 am
Subject: Re: disk image emulator on the GS - possible?

"Toinet" <antoine.vig...@laposte.net> wrote in message

news:7043cd4b-8156-4504-b0b3-634cb76f075a@t21g2000yqi.googlegroups.com...
>--------------------------

Thanks for your help, I appreciate. SET_DISKSW requires a device
number which I do not have as I need to let it be set by the device
dispatcher.

Then, I have had an idea: browse the contents of your Apple II
Developer CDs and the answer is to be found here: cd1 / System 6.0
sample code / System 6 pieces / SCSI.Drivers / SCSI Driver Mgmt

The way the Apple SCSI driver works is described hereafter: have a
default empty Device Independent Block and set it as not HW related.
That's all.

When a DStatus or DInfo is performed, control is passed to a routine
(unit_state) which creates DIBs dynamically depending on the
physical / logical volumes present on the device.

Consider now that we are in the FinderExtension, we have just double-
clicked the disk image we want to add to the system, we need to tell
our driver that a new device (then volume if recognized) must come
online. That can be done of two different ways:
- call a subcall to the driver and tell it to add the volume and make
it online (if not already in the devices)
- perform like IR from M. Deatherage does: InitialLoad2 a new driver,
set the interesting values and call it

And the volume will come online because of the SET_DISKSW call that
will be performed!

Oh, I think I will enjoy my summer holidays!

antoine

-------------------------<

Yes, enjoy your holidays.  It sounds like you are having fun already.

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John B. Matthews  
View profile  
 More options Jul 3, 11:52 am
Newsgroups: comp.sys.apple2
From: "John B. Matthews" <nos...@nospam.invalid>
Date: Thu, 02 Jul 2009 21:52:45 -0400
Local: Fri, Jul 3 2009 11:52 am
Subject: Re: disk image emulator on the GS - possible?
In article <fHc3m.511$P5....@nwrddc02.gnilink.net>,

Interesting. I recall a 2mg image passing by recently; it appeared to be
v1 in having a suffix comment. Andy McFadden puzzled it out for
CiderPress, but I've misplaced the thread.

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher G. Mason  
View profile  
 More options Jul 3, 2:37 pm
Newsgroups: comp.sys.apple2
From: "Christopher G. Mason" <c...@my-deja.com>
Date: Fri, 03 Jul 2009 04:37:07 GMT
Local: Fri, Jul 3 2009 2:37 pm
Subject: Re: disk image emulator on the GS - possible?

Charlie wrote:
> Yes, that is version 1 of the 2mg format (documented by Eric Shepherd in
> 1999 I believe).

Its sad that I remember the 1997 Usenet exchange on
comp.emulators.apple2 between Josh Thompson (author of XGS) and Henrik
Gudat (co-author of Bernie) creating that format. Prior to that, XGS and
Bernie used separate proprietary formats to handle images. Revival II
appeared shortly after that, I actually have a copy of an early release
somewhere. I also have a program called FishWings, one of the first
programs that allowed manipulating of files in 2img images.

<http://groups.google.com/group/comp.emulators.apple2/browse_thread/th...>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Polymorph  
View profile  
 More options Jul 3, 5:23 pm
Newsgroups: comp.sys.apple2
From: Polymorph <polymorp...@hotmail.com>
Date: Fri, 3 Jul 2009 00:23:16 -0700 (PDT)
Local: Fri, Jul 3 2009 5:23 pm
Subject: Re: disk image emulator on the GS - possible?
On Jul 3, 9:14 am, Polymorph <polymorp...@hotmail.com> wrote:

Sorry, please disregard my previous comment regarding the developer
CD's!

I just remembered that I have some of these CD's too thanks to the
generous efforts of Paul R. Santa-Maria, and Willi who uploaded them
to the Apple II Gmail account about 18 months ago. I really should go
through these CD's when I get some free time....

Cheers,
Mike


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
schmidtd  
View profile  
 More options Jul 3, 10:21 pm
Newsgroups: comp.sys.apple2
From: schmidtd <schmi...@my-deja.com>
Date: Fri, 3 Jul 2009 05:21:21 -0700 (PDT)
Local: Fri, Jul 3 2009 10:21 pm
Subject: Re: disk image emulator on the GS - possible?
On Jul 2, 9:52 pm, "John B. Matthews" <nos...@nospam.invalid> wrote:

AppleCommander handled them incorrectly at first too; I got to repair
that one as well.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John B. Matthews  
View profile  
 More options Jul 3, 11:59 pm
Newsgroups: comp.sys.apple2
From: "John B. Matthews" <nos...@nospam.invalid>
Date: Fri, 03 Jul 2009 09:59:06 -0400
Local: Fri, Jul 3 2009 11:59 pm
Subject: Re: disk image emulator on the GS - possible?
In article
<7fe3adf4-8381-4a29-8d83-c622fd97e...@h18g2000yqj.googlegroups.com>,

Egad! I completely forgot:

<http://applecommander.cvs.sourceforge.net/viewvc/applecommander/AppleCom
mander/src/com/webcodepro/applecommander/storage/Disk.java?revision=1.26&
view=markup>

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charlie  
View profile  
 More options Jul 4, 3:44 am
Newsgroups: comp.sys.apple2
From: "Charlie" <charlieD...@verEYEzon.net>
Date: Fri, 03 Jul 2009 17:44:58 GMT
Local: Sat, Jul 4 2009 3:44 am
Subject: Re: disk image emulator on the GS - possible?

"Christopher G. Mason" <c...@my-deja.com> wrote in message
news:TVf3m.538$P5.185@nwrddc02.gnilink.net...

> Charlie wrote:
>> Yes, that is version 1 of the 2mg format (documented by Eric Shepherd
>> in 1999 I believe).

> Its sad that I remember the 1997 Usenet exchange on
> comp.emulators.apple2 between Josh Thompson (author of XGS) and Henrik
> Gudat (co-author of Bernie) creating that format. Prior to that, XGS
> and Bernie used separate proprietary formats to handle images. Revival
> II appeared shortly after that, I actually have a copy of an early
> release somewhere. I also have a program called FishWings, one of the
> first programs that allowed manipulating of files in 2img images.

> <http://groups.google.com/group/comp.emulators.apple2/browse_thread/th...>

Interesting thread.  That was just before I discovered emulators and for
that matter newsgroups.  I bought my first PC in 1997.  Before that it
was all Apple II.

By the way, I'm *very* familiar with FishWings :-)

Charlie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Aug 9, 2:04 am
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Sat, 8 Aug 2009 09:04:08 -0700 (PDT)
Local: Sun, Aug 9 2009 2:04 am
Subject: Re: disk image emulator on the GS - possible?
On 1 juil, 14:22, nyder <nyder...@gmail.com> wrote:

On Saturday, 8/AUG/2009, @ 5:54 PM (Paris time), my answer is: YES, a
disk image emulator for the GS is possible. I have one ;-) Genesys, a
resource editor, works like a charm from my virtual disk image driver
(.com)

The code is quite clean but there are things remaining to do (do not
restrict to 800KB ProDOS 2MG disk images ;-) As I do not have my Mac
with me, I cannot upload things easily on our website. That will leave
me some time to code the remaining stuff...

Antoine
Brutal Deluxe Software


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google