From b0c4669f0475103c4b82ff42a889a131894dab7c Mon Sep 17 00:00:00 2001
From: nigel <>
Date: Sun, 2 May 2004 11:06:14 +0000
Subject: [PATCH] v16, now in two flavours!
---
BasiliskII/src/MacOSX/Versions.html | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/BasiliskII/src/MacOSX/Versions.html b/BasiliskII/src/MacOSX/Versions.html
index bf6b36cb..8714d5b8 100644
--- a/BasiliskII/src/MacOSX/Versions.html
+++ b/BasiliskII/src/MacOSX/Versions.html
@@ -72,8 +72,7 @@ Versions of MacOS X port of Basilisk II:
HowTo now displayed by default web browser (as it contains links)
Project Builder defaults so that debug symbols are not included
-Now built on 10.3 and Xcode. Fixes a problem where the binary would always display
- a black screen on 10.3 (and sometimes on other versions, too). Also adds:
+Now built on 10.3 and Xcode. Also adds:
- Xcode project files
- Initial floppy and serial port locating code
@@ -83,4 +82,16 @@ Versions of MacOS X port of Basilisk II:
(thanks to Mike Sliczniak's hard work)
+Now distributed as two applications; the usual one (which should be faster),
+ and one for emulating a Mac Classic (which may also help the 10.2/10.3 users
+ who are having problems with a black screen at startup). The difference is
+ that the "classic" version uses virtual or "banks" memory addressing.
+ Fixed:
+
+ - Loading of ROM or disk images from directories or filenames which
+ contain non-ASCII characters
+ - Floppy locating code. It can't actually access a floppy, but at
+ least it now won't add the cdrom multiple times
+
+