Skip to content

Commit

Permalink
Fixed beeping while typing, adding a better README.md, and added some…
Browse files Browse the repository at this point in the history
… screenshots for the wiki
  • Loading branch information
pruten committed Feb 27, 2014
1 parent 0109e06 commit 0384728
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

13 changes: 13 additions & 0 deletions gui/Shoebill/shoeScreenView.m
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,17 @@ - (void)rightMouseDown:(NSEvent *)theEvent
}
}

/*
* 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
Binary file added web/0.0.1_prefs_disks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/0.0.1_prefs_general.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/2014_02_26_aux1.1.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/2014_02_26_marathon_mangled_clut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/2014_02_26_pathways.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/2014_02_26_possum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0384728

Please sign in to comment.