Skip to content
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

Open
wyatt-wong opened this issue Jul 28, 2022 · 9 comments
Open

Hard Disk image for Apple II Ultima IV Remastered #11

wyatt-wong opened this issue Jul 28, 2022 · 9 comments

Comments

@wyatt-wong
Copy link

Is it possible to create a hard disk image for Apple II Ultima IV Remastered ?

@sean-gugler
Copy link
Owner

I have that in my "to do" list for sure :-) Thanks for the interest!

@wyatt-wong
Copy link
Author

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.

Ultima IV.zip

@sean-gugler
Copy link
Owner

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! :-)

@plaidpants
Copy link

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.

@TeaRex73
Copy link

TeaRex73 commented May 26, 2024

@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.

@plaidpants
Copy link

Total file size of all the files on all 4 disks is 212769 bytes, seems like it would be doable.
ultima4files.csv

@plaidpants
Copy link

@plaidpants
Copy link

ultima4.po.txt
Here is an OzDOS image with all the files on both partitions. Not sure how to launch u4 though from here.

@wyatt-wong
Copy link
Author

wyatt-wong commented May 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants