mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Updates for latest (though as yet unreleased) version
This commit is contained in:
parent
ca5f5e1b01
commit
f7e84c7569
@ -1,5 +1,7 @@
|
||||
Bugs:
|
||||
<UL>
|
||||
<LI>The restart button no longer works correctly. It quits the emulation, but
|
||||
then fails to restart it. This used to work in older versions (up to v6)</LI>
|
||||
<LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the
|
||||
default of 10fps), really fast mouse clicks are sometimes not picked up
|
||||
by the Emulator. For now, click more slowly</LI>
|
||||
@ -10,32 +12,35 @@ Bugs:
|
||||
Untested:
|
||||
<UL>
|
||||
<LI>Mac Classic emulation. I don't have a ROM, but I suspect it will crash</LI>
|
||||
<LI>CD-ROM stuff. Should be the same as BSD, but who knows how Apple's stuff affects this</LI>
|
||||
<LI>Floppy stuff. See above</LI>
|
||||
<LI>Serial port code. See above</LI>
|
||||
<LI>Floppy stuff</LI>
|
||||
<LI>Serial port code</LI>
|
||||
</UL>
|
||||
Unimplemented:
|
||||
<UL>
|
||||
<LI>CD-ROM stuff. Should be the same as any other BSD, but Apple has stupidly
|
||||
created different ioctls. I am still trying to get this to work</LI>
|
||||
<LI>Ethernet</LI>
|
||||
<LI>Reset and Interrupt functions for emulator</LI>
|
||||
<LI>Sound</LI>
|
||||
<LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down
|
||||
to whatever the user's display is set to. This is mainly due to the fact
|
||||
that NSBitmapImageRep does not support any 16bit modes. The Core Graphics
|
||||
primitives may allow a workaround, though</LI>
|
||||
primitives, or 10.2, may allow a workaround though</LI>
|
||||
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split
|
||||
MainMenu.nib to do that)</LI>
|
||||
<LI>Documentation. There is the README in the help menu, but I need to add
|
||||
links to the ToDo and Versions doco, and include a HowTo document.
|
||||
(<I>e.g.</I> How do I install the OS on a disk image?)</LI>
|
||||
<LI>Better documentation. There are README, ToDo and Versions in the help menu,
|
||||
but I need to add some HowTo documents (<I>e.g.</I> How do I install the OS
|
||||
on a disk image?), perhaps in the Help menu </LI>
|
||||
</UL>
|
||||
Other:
|
||||
<UL>
|
||||
<LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani), update doco</LI>
|
||||
<LI>Verify that ExtFS works under 7.5.3 (reported by Kentaro Nakatani),
|
||||
update doco</LI>
|
||||
</UL>
|
||||
Possible Enhancements:
|
||||
<UL>
|
||||
<LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks in extfs_macosx.mm</LI>
|
||||
<LI>Use NSFileManager's movePath:toPath:handler to rename all a file's forks
|
||||
in extfs_macosx.mm</LI>
|
||||
<LI>Emulator snapshot - save the current emulator state
|
||||
(memory + registers) to a file for fast startup next time</LI>
|
||||
<LI>Multiple emulators. The window stuff is mostly there,
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!-- $Id$><-->
|
||||
Versions of MacOS X port of Basilisk II:
|
||||
<OL>
|
||||
<LI>Initial port to Public Beta, made minor changes to get it to compile under Final Release.
|
||||
@ -35,6 +36,7 @@ Versions of MacOS X port of Basilisk II:
|
||||
Also uses Objective-C++, which eliminates some of the wrapper code which was previously needed.</LI>
|
||||
<LI>Video preferences fixes, small tidyup of source.</LI>
|
||||
<LI>Full screen mode added, more source tidied up.</LI>
|
||||
<!-- v10><-->
|
||||
<LI>Finally checked into CVS repository.
|
||||
<BR>Key event bug fixes:
|
||||
<UL>
|
||||
@ -43,4 +45,8 @@ Versions of MacOS X port of Basilisk II:
|
||||
full screen mode was not passing key events</LI>
|
||||
</UL></LI>
|
||||
<LI>Repaired help menu item, added documentation folder.</LI>
|
||||
<LI>Minor change in preferences (RAM size fields no longer require
|
||||
the user to press return or enter for the value to "take").
|
||||
<BR>Partial implementation of CD reading code.
|
||||
<BR>Some modifications for compilation on 10.2 <I>and</I> 10.1</LI>
|
||||
</OL>
|
||||
|
Loading…
Reference in New Issue
Block a user