The master source code for Mini vMac is a disk image that may be used in Mini vMac or other emulator or real 680x0 Macintosh. See the Build page to learn how to use it to compile Mini vMac.
MnvM_bld
Is a program that allows you enter options, and it then generates all the files needed to compile Mini vMac for those options in the selected development environment. If it is running in Mini vMac 3.0.0 or later, it will export an archive of these files to the host computer.
source
Source code for the MnvM_bld application.
data
Data for the MnvM_bld application. It is all the source code for Mini vMac that isn't built directly into the MnvM_bld application.
c_src
Contains all of the C source code files. {Alpha} now named “src” and contains all source, not just C.
a_src
Contains all of the (optional) assembly language files for each processor. {Alpha} no longer present
api
Contains additional source files in folders for each API (Application Programming Interface) supported by Mini vMac, including “osx” for Macintosh OS X using Carbon and “win” for Microsoft Windows using Win32. {Alpha} no longer present
sound
Contains additional source files in folders for sound APIs supported by Mini vac. {Alpha} no longer present
platform
Contains additional source files, mostly icon resources, sorted by platform.
language
Contains the user interface strings for each supported language. {Alpha} no longer present
mydriver
Source code for a replacement disk driver that is patched into the emulated rom, and for the video driver of the Macintosh II emulation.
{Alpha} tran
Some source files are simple transformations of other source files. This is some MPW scripts to help keep them in sync.
output
Temporary files generated by the MnvM_bld application are placed here.
README
Has link to Mini vMac home page, and some license information.
COPYING
The GPL license
:
If you find Mini vMac useful, please consider helping the Gryphel Project.
Next - Building Mini vMac