Recent content by frontein1

  1. F

    Rominator I on Mac 128K issues

    It would be really interesting if you could dump out your Rominator ROM to a file. You would need to dump out the full 1024KB from within the Mac OS.... or by using an EPROM programmer. I suspect the chips are OK. But the fact that you hear both chimes indicates the jump to address 421000 for...
  2. F

    PowerBook 1400 series ROM and RAM tidbits

    Cool discovery @croissantking!
  3. F

    Help with srecord for splitting and joining ROMs

    The width of the chips really does make a difference. 8-bit wide chips are nice and easy because you just need to split odd and even. But 16-bit wide you need to byte swap then split by word (16-bits).
  4. F

    Reverse-Engineered ROM sources for Mac 128K, 512K and Plus

    Have to admit, this is pretty darn cool! It really is amazing what we can do with AI these days. Thank you for sharing this. Earlier I posted the hack below to bypass the memory test on the MacPlus. Looking at the memtest.s in your GitHub, this absolutely lines up with what I did to trick the...
  5. F

    Fun with SE

    Unfortunately we are really restricted by the number of address lines exposed to the ROM sockets. We'd need a Rominator type board and bodge wires clipped or soldered to the 68000. Unfortunately this approach would probably make it pretty impossible to use an accelerator card as well. I think...
  6. F

    Fun with SE

    Yes I bet the site just needs this reference so the SE ROMs can explicitly be listed. However the mask ROMs are really just the Toshiba TC531000 chips. These were pretty common back in the day. Below is a screenshot I took while burning the HI ROM file. The ROM Type TC531000 is already listed as...
  7. F

    Fun with SE

    For those interested, here are the patches I made to the SE FDHD ROM to disable the slow memory test and the ROM checksum fail: offset 0x0084 change 6704 -> 6004 offset 0x0011C change 6704 -> 6004 offset 0x26EA change 3C3C FFFF -> 4E71 4E71
  8. F

    Fun with SE

    Bought @derFunkenstein's CatMac SE. Thank you @derFunkenstein, this is a great little machine. And of course the first thing I have to do is pull the ROM chips :) Thanks to @WillJac over at CayMac for pointing me towards OneROM. What an incredible concept! Totally seamless to take the 28-pin...
  9. F

    Quadra 650 ROM Simm ...

    I think Rob has the modified Q610 ROM on his site, if memory serves. You could easily port all the changes over to the Q650 however. Just FYI.
  10. F

    BlueSCSI does not boot Mac SE

    Can second that!
  11. F

    Quadra 650 ROM Simm ...

    Rob Braun has done excellent work on these other ROM mods you are looking for. As recently as a few months ago, he posted the long sought after patch so the OS could support 512MB. Had to do with the stack space needed for the MMU. http://synack.net/~bbraun/djmemcrom2.html
  12. F

    MacPlus skip memory test

    I have been making some changes to the Rominator bytes for the MacPlus. Patches have only been applied to the 128KB ROM and 4KB driver stub. Nothing major, but bypassing the RAM count and auto-mounting the ROM disk in the Finder have proven pretty helpful for some other stuff I am working on...
  13. F

    Snuci's Finds...

    Nothing like responding to an 8 year old thread! But I'm just curious if you ever determined what was on this ROM?
  14. F

    Rominator v1 for MacPlus & Flash Tool v1.6

    Yes LOL, I noticed that too after I posted the above. I didn't know that v1.7 was spun up to fix this exact issue. All the Rominators I have use the SST39S040 chips.
  15. F

    LCIII EPROM?

    OK but wow, this is awesome!! Thank you for sharing.
Back
Top