by ecliptik on 5/17/25, 11:12 PM with 45 comments
by wolfgang42 on 5/18/25, 4:58 AM
You can compile Mini vMac without checksum verification (either yourself or with the variations service[1]), which will allow you to use unknown or completely custom ROMs, though you need to be aware that it patches the ROM (it doesn’t emulate the original floppy hardware; instead it pokes a custom driver in where the original one ought to be) so if your ROM doesn’t line up with the original you will have problems with random chunks being overwritten.
I’ve done this so I could use Mini vMac to learn assembly language: the Mac has the convenient property that pixels on the CRT are 1:1 the contents of a chunk of RAM at a fixed offset, so you can get very immediate visual feedback about what your program is doing. I just set up an assembler to dump raw machine code and named it "Mac128K.ROM" and Mini vMac picked up on it fine.
[1] https://www.gryphel.com/c/minivmac/var_serv.html - though since Paul Pratt disappeared a few years ago nobody is quite sure how the server is staying up
by hoherd on 5/17/25, 11:28 PM
by nxobject on 5/18/25, 3:12 AM
by innocentoldguy on 5/18/25, 5:26 AM
It was interesting to discover that the Apple II Plus' ROM didn't support Kanji, but there were third-party add-on cards that added Kanji support. The Apple II Plus I found had a Multitech Kanji Card with it. Multitech later became Acer.
by zdw on 5/18/25, 3:17 AM
I wonder if one could put this larger ROM, and the other files into a custom built image so no swaps are required.
by ChilledTonic on 5/17/25, 11:34 PM