WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

amade/SheepShaver_oldstuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SheepShaver emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published