uvmac/README.md

42 lines
2.1 KiB
Markdown
Raw Normal View History

2020-03-15 00:41:42 +00:00
# µvMac 0.37.0
2020-02-27 05:41:11 +00:00
2020-03-15 00:41:42 +00:00
Forked from Mini vMac v36.4 by Paul C. Pratt (http://www.gryphel.com/c/minivmac), which was forked from vMac by Philip "PC" Cummins (http://www.vmac.org/main.html)
2020-02-27 05:41:11 +00:00
2020-03-15 00:41:42 +00:00
µvMac (micro vMac) is a small, simple emulator for early Motorola 68000 based emulators. Currently we support systems from the original Macintosh 128K all the way up to the Macintosh II.
2020-02-27 05:41:11 +00:00
2020-03-15 00:41:42 +00:00
This fork was created to clean up and modernize the code base, make the project easier to compile and hack on, and allow for much easier user configuration. The intent of Mini vMac was to create a "emulator collection" of many very optimized "variations" of the same codebase. I consider this much more trouble than it's worth, and intend to focus more on maintainability and accuracy.
2020-02-27 05:41:11 +00:00
2020-07-02 03:22:00 +00:00
## Supported Platforms
µvMac *absolutely requires* SDL2. There are no plans to support platforms that SDL2 does not target. For 99% of users, this should not be a concern. Dropping support for esoteric platforms and exclusively using SDL2 vastly simplifies the complexity of the code.
Here's an incomplete list of platforms that can, in theory, be targeted. These are listed in order of support.
- Linux
- Windows
- macOS
- FreeBSD/OpenBSD/NetBSD/etc.
- Haiku
- Emscripten
2020-02-27 05:41:11 +00:00
## Screenshots
2020-07-02 03:22:00 +00:00
![System 7.1 running on an emulated Macintosh Plus](docs/macplus.png)
![System 7.1 running on an emulated Macintosh II](docs/macii.png)
The below images are mockups of an upcoming feature, the configuration manager. This replaces Control Mode in Mini vMac, and also appears when you start the emulator.
![Mockup of the config manager's initial screen](docs/bootdlg_start.png)
![Mockup of the config manager's device selection screen](docs/bootdlg_model.png)
2020-02-27 05:41:11 +00:00
## Legal info
2020-03-15 00:41:42 +00:00
You can redistribute µvMac and/or modify it under the terms
2020-02-27 05:41:11 +00:00
of version 2 of the GNU General Public License as published by
the Free Software Foundation. See the included file COPYING.txt
2020-03-15 00:41:42 +00:00
µvMac is distributed in the hope that it will be useful,
2020-02-27 05:41:11 +00:00
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
license for more details.