-
Notifications
You must be signed in to change notification settings - Fork 6
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
Apple //c ROMs Selection? #33
Comments
The next version will include more //c options. |
Thanks - in the meantime, I cloned the repo and was willing to compile it myself - I noticed there are some dependencies, how do I get the required dependencies to compile it on Xcode? |
Nevermind - I managed to compile it myself; I tested it and it ran flawlessly. I have a small feedback for you if you don't mind it, always with the intention of helping you:
Below I have a small excerpt from Big Mess o'Wires website, which describes the details for each of the 4 available ROM versions for the //c:
Source: https://www.bigmessowires.com/2015/05/29/apple-iic-rom-upgrade/ I'll be buying a ROMXc upgrade for my //c at the end of the year, so I can run each ROM based on every different task I want to achieve with my real Apple //c. Here is the ROMXc: https://jdmicro.com/hardware/romxc I am mentioning it because I also noticed that you added to the newer Apple II models support for modern custom cards such as the Uthernet and CFFA 2.0. Hope this helps! |
MAME decided on having separate models instead of one model with separate roms. That might be because there are physical differences between the machines, or maybe it's because they were created before multiple rom support was added. MAE does not currently emulate UniDisk stuff. |
Hi, I understand. However I have a question - UniDisk stuff (from ROM 0 and later) for me means, the same stuff that is in the //c Plus, I mean, support for using an external 3.5" Disk drive or an external 32MB hard drive (just like a regular //e, provided it has the right interface card, for example) in Drive 2. So you are saying it is a case of MAME adding it to the //c, so this isn't an issue with the Ample UI to work on? |
Right, MAME doesn't support external hard drives or unidisks, etc, for the IIc. |
Apparently the Apple2c.zip ROMs file has some of the ROMs used by the //c, including ROM 0.
My particular interest is in ROM 0, the same used by my real //c model, and the app has been useful for me and my dad to test and prepare disk images for use with the //c, along with several other tests.
My understanding is that AMPLE/MAME is using the ROM 255, and I havent found a way to change the ROM model used?
A simple PRINT PEEK(64447) will tell you the ROM model used by the machine.
The text was updated successfully, but these errors were encountered: