Fixed beeping while typing, adding a better README.md, and added some screenshots for the wiki

This commit is contained in:
Peter Rutenbar 2014-02-26 21:33:50 -05:00
parent 0109e06621
commit 0384728c22
8 changed files with 45 additions and 2 deletions

View File

@ -1,5 +1,35 @@
Shoebill
========
a Macintosh II emulator that only runs A/UX
(but not A/UX 3.x.x yet)
A Macintosh II emulator that runs A/UX (and A/UX only).
Shoebill is an all-new, BSD-licensed Macintosh II emulator designed from the ground up with the singular goal of running A/UX.
A/UX 1.x.x through 2.0.0 are supported currently, and 3.x.x support is in progress.
Shoebill requires a OS X, a Macintosh II or IIx ROM, a disk image with A/UX installed, and an A/UX kernel.
[Download the latest release], and then see the [getting started] wiki.
Also check out [screenshots].
####Currently Implements
* 68020 CPU (mostly)
* 68881 FPU (a little)
* 68851 PMMU (just enough to boot A/UX)
* SCSI
* ADB
* A NuBus video card with 8-bit resolution
#### Does not implement (yet)
* Sound
* Floppy
* Serial ports
* Ethernet
* PRAM / VIA timers
* Support for multiple screens, or 16/24-bit resolutions
[Download the latest release]:https://github.com/pruten/Shoebill/releases
[getting started]:https://github.com/pruten/Shoebill/wiki/Getting-Started
[screenshots]:https://github.com/pruten/Shoebill/wiki/Screenshots

View File

@ -284,4 +284,17 @@ static void _do_clut_translation(shoebill_card_video_t *ctx)
}
}
/*
* Ignore keyDown/Up events here.
* shoeApplication captures and sends them down to the emulator.
* We need to implement these methods though, because if they make it all
* the way down to NSOpenGLView, they'll generate a beep, which is annoying.
*/
- (void) keyDown:(NSEvent *)theEvent
{
}
- (void) keyUp:(NSEvent *)theEvent
{
}
@end

BIN
web/0.0.1_prefs_disks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
web/0.0.1_prefs_general.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
web/2014_02_26_aux1.1.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
web/2014_02_26_pathways.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

BIN
web/2014_02_26_possum.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB