Basilisk II
From Just Solve the File Format Problem
(Difference between revisions)
m (changed external link to internal) |
(Added categories) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {| | ||
+ | |[[Software]] | ||
+ | | > | ||
+ | |[[Emulation Software]] | ||
+ | | > | ||
+ | |[[Basilisk II]] | ||
+ | |} | ||
+ | |||
'''Basilisk II''' is a free 68000 Macintosh [[Emulation_Software|emulator]] written in C/C++. | '''Basilisk II''' is a free 68000 Macintosh [[Emulation_Software|emulator]] written in C/C++. | ||
Line 14: | Line 22: | ||
* Emulates extended ADB keyboard and 3-button mouse | * Emulates extended ADB keyboard and 3-button mouse | ||
* Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k processor | * Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k processor | ||
+ | |||
+ | == Notes == | ||
+ | * [https://twitter.com/benfinoradin/status/369868462791077888 Sound in Macintosh system 7.0.1 does not work in Basilisk II.] | ||
== Resources == | == Resources == | ||
* [http://basilisk.cebix.net/ Website] | * [http://basilisk.cebix.net/ Website] | ||
* [http://basilisk.cebix.net/TECH Technical documentation] | * [http://basilisk.cebix.net/TECH Technical documentation] | ||
+ | |||
+ | [[Category:Emulation]] | ||
+ | [[Category:Macintosh]] |
Latest revision as of 01:07, 30 December 2014
Software | > | Emulation Software | > | Basilisk II |
Basilisk II is a free 68000 Macintosh emulator written in C/C++.
[edit] Emulated hardware
- 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 and NetBSD/m68k) real 68k processor