Hi, since I'm currently unable to edit the Wiki I have decided to continue my programming guide on Google Sites temporarily until the wiki is fixed.
The start of the tutorial is h…
.HQX files are BinHex, and most archive/dearchive utilities can handle them. BinHex is a text file format converting BINary to HEXadecimal, making it easier to send a file via emai…
No, it was 16bit but could address 256Mb of memory with 18 address lines. A 6502 has 16 address lines but that doesn't make it a 16bit computer. If you went by that argument an 808…
The other approach is to simply virtualize the 6502. This is not as ludicrous as it sounds, but it is definitely slower. OTOH, by making stack and the virtual memory manager softwa…
Considering the relatively open design, someone could probably make an MMU card for the Apple. Although you might only be able to effectively use memory that was only addressable …
If there are any tips on targeting specific CPUs, e.g. how to make use of '040 features with or without leaving out '030 machines, that could be interesting as well.
I'm more inte…
Very nice.
On a PPC using CodeWarrior (can't remember the exact version) you can definitely build 68k apps (and a few other platforms including Palm IIRC).
Nice score! [] ]'>
I'm in the situation of needing to nab a second beige plus for its bucket and whatever else I can swap around to get my multiply upgraded 128k/beige pl…
68kMLAGeneralby Trash80toHP_MiniWed, 10 Mar 2010 - 04:00
There should be a reset button on the back.
Check out this page http://www.pda-soft.de/2x00_disassemble.html to ensure it clears everything you want it to...
Congrats, even thought the guy was kind of a ****head himself!
Without motivating myself to go downstairs and turn on one of my compact Mac's, I believe the occasional "static pip…
As a follow-up to my own question which I asked on another group, the AppleFacts books were used by the Apple Sales representatives, which explains why basically no one
a.) has an…
68kMLADevelopmentby Dog CowThu, 4 Mar 2010 - 00:20
Yes, it's quite possible to do 68k development on a PPC. I believe you can even develop System 6 apps, although I haven't tested it yet.
I'd like to expand the tutorial to the poi…
68kMLADevelopmentby chuzzumFri, 26 Feb 2010 - 16:59
Nice work! It's good to see a quick-start for using MPW. One note, pressing 'command-return' is equivalent to using 'enter' on the numpad.
@Nathan: I'm fairly certain you can comp…