Search results

  1. A

    Classic II possible ROM bug, weird 68030 instruction

    The original ASC has two modes: PCM stereo playback and 4-channel wavetable synthesis. The wavetable mode is what generates the classic original Mac II boot and death chimes. In wavetable mode, it loops the contents of the FIFO and you can freely adjust the pitch and volume of each of 4 voices...
  2. A

    Classic II possible ROM bug, weird 68030 instruction

    Most instructions you know the length from the first word. There are some where you need to know there's a second word *and* check what its value is to see if there are more words. But it's not as bad as x86.
  3. A

    Classic II possible ROM bug, weird 68030 instruction

    @dougg3 Interesting that it's different on the '020. That certainly makes it seem more like an actual errata in the chip. Probably a bit late to get Motorola to respond though.
  4. A

    Classic II possible ROM bug, weird 68030 instruction

    Of course, but TAS is.
  5. A

    Classic II possible ROM bug, weird 68030 instruction

    I'd think the likely suspect for the contents of memory that affects it would be 4(A4). Also, a thought: CAS and TAS in their legit forms are the only 680x0 instructions that do a special read-modify-write bus cycle so that the operation is not splittable in the middle on a multiprocessor...
  6. A

    Calling all ROMs! Collecting DeclROM data

    Nice work!
  7. A

    Apple II (Rev. 7) only showing garbage at power-on, any tips?

    Could be the bus transceivers next to the 6502 also. Adrian Black had a video about a year ago where that (among other things) was the problem. On a 40+ year old machine even the "reliable" standard TTL chips can fail.
  8. A

    Quadra 700 good chime, no video .. thinking on RAMDAC (357S0010-A)?

    Video init happens relatively late. After the chime it does the RAM test, and then it hits PrimaryInit where it starts up all the video devices, and then ADB init to scan for keyboards and mice. I'm actually not sure what could hang up the system between the initial chime and video startup...
  9. A

    Quadra 700 good chime, no video .. thinking on RAMDAC (357S0010-A)?

    Because a NuBus video card doesn't work either, I think it's likely the RAMDAC is fine, but the system isn't doing video initialization and so the pixel clock isn't running (it comes from a software-programmable PLL chip). The RAMDAC on board has nothing to do with the operation of NuBus video...
  10. A

    Apple II (Rev. 7) only showing garbage at power-on, any tips?

    If you have an oscilloscope or logic analyzer that would be the best way to start zeroing in on what the problem is. From the screenshot we can at least tell that the master oscillator is running and the video circuitry is working, but the CPU appears to not be running. Also, that machine...
  11. A

    Macintosh 512k horizontal line issue

    That single line indicates vertical deflection isn't working at all. If you run it very long like that it can actually burn through the CRT's phosphors and make that line permanently dark when you do fix the problem. What's happening is that a new old stock board probably needs to be recapped...
  12. A

    Calling all ROMs! Collecting DeclROM data

    The IIe Card does *not* have a DeclROM. There's some code scattered around the SuperMario tree cursing that fact, even.
  13. A

    valkyrie (52XX/53XX/62XX/63XX) max vram bandwidth?

    I use IDA for offline disassembly - it automatically inserts Toolbox trap names and things of that nature, but there's far more that could be done. As far as reverse-engineering Valkyrie, I didn't disassemble the driver, I simply watch the reads and writes to the documented register area. MAME...
  14. A

    Kennect Drive

    I have the non-plus AE HD. It runs the rotation motor at half speed to do 1600K floppies (and the seek and read times are similarly slower). It can do 400/800K without a driver. The AE HD+ is a straight FDHD clone as far as I'm aware, or at least the Apple II version was.
  15. A

    Kennect Drive

    Found the Apple chip. It's the floppy controller from the PC Transporter (PC/XT on a card) for the Apple II, also developed by The Engineering Department. AKA Dr. Wendall Sander and several other ex-Apple engineers who remained close with Apple. TED is suspected to have been involved with the...
  16. A

    IIfx won't read 800k disks made on other machines

    Just to clarify: if you put the drive from the IIfx in another machine with the same exact disk it won't read in the IIfx, it then can read it?
  17. A

    Restoring my IIcx

    That behavior from Apple power supplies typically means there's an overload or dead short to ground on one of the power rails on the motherboard. Check with an ohmmeter.
  18. A

    valkyrie (52XX/53XX/62XX/63XX) max vram bandwidth?

    Thanks, that's useful. I don't suppose you have a binary of it compiled for 68K?
  19. A

    valkyrie (52XX/53XX/62XX/63XX) max vram bandwidth?

    MAME emulates original Valkyrie for the Q630 and LC580, but its pure reverse engineering aside from what’s in the Marathon source.
  20. A

    LC475 disable onboard RAM

    The ROM code for those machines won't start up if the on-board RAM is bad. That's why you get the death chimes when you mark them bad.
Back
Top