bas2src

所属分类:Windows编程
开发工具:WINDOWS
文件大小:1334KB
下载次数:6
上传日期:2004-11-18 15:18:22
上 传 者Davidaaa
说明:  Source code for Basilsik

文件列表:
BasiliskII\Setup\General documents\ChangeLog (18510, 1999-11-01)
BasiliskII\Setup\General documents\COPYING (18347, 1999-10-03)
BasiliskII\Setup\General documents\INSTALL (4910, 1999-10-15)
BasiliskII\Setup\General documents\TECH (31327, 1999-10-21)
BasiliskII\Setup\General documents\TODO (1960, 1999-11-01)
BasiliskII\Setup\ROM dumping utility\GetRom.sea.hqx (154297, 1999-06-22)
BasiliskII\Setup\ROM dumping utility\GetRom.sit.hqx (21985, 1999-06-22)
BasiliskII\Setup\ROM dumping utility\Late-breaking info.txt (95, 2000-03-13)
BasiliskII\Setup\Windows-specific documents\Changes.win32.txt (40336, 2001-01-20)
BasiliskII\Setup\Windows-specific documents\Ethernet.win32.txt (8872, 2000-06-04)
BasiliskII\Setup\Windows-specific documents\NAT-Router FAQ.html (15528, 2001-01-20)
BasiliskII\Setup\Windows-specific documents\Speed tips.txt (4365, 2000-05-29)
BasiliskII\Setup\Windows-specific documents\Tech.win32.txt (3109, 2001-01-20)
BasiliskII\src\adb.cpp (10906, 2001-01-20)
BasiliskII\src\audio.cpp (15424, 2000-06-10)
BasiliskII\src\cdrom.cpp (29186, 1999-12-20)
BasiliskII\src\disk.cpp (14000, 1999-12-20)
BasiliskII\src\emul_op.cpp (15745, 2000-06-20)
BasiliskII\src\ether.cpp (6226, 2001-01-03)
BasiliskII\src\extfs.cpp (74276, 1999-12-20)
BasiliskII\src\GetRom\GetRom.sea.hqx (154297, 1999-06-22)
BasiliskII\src\GetRom\GetRom.sit.hqx (21985, 1999-06-22)
BasiliskII\src\include\adb.h (1237, 2001-01-20)
BasiliskII\src\include\audio.h (3666, 1999-11-13)
BasiliskII\src\include\audio_defs.h (4782, 1999-10-20)
BasiliskII\src\include\cdrom.h (1500, 1999-10-12)
BasiliskII\src\include\clip.h (1003, 1999-10-03)
BasiliskII\src\include\debug.h (1857, 1999-10-05)
BasiliskII\src\include\disk.h (1493, 1999-10-12)
BasiliskII\src\include\emul_op.h (2913, 2000-04-04)
BasiliskII\src\include\ether.h (2097, 1999-10-03)
BasiliskII\src\include\ether_defs.h (1387, 1999-10-03)
BasiliskII\src\include\extfs.h (2782, 1999-11-12)
BasiliskII\src\include\extfs_defs.h (12103, 1999-10-19)
BasiliskII\src\include\macos_util.h (5075, 1999-12-18)
BasiliskII\src\include\main.h (2621, 2000-06-18)
BasiliskII\src\include\prefs.h (2707, 1999-10-03)
... ...

