µvMac - cleaned up fork of the Macintosh emulator Mini vMac
Go to file
InvisibleUp fa4bbacf3a Start implementing "config mode" graphics
I still need to re-do most of the rendering system to throw out all the
jank, but this feels like a half-decent start imo.

Yes, every page is just a separate .png file. I'm lazy. That works.
2020-07-01 22:11:38 -04:00
_work Begin a WIP rewrite of VIAEMDEV.c 2020-05-25 21:49:45 -04:00
cfg SDL2 now compiles, with a segfault 2020-06-30 21:33:55 -04:00
docs Reorganize patch files, add Visual Studio support for bins 2020-05-25 15:34:29 -04:00
extras More type/my name standardization 2020-02-11 00:34:32 -05:00
gfx/bootdlg Start implementing "config mode" graphics 2020-07-01 22:11:38 -04:00
rsrc Reorganize patch files, add Visual Studio support for bins 2020-05-25 15:34:29 -04:00
src Start implementing "config mode" graphics 2020-07-01 22:11:38 -04:00
.gitignore Move build system to Meson 2020-06-30 19:42:28 -04:00
.gitmodules Split up Happy Mac icons into XBMs 2020-02-11 00:09:00 -05:00
COPYING.txt Rebrand to "micro vMac", clean up docs 2020-03-14 20:41:42 -04:00
macii.png Update README 2020-02-27 00:41:11 -05:00
macplus.png Update README 2020-02-27 00:41:11 -05:00
meson.build Start implementing "config mode" graphics 2020-07-01 22:11:38 -04:00
README.md Rebrand to "micro vMac", clean up docs 2020-03-14 20:41:42 -04:00

µvMac 0.37.0

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)

µ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.

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.

Screenshots

System 7.1 running on an emulated Macintosh Plus System 7.1 running on an emulated Macintosh II

You can redistribute µvMac and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the included file COPYING.txt

µvMac is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.