Search results

  1. A

    PowerBook Duo battery replacement

    PG&E is the official name in the SuperMario stuff, among other places. "EverWatch" was the marketing name because they didn't want to get sued by the actual PG&E (Pacific Gas & Electric). For the record, the "Sound controller" in that motherboard photo is actually the VRAM :-)
  2. A

    Mac IIci MDU / RBV registers

    You actually can build just one driver or just one manufacturer's machines in MAME, but I do understand. You *can* learn a lot using MAME though, our debugger to use on the emulated systems is crazy powerful. Try these.
  3. A

    Mac IIci MDU / RBV registers

    ROM writes are common at Apple to trigger breakpoints on hardware debuggers. The IIgs source leak actually included a list of what writes map to what breakpoints, but we weren't so lucky for the Mac. The MDU/RBV registers are all in the I/O space, not the ROM. There's some info in Guide to...
  4. A

    plus crystal oscillator problem

    The oscillator has to be the exact original value or a lot of things won't work right. That crystal drives the timing for almost everything in the Plus.
  5. A

    PowerBook Duo battery replacement

    From what I've seen emulating the Duos the system will run fine if it can't validly identify the battery, it just won't charge it. The useful thing here is that PG&E's firmware is downloaded so someone could potentially write a utility to download a version that's patched to not require the...
  6. A

    FPU, software, and a Classic II

    All Universal ROMs detect the FPU as part of POST unless the machine definition says it absolutely can't have an FPU (which is pretty much just the Mac TV). Apple routinely used the exact same ROM on pairs of machines where one had the FPU and one didn't (PowerBook 140 vs 170, for instance) and...
  7. A

    Calling all ROMs! Collecting DeclROM data

    Ahh, that makes sense. I need to see what the Slot Manager does in that case. ...and it looks like it's special cased. It looks for the "RussSWC!" signature at 0xFEFFFFE4 and does special things if it finds it. Similar to the PowerMac video cards.
  8. A

    Faulty Radius PC 24X - looking for repair tips

    I believe declaration ROM code can remove the card from Slot Manager entirely if it decides something is wrong, but that's rare. If you have MacsBug installed, try dumping memory in the area of $FsFFFFF0 and see if any of the expected bytes appear. $5A $93 $2B $C7 would be the valid...
  9. A

    Calling all ROMs! Collecting DeclROM data

    Bitsavers just posted the DeclROM dump and PCB photos for a full-size Duo Dock. The DeclROM parses well with the Hex Fiend extension. @joevt's SlotsParse works but claims the CRC mismatches and should be 00000000, which seems like a possible bug. It's about the only DeclROM I've seen that has...
  10. A

    Apple IIc 4100 - Horizontal Tetris boot screen

    That's a little surprising. Dead 6502s aren't unheard of, but it's definitely rare. Glad it's up and running though!
  11. A

    Duo 210/230: fancy artwork on early PG&E chips?

    Nice detective work! And I appreciate the much more readable scans of the logic board. Looks like your PMU was manufactured 7 weeks after launch. It's possible a machine from right at launch (and thus with chips manufactured probably 6 months before that) might've gone out with the cool...
  12. A

    Duo 210/230: fancy artwork on early PG&E chips?

    As part of research for the upcoming addition of all of the 68030 and 040 Duos to MAME, I ran across this page https://www.dobreprogramy.pl/@macminik/powerbook-duo-best-of-both-worlds,blog,39291 with an interesting photo of a Duo 210/230 logic board. The PMU chip doesn't have the normal...
  13. A

    Does the Mac II need FDHD kit for +8MB?

    For what it's worth, my information is from disassembling the ROM code to figure out "safe" memory size settings for MAME. The system heap was consistently malformed during startup when there was more than 8 MB of RAM with the original ROMs. The IIx/FDHD ROMs worked as advertised. So if I had...
  14. A

    SE/30 clock stopped.

    I don't know for sure if it's necessary to be booted to Finder, but that's the definitive test since you started out saying the clock wasn't updating.
  15. A

    SE/30 clock stopped.

    The 1 Hz interrupt should pulse once a second when the system is powered up and booted to Finder. If it's not, the RTC may need to be replaced. (There is a modern replacement available, if that becomes necessary).
  16. A

    Possibility to emulator Portable Book

    I have updated MAME's list of emulated Macs on the wiki page here: https://wiki.mamedev.org/index.php?title=Driver:Mac_68K Hopefully Google will pick that up and be more helpful in the future.
  17. A

    Does the Mac II need FDHD kit for +8MB?

    The pre-FDHD ROMs for the Mac II will fail if they see more than 8 MB of RAM. MODE32 can only help you if the system can boot in the first place.
  18. A

    Does the Mac II need FDHD kit for +8MB?

    The FDHD ROMs are required for RAM sizing to work properly above 8 MB. You don't need the actual SWIM floppy controller and SuperDrive.
  19. A

    Apple IIgs flickering / fading video (and/or no video at all). Bad caps or something else?

    The IIgs RGB monitors are prone to cold solder joints on the flyback transformer. I've had to reflow mine every so often to keep it from doing that flickery thing. If you give the monitor a firm thump and it changes the flickering, even briefly, that's probably what's happening.
  20. A

    Possibility to emulator Portable Book

    Yes, the microcontroller is an extended 6502. Mitsubishi calls the architecture "MELPS 740" or "740 Series", there's good documentation here: https://bitsavers.org/components/mitsubishi/melps/
Back
Top