µvMac - cleaned up fork of the Macintosh emulator Mini vMac
Go to file
InvisibleUp 8423f06d38 Add Win32 manifest, rsrc dependency list
manifest needed for 1:1 pixel sizing on high DPI displays
2023-09-23 14:15:54 -07:00
_work Try to get Mac II emulation working again 2020-07-09 21:44:36 -04:00
cfg Add configuration file support 2020-07-10 21:51:05 -04:00
docs
extras
gfx
rsrc Add Win32 manifest, rsrc dependency list 2023-09-23 14:15:54 -07:00
src Fix Win32 resource file, SONYDRV patch on MSVC 2023-09-23 14:01:14 -07:00
.gitignore Fix compile errors 2023-09-23 13:45:18 -07:00
.gitmodules Add configuration file support 2020-07-10 21:51:05 -04:00
COPYING.txt
meson.build Add Win32 manifest, rsrc dependency list 2023-09-23 14:15:54 -07:00
README.md Update README.md 2023-09-23 13:48:11 -07: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.

µvMac is undergoing substansial and sporadic development and is unlikely to be in an usable state at this time.

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.

So far µvMac has only been tested on Windows and Linux. No other operating systems are supported at this time.

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.