• Hello Guest! The forum software will be upgraded weekend of 06/26. See this announcement thread for more information.

Search results

  1. A

    Help identifying Lapis SE/30 video card

    I think I've mentioned this before, but these Lapis cards are wild - they reconfigure the FPGA in order to switch modes and color depths.
  2. A

    PowerBook reverse engineering for fun and no profit

    Good find on the Duo 210/230 schematic, whoever dug that up! The details I've checked all look final to me. As the schematic indicates, panel IDs for GSC and CSC are read from the actual panel and are different per machine, unlike the monitor IDs in desktop Macs. Each machine only recognizes...
  3. A

    PowerBook reverse engineering for fun and no profit

    It's not remotely MDA/*GA compatible so I would expect it to turn up in non-PC laptops only.
  4. A

    PowerBook reverse engineering for fun and no profit

    It's listed as a standard part in one of their databooks, but I've only seen Apple use it.
  5. A

    PowerBook reverse engineering for fun and no profit

    GSC is a relabeled Chips & Technologies 65210, incidentally. Unfortunately no datasheets seem to exist online, although the System 7.1 source tree at least has register descriptions.
  6. A

    Rebuilding an Apple Multiple Scan 20" display

    Vintage TV restorers have come up with ways to fix that (it's possible to use heat to separate the lens from the CRT and remove the glue) but as you note it's not easy and can be a bit dangerous.
  7. A

    Apple ADB Keyboard recognized but no keys work?

    The power key is both a key readable through the microcontroller and a directly connected switch with a dedicated pin on the ADB connector. So it's possible for it to turn the machine on even if the microcontroller is dead or missing. That said, clearly it's not dead since it works on the...
  8. A

    Apple ADB Keyboard recognized but no keys work?

    The keyboard works 100% on the SE/30, but on the Q700 only the power key works? That's really strange.
  9. A

    Would someone with a Quadra 700/900/950 be willing to test a program for me?

    @powermax I don't have anything on DFAC-II beyond looking at how it's connected in some of the schematics and logging what gets written to it over I2C. I have a ton of info on original DFAC, but DFAC-II seems to be pretty different aside from having the same overall function (input selection...
  10. A

    Unused bay in Performa/LC 520/550/575 chassis?

    For clarification, the Macintosh TV is not a 5xx, it's LC II/Color Classic architecture in a 5xx case.
  11. A

    Would someone with a Quadra 700/900/950 be willing to test a program for me?

    There are ERSes for ASC and EASC but they're much less helpful than you'd think, which is why ASCTester is necessary. Prior to the test program most of what I knew about them was from staring at IDA Pro.
  12. A

    Would someone with a Quadra 700/900/950 be willing to test a program for me?

    Interesting. On the Q630/LC580 (and the Q800 and Q605 generations) the startup bong is normal and System 7.1 acts completely normally, but 7.5.3+ force the 16-bit path, and the intended behavior there doesn't completely make sense yet. There's also usage of a couple of registers in the EASC...
  13. A

    DingusPPC: A more accurate PowerPC Mac emulator

    Apple's pseudo-DMA is PIO, given the processor is doing the actual transfers, it's just that the I/O ASIC (or PAL on the SE and Classic) is effectively a small cache in the middle. The transfer rates are better than pure PIO, but not by a lot, and you're blowing a lot of CPU cycles on SCSI...
  14. A

    DingusPPC: A more accurate PowerPC Mac emulator

    The only 68k Macs with DMA SCSI under Mac OS are the Quadra AVs. (IIfx has hardware for it but only A/UX uses it).
  15. A

    DingusPPC: A more accurate PowerPC Mac emulator

    Dingus is not on Homebrew, but it's really easy to compile on macOS.
  16. A

    Macintosh LC Hardware Book Recommendations

    Floppy is pretty standard if you have SWIM1 implemented. The ROM will detect it and work if you substitute an IWM and an 800k drive, as well, and since the LC can boot System 6 it's even feasible to boot that way. SCSI is the same as every other Mac with a 5380 since the Plus, including the...
  17. A

    Macintosh LC Hardware Book Recommendations

    LC's not the easiest to get going but far from the hardest. The early hang-ups are: 1) Egret (the 68HC05 microcontroller) has to exist or you probably won't chime 2) The memory sizing routine will get angry in a hurry if the V8 bank sizing registers don't do what they're supposed to 3) The...
  18. A

    Macintosh LC Hardware Book Recommendations

    Just for reference, it won't normally drop into STM unless PA0 tells it to. So if you weren't intending it to do that, now you know why. As far as commands, mac68k.info is currently down, but this Wayback Machine link should work...
  19. A

    Macintosh LC Hardware Book Recommendations

    Are you intending it to go into STM TechStep mode or is the problem that it's going into that instead of booting? That's controlled by bit 0 of VIA port A, 1 = normal boot, 0 = STM.
  20. A

    DingusPPC: A more accurate PowerPC Mac emulator

    I boot and run the Quadra/LC 630 in MAME by treating PrimeTime II as a slightly different IOSB. The differences are mostly centered around the ATA controller being added and that changes how interrupts work a bit. The SCSI thing is this: on reads, Apple does an unrolled loop of MOVE.L from the...
Back
Top