Basilisk II, Version 0.8 A free, portable Mac II emulator Copyright (C) 1997-1999 Christian Bauer et al. Freely distributable License ------- Basilisk II is available under the terms of the GNU General Public License. See the file "COPYING" that is included in the distribution for details. Overview -------- Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is freeware and distributed under the GNU General Public License. Basilisk II has currently been ported to the following systems: - BeOS R4 (PowerPC and x86) - Unix (tested under Linux, Solaris 2.5, FreeBSD 3.x and IRIX 6.5) - AmigaOS 3.x - Windows NT 4.0 (mostly works under Windows 95/***, too) Some features of Basilisk II: - Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) or a Mac II series machine (which runs MacOS 7.x, 8.0 and 8.1), depending on the ROM being used - Color video display - CD quality sound output - Floppy disk driver (only 1.44MB disks supported) - Driver for HFS partitions and hardfiles - CD-ROM driver with basic audio functions - Easy file exchange with the host OS via a "Host Directory Tree" icon on the Mac desktop - Ethernet driver - Serial drivers - SCSI Manager (old-style) emulation - Emulates extended ADB keyboard and 3-button mouse - Uses UAE 68k emulation or (under AmigaOS) real 68k processor The emulator is not yet complete. See the file "TODO" for a list of unimplemented stuff. Requirements and Installation ----------------------------- Please consult the file "INSTALL" for a list of system requirements and installation instructions. Configuration ------------- Basilisk II is configured via the preferences editor that appears on startup. If you have a version without preferences editor (e.g. because of missing GTK+ under Unix), you have to edit the preferences file manually. The settings are stored in a text file: BeOS: /boot/home/config/settings/BasiliskII_prefs Unix: ~/.basilisk_ii_prefs AmigaOS: ENV:BasiliskII_prefs Windows: BasiliskII_prefs (in the same directory as the executable) If no preferences file is present, Basilisk II will create one with the default settings upon startup. Preferences File Format ----------------------- The preferences file is a text file editable with any text editor. Each line in this file has the format "keyword value" and describes one preferences item. For each keyword, the meaning of the "value" string may vary across platforms. The following keywords exist: disk This item describes one MacOS volume to be mounted by Basilisk II. There can be multiple "disk" lines in the preferences file. Basilisk II can handle hardfiles (byte-per-byte images of HFS volumes in a file on the host system) as well as HFS partitions on hard disks etc. (but Basilisk II doesn't know about MacOS partition tables; it relies on the host OS to handle this). The "volume description" is either the pathname of a hardfile or a platform-dependant description of an HFS partition or drive. If the volume description starts with an asterisk ("*"), the volume is write protected for MacOS (and the "*" is discarded). BeOS: To specify an HFS partition, simply specify its path (e.g. "/dev/disk/scsi/0/1/0/0_3"). If you don't specify any volume, Basilisk II will search for and use all available HFS partitions. Unix: To specify an HFS partition, simply specify its path (e.g. "/dev/sda5"). AmigaOS: Partitions/drives are specified in the following format: /dev////// "start block" and "size" are given in blocks, "block size" is given in bytes. Windows: To define a logical volume (Windows NT only), specify its path (e.g. "c:\"). To define a physical volume (NT and 9x), additionally give the "physical" keyword (E.g. "physical c:\"). For safety reasons, volumes are mounted as read-only. This is due to the bugs in PC Exchange. If you don't specify any volume, the files *.hfv and *.dsk are searched from the current directory. Note that in this case, Basilisk II tries to boot from the first volume file found, which is random and may not be what you want. floppy This item describes one floppy drive to be used by Basilisk II. There can be multiple "floppy" lines in the preferences file. If no "floppy" line is given, Basilisk II will try to automatically detect and use installed floppy drives. The format of the "floppy drive description" is the same as that of "disk" lines. cdrom This item describes one CD-ROM drive to be used by Basilisk II. There can be multiple "cdrom" lines in the preferences file. If no "cdrom" line is given, Basilisk II will try to automatically detect and use installed CD-ROM drives. The format of the "CD-ROM drive description" is the same as that of "disk" lines. extfs This item specifies the root directory for the "Host Directory Tree" file system (the "Unix/BeOS/Amiga/..." icon on the Finder desktop). All objects contained in that directory are accessible by Mac applications. This feature is only available when File System Manager V1.2 or later is installed on the Mac side. FSM 1.2 is built-in beginning with MacOS 7.6 and can be installed as a system extension (downloadable from Apple, look for the FSM SDK in the developer section) for earlier MacOS versions. scsi0 ... scsi6 These items describe the SCSI target to be used for a given Mac SCSI ID by Basilisk II. Basilisk II emulates the old SCSI Manager and allows to assign a different SCSI target (they don't even have to be on the same SCSI bus) for each SCSI ID (0..6) as seen by the MacOS. "scsi0" describes the target for ID 0, "scsi1" the target for ID 1 etc. The format of the "SCSI target" is platform specific. BeOS: The "SCSI target" has the format "/" (e.g. "0/2"). Due to a bug in BeOS, using SCSI with Basilisk II may cause the SCSI bus to hang. Use with caution. Linux: The "SCSI target" has to be the name of a device that complies to the Generic SCSI driver API. On a standard Linux installation, these devices are "/dev/sg0", "/dev/sg1" etc. Note that you must have appropriate access rights to these devices and that Generic SCSI support has to be compiled into the kernel. FreeBSD: The "SCSI target" has the format "/" (e.g. "2/0"). AmigaOS: The "SCSI target" has the format "/" (e.g. "scsi.device/2"). Windows: The "SCSI target" has the format <"Vendor"> <"Model"> (e.g. scsi0 "HP" "CD-Writer+ 7100"). Note the use of quotes. screen

近期下载者

相关文件


收藏者