-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hard Disk image for Apple II Ultima IV Remastered #11
Comments
I have that in my "to do" list for sure :-) Thanks for the interest! |
I just made one using the non-remastered version of Apple II Ultima IV. |
Well, the version you used to make that disk image is not the same as the 4am crack - that is the ProDOS conversion created by "san inc" (a.k.a. qkumba) available here: (ultima4 PRODOS (san inc pack).po) Qkumba did a ton of work to make that possible. He had to replace all the code that asks the user to insert a disk, introduce code to change folders, and replace several direct track/sector reads with file seeks. When I have time I plan to reach out and ask him if he may share source code of his edits with me. If I get no response, I will study the published ProDOS image and figure it out myself. Either way I am confident we can have a hard disk version of Ultima IV some day in the near future, and possibly even include it in Total Replay or some similar project. Have patience! :-) |
I recall using a hard drive connect to an apple2 for a job I worked making a video rental store database program for the apple2. The hard drive appeared as just a normal DOS 3.3 disk but somewhat larger storage space and then you could access multiple disks using the volume specifier, so CATALOG S6 D1 V10 would access a different disk than CATALOG S6 D1 V11, it probably had a custom interface card and a modified version of DOS 3.3 to support this. Not sure if any of the emulators or apple2 tools would support a larger DOS 3.3 disk image but if they did you could make a modified DOS 3.3 to access the larger disk and possibly fit all 4 disks into one disk and it probably wouldn't require any modification to the code. Switching to ProDOS would definitely require modifications to the code. |
@plaidpants as far as I know, patched DOS 3.3 has a volume size limit of about 400K unless you modify it extensively; not sure whether this would be enough for Ultima IV. Or you'd need to use several volumes. Also, it cannot easily coexist with ProDOS on the same medium. So I kind of doubt it would be a viable option. |
Total file size of all the files on all 4 disks is 212769 bytes, seems like it would be doable. |
This might also be a possibility https://apple.fandom.com/wiki/DOS.MASTER |
ultima4.po.txt |
It need someone to put it into a testSent from my iPhone 12 Pro MaxOn 28 May 2024, at 12:59 AM, James Surine ***@***.***> wrote:
This might also be a possibility
https://apple.fandom.com/wiki/DOS.MASTER
https://www.applefritter.com/content/glen-bredons-dosmaster-prodos-drives
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Is it possible to create a hard disk image for Apple II Ultima IV Remastered ?
The text was updated successfully, but these errors were encountered: