Search results

  1. J

    Can a PowerMac 8600/200 run in 1280x1024?

    What version of Mac OS?
  2. J

    Can a PowerMac 8600/200 run in 1280x1024?

    Try the 17" mode. If that doesn't work, try the VGA mode.
  3. J

    New Project: Prodigy 040/060 Card

    Is the emulated LC475's ROM choosing the Product Info from the Universal Tables that a real LC475 would?
  4. J

    Power Macintosh PPC ROM DIMMs

    For PDM and TNT machines (I didn't check the others), I think only 16 AMD Am28F020 chips is supported by the classic Mac OS flasher app. The flasher app has code for 16 Intel 28F020 chips but I don't think it can work because the code checks for the wrong device ID on the side that is reversed...
  5. J

    Power Macintosh PPC ROM DIMMs

    I think the flash programmer software expects the ROM to have 16 chips. See the disassemblies in the TinkerDifferent thread.
  6. J

    Universal Stand with AppleColor High-Resolution RGB Monitor

    You mean the front legs fit in the groove of the insert? Doesn't that mean the star shape of the insert does not go into the round hole at the bottom of the monitor? What does the other side of the insert look like? Can it be flipped upside down?
  7. J

    Universal Stand with AppleColor High-Resolution RGB Monitor

    Can the insert be removed? What does the base look like without it?
  8. J

    DingusPPC: A more accurate PowerPC Mac emulator

    The wiki page has a link to the Discord server where you can get help for using or developing DingusPPC.
  9. J

    Emulation: Infinite Mac

    My fork lets you enter more than one --hdd_img parameter so you can use : for drive letters in Windows. My fork also has the ability to specify device paths with SCSI or ATA ID numbers so you can place the HD exactly where you want. My fork adds --hdd_part which lets you catenate partitions from...
  10. J

    How do I install Mac OS X Server 10.4 on a Mac mini 1,1 (Early 2006)?

    I think there should be a "waiting on" message near the beginning that indicates the expected I/O Registry path that it is waiting for. It should be the same disk you are booting from. What disk are you booting from? The message comes from xnu/iokit/bsddev/IOKitBSDInit.cpp using "IOLog". There...
  11. J

    How do I install Mac OS X Server 10.4 on a Mac mini 1,1 (Early 2006)?

    What does it think is the root device? If you're booting from an ISO that is burned to a DVD, then the root device should be a partition on the DVD drive. A root device may work from EFI and be able to load the boot loader (as you are experiencing). The boot loader then loads the kernel and OS...
  12. J

    Black Lines on Performa 400

    The first problem is a vertical white line, then 6 or 7 or 8 vertical black lines, every 16 pixels. If the problem was a broken trace, then the lines would all be the same color (usually black) and appear across the full width of the display. The lines appear at the left edge of the display. Is...
  13. J

    New Project: DoubleVision SE/30 Card

    True. DingusPPC has hardware cursor emulation for ATI graphics cards, and built-in graphics controllers (control and platinum) used by Power Macs. sixty6 doesn't use a hardware cursor. Other graphics controllers aren't implemented yet.
  14. J

    New Project: Prodigy 040/060 Card

    The ERS and cuda firmware source code were posted at https://68kmla.org/bb/threads/getting-rid-of-the-your-clock-is-not-set-to-the-correct-time-alert-dialog-after-system-7-boots.45952/post-511487
  15. J

    Twentieth Anniversary Macintosh rehabbing

    This video by Action Retro shows removing and replacing the speaker fabric: I suppose it is too difficult to remove and reuse the old fabric?
  16. J

    Power Macintosh PPC ROM DIMMs

    I think I have a binary that can do Gazelle machines (PSX based) but I don't know if it works or is complete. At least, the code may possibly show how to enable flashing of a ROM SIMM that is installed and working in a Gazelle machine. Flashers (stored as XCOF resources in the Flasher...
  17. J

    Mac OS on ANS - Modding a ROM DIMM

    Probably not. You probably have to make your own or use a different flashing method. Do you know if it's 5V or 3.3V? Is it 4 MiB? Since it only has 4 chips, it's probably not programmable by Apple's Flasher utility without creating your own flashing code. Apple's Flasher utility is useful only...
  18. J

    New Project: Prodigy 040/060 Card

    That's what I thought. I put the details in DingusPPC source code even though it can't run most of the ROMs. At least it can identify them. https://github.com/joevt/dingusppc/blob/master/machines/romidentity.cpp The 1 MB New World ROMs are interesting. The machine is identified by the product...
  19. J

    New Project: Prodigy 040/060 Card

    Not sure what "real hardware risu data" has to do with a list of ROMs.
  20. J

    New Project: Prodigy 040/060 Card

    The subversion column is not applicable to some earlier ROMs. The table is missing additional checksums. The shown checksums of 4 MB ROMs only cover the first 3 MB. The attached excludes the subversion from where it doesn't apply. It also includes all the other checksums. For the 3 MB part...
Back
Top