
Why is it double the size of a IIcx ROM?So really you probably want a IIsi ROM with just the memory test disabled (and vicariously the ROM checksum altered to not fail) right? If so give the attached a run (assuming you have a SIMM and a programmer handy)
The IIcx ROM was older generation, whereas the IIsi was a newer universal ROM, so it was expanded.Why is it double the size of a IIcx ROM?
68K Macs stopped at 2 MiB.Apple doubled the size of the ROM several times between 1986 and 1998, eventually ending up with 4MB ROMs.
067c.15f1 1991-10 - 420DBFF3 - Quadra 700 & 900 & PowerBook 140 & 170
067c.30f1 1994-05 - B6909089 - PowerBook 520 520c 540 540c
067c.30f2 B57687A5 - PowerBook 550c
077d.10f3.1 1994-09 - 5BF10FD1 - Quadra 660av & 840av
077d.2bf1.6 1995-08 - 4D27039C - Powerbook 190 & 190cs
Either write a little Python program, or the program that comes with TL866 devices has a slice and dice option in the save window I thinkHow do I split the ROM into 4 parts? I made my own ROM SIMM and am programming each chip manually
Thanks for slopping byAI will walk you through it![]()
You... Do understand that there isn't a whole lot of difference between using a search engine to get someone else's solution... And using AI to explain how you do it?Thanks for slopping by
I found these commands here
srec_cat rom.bin -binary -split 4 0 -o U4.bin -binary
srec_cat rom.bin -binary -split 4 1 -o U3.bin -binary
srec_cat rom.bin -binary -split 4 2 -o U2.bin -binary
srec_cat rom.bin -binary -split 4 3 -o U1.bin -binary
AI is particularly good, while poor at more nebulous questions, at responding to this type of "how do I" where the answer is a single, or few commands that take a little bit of structured thoughts to get right and are in a modern language / OS. It is actually a perfect example to see how it can be useful. I really actually hoped they would, so that they would learn that not everything in life is black and white, and sometimes things don't have to be perfect to be useful.look man, “ask AI” is a profoundly silly way to respond to luraichu’s question.
I'm running this ROM now, but I don't see an improvement in boot time. On both ROMs it takes about 30 seconds from pushing the power button to the happy Mac icon appearing. While I'm here, I'd also like to try changing the startup soundSo really you probably want a IIsi ROM with just the memory test disabled (and vicariously the ROM checksum altered to not fail) right? If so give the attached a run (assuming you have a SIMM and a programmer handy)
Since you had the machine apart, did you have the disk selected as the boot device in PRAM? If the battery has been out and the disk isn't selected, it will take its time scanning the SCSI bus.I'm running this ROM now, but I don't see an improvement in boot time. On both ROMs it takes about 30 seconds from pushing the power button to the happy Mac icon appearing. While I'm here, I'd also like to try changing the startup sound