This repository was archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
40 lines (31 loc) · 1.46 KB
/
README
File metadata and controls
40 lines (31 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
TO DO:
- cleanup configure.ac
- fix compile warnings
- port aranym mmu patches, and maybe other to BasiliskII
- port changes to slirp code or just fix warnings?
- write Mac OS X .kext /dev/sheep_net
or maybe just use virtualbox networking module?
- various original code todos
- read through kpx_cpu (try to understand it)
add mmu?
- when I get access to linux back, write alsa audio code
- make sound volume in BasiliskII/SheepShaver independent from OS volume
BUGS:
Warning from .../SheepShaver
2010-07-16 18:28:56.809 SheepShaver[5586:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz.
- BasiliskII 'autoreconf -vif' doesn't work
- when changing hwcursor in OS X when running it misbehaves
WORK NOTES:
http://developer.apple.com/mac/library/documentation/Carbon/Conceptual/Pasteboard_Prog_Guide/paste_scrap/paste_scrap.html#//apple_ref/doc/uid/TP40001439-CH203-DontLinkElementID_22
GetCurrentScrap -> PasteboardCreate
GetScrapFlavorSize -> No equivalent
GetScrapFlavorData -> PasteboardCopyItemFlavorData
ClearCurrentScrap -> PasteboardClear
GetCurrentScrap -> PasteboardCreate
PutScrapFlavor -> PasteboardPutItemFlavor
DONE:
- done some work on configure.ac to remove warnings
- use AS_HELP_STRING in configure.ac
- added hwcursor option
- edited gtk start screen to include hwcursor and dynamic framerate
- added Mac OS X hwcursor checkbox