This is very interesting.
A IIci case? What tool did you use to remove open up the back ports?
Does the Quadra 840AV identify itself correctly? Despite not having the little loop of wire on the LED connector to indicate that it is in a tower case?
1. In Pro 4, I was unable to compiling PPC code in Basilisk II. It crashes. It compiles 68K code just fine. CW 11 compiles both PPC and 68K code in Basilisk II.
2. In Pro 4, they have switched to the new Mac OS constant and trap names. In CW 11, you can use either.
I don't know what I am losing...
Ha. That's an unusual situation. "Crash never" and "crash always" I understand. I wonder what it is changing (globally?) that causes the second launch to work. Do you think it is unhappy with the ROM disk?
CodeWarrior 11. I created Tiny Transfer in that environment, and successfully tested it from System 1.0 (aka 0.97) to 9.2.2 (the final system) on all Mac processors from 68000 to PowerPC. That being said, Tiny Transfer is not a fat binary. So, I have not confirmed the quality of the PowerPC...
How difficult is it to substitute bytes in unused areas to make the checksum match? May need a math major for this.
I was thinking about using the same bit in PRAM as later machines to disable memory check at startup. Maybe hack the Memory control panel to always show that option?
Both the ZuluSCSI v1.1 and Blaster were connected externally with the ProDrive internally. Yes, ZuluSCSI works from external term power ("Designed to be powered via SCSI termination power when provided by the host").
When I pulled the ProDrive, I added in an internal terminator that includes a...
Back on the topic of this thread. I encountered something a little weird.
On a completely recapped IIsi, with the Blaster attached externally and an internal Quantum ProDrive, the SCSI doesn't work. The ProDrive won't even spin up.
* If you plug a power cord into the Blaster, then everything...
Very interesting. Given the faster-clocked CPU, the non-DMA mode must really stink.
Apple patched it out in the leaked source. Not sure if it was ever renabled.
; <57> 04-22-90 csd
; commented out the installation of SCSI DMA so we stop trashing
; hard disks on the IIfx.
movea.l...
It occurs to me that some of this gloabl stuff may not work during interrupt time. And, you might need to be in the correct help to call GetResInfo. Best to start with an application-only profiler and then work up to some crazy stuff.
I guess it depends on whether you are trying to make a global profiler or only for the application that includes it as a library.
If it is only for the current application, then you can call CountResources and GetIndResources to make sure all 'CODE' resources are loaded (hmm... maybe you need...
I had three Astec AA13800 power supplies lying around and decided to recap them. I understand the Sony is preferable, but I have some lonely SE/30s.
Here is my capacitor recap list in case that helps anyone else.
C7, C8 330uF 220v 25x36 10mm lead spacing LGU2E331MELA
C19 220uF 25v 8x15 3.5 lead...
I believe this is the answer. The program puts 1F in the CCR register (immediately before the endless loop branch), which must get pushed onto the stack in that arrangement when an interrupt occurs. So, just an extra way of making sure this is the actual return address.
Seems like a good...
Attached is ResEdit with the code disassembly extension in the ResEdit Preferences file (put in the Preferences folder), and Resorcerer. I switch between them because sometimes ResEdit doesn't read the debugging labels or non-'CODE' resources correctly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.