Rebrand to "micro vMac", clean up docs

This commit is contained in:
InvisibleUp 2020-03-14 20:41:42 -04:00
parent 20082e3307
commit b29685ec29
35 changed files with 503 additions and 105 deletions

View File

@ -282,64 +282,3 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program 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
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

View File

@ -27,13 +27,13 @@ SrcFiles := \
windows :
mkdir -p "bld/"
windres -i "src/UI/WIN32/main.rc" --input-format=rc -o "bld/main.res" -O coff --include-dir "src/"
$(CC) -o "minivmac.exe" $(SrcFiles) "src/UI/WIN32/OSGLUWIN.c" \
$(CC) -o "microvmac.exe" $(SrcFiles) "src/UI/WIN32/OSGLUWIN.c" \
"bld/main.res" $(CCFLAGS) -mwindows -lwinmm -lole32 -luuid
linux :
mkdir -p "bld/"
$(CC) -o "minivmac.exe" $(SrcFiles) "src/UI/UNIX/OSGLUXWN.c" $(CCFLAGS) -lX11 -ldl
$(CC) -o "microvmac.exe" $(SrcFiles) "src/UI/UNIX/OSGLUXWN.c" $(CCFLAGS) -lX11 -ldl
clean :
rm -r "bld/"
rm "minivmac.exe"
rm "microvmac.exe"

View File

@ -1,10 +1,10 @@
# Mini vMac (fork by InvisibleUp)
# µvMac 0.37.0
Forked from Mini vMac by Paul C. Pratt (http://www.gryphel.com/c/minivmac), which was forked from vMac by Philip "PC" Cummins (http://www.vmac.com)
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)
Mini 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.
µ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.
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
@ -13,11 +13,11 @@ This fork was created to clean up and modernize the code base, make the project
## Legal info
You can redistribute Mini vMac and/or modify it under the terms
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
Mini vMac is distributed in the hope that it will be useful,
µ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.

View File

@ -61,10 +61,10 @@
#define NeedIntlChars 0
#define ItnlKyBdFix 1
#define kStrAppName "Mini vMac (Viz)"
#define kAppVariationStr "minivmac-viz-36.04-wx64"
#define kStrAppName "micro vMac"
#define kAppVariationStr "uvmac-0.37.0-wx64"
#define kStrCopyrightYear "2020"
#define kMaintainerName "InvisibleUp"
#define kStrHomePage "https://github.com/invisibleup/minivmac"
#define kBldOpts "-br 36 -t wx64"
#define kBldOpts "obsolete"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Mini vMac 37 Variations Service (Advanced) Directions </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="a_vara_d.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/a_vara_d - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Mini vMac 37 *<i>Alpha</i>* </h3> <h2 align=center> Variations Service (Advanced) Directions </h2> <hr> <p> <b> Alpha! </b> Variations for the current stable version are available from the main <a href="var/mnvm0159.html">Mini vMac Variations Service</a> page. For more information about the Alpha, see the <a href="alpha.html">Mini vMac 37</a> download page. </p> <p> The Advanced Variations Service works in pretty much the same way as the <a href="a_var.html">Basic Variations Service</a>, but with many more options. </p> <p> One difference is that a link in each option&rsquo;s name leads to documentation for that option. </p> <p> : </p> <p> Back to - <b><a href="a_vara.html">Mini vMac *<i>Alpha</i>* Variations Service (Advanced)</a></b> </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/a_vara_d - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2020 Paul C. Pratt - last update 2/9/2020 </div> </body> </html>

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Mini vMac 37 Variations Service (Text Based) </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="a_vart.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/a_vart - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Mini vMac 37 *<i>Alpha</i>* </h3> <h2 align=center> Variations Service (Text Based) </h2> <hr> <form action="https://www.gryphel.com/cgi-bin/cust37t_292.pl" method="post"> <p> Use the &lsquo;P&rsquo; command of the Mini vMac <a href="control.html#control_mode">Control Mode</a> (type Control-P, usually) in an existing variation of Mini vMac 36 or later to copy its options, and then paste them here: </p> <p><textarea name="bs7822" rows="3" cols="60" tabindex="1"></textarea></p> <p> Enter any desired additional or changed options from the &ldquo;<a href="options.html">Options documentation</a>&rdquo;: </p> <p><textarea name="ov2723" rows="3" cols="60" tabindex="1"></textarea></p> <p> (The above can be left blank if you are simply updating an existing variation to a new version of Mini vMac, or creating a sponsored version of a demo.) </p> <p> <a href="sp_code.html">Sponsor Code</a> (without this a demo is created) : </p> <blockquote> <p><input type="text" name="sc3598" size="20" maxlength="20"></p> </blockquote> <p><input type="submit" name="" value="Make custom variation"> <input type="hidden" name="p5331" value="cqi5g2w6"></p> <p> After this button is pressed, the Text Based Variations Service works the same way as the <a href="a_var.html">Basic Variations Service</a>. </p> </form> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/a_vart - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2020 Paul C. Pratt - last update 2/9/2020 </div> </body> </html>

View File

@ -1 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> About Mini vMac </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="about.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/about - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> About </h2> <h3 align=center> Mini vMac </h3> <hr> <p> The Mini vMac emulator collection allows modern computers to run software made for early Macintosh computers, the computers that Apple sold from 1984 to 1996 based upon Motorola's 680x0 microprocessors. The first member of this collection <a href="http://en.wikipedia.org/wiki/Emulator">emulates</a> the <a href="http://en.wikipedia.org/wiki/Macintosh_Plus">Macintosh Plus</a>. </p> <p> Mini vMac began in 2001 as a spin off of the program vMac. It was originally intended to be of limited interest, a simpler version to serve as a programmers introduction to vMac. But vMac hasn&rsquo;t been updated in many years, so Mini vMac may now be considered its continuation. </p> <p> The &ldquo;Mini&rdquo; in the name now means that each emulator in the collection is as small and simple as possible. The meta program and data that generate the emulators (the Mini vMac <a href="build.html">build system</a>) are rather bigger. Besides the Macintosh Plus, there are also emulations of the Macintosh 128K, 512K, 512Ke, SE, Classic, and SE FDHD. Work is in progress on Macintosh II emulation. There are also numerous other <a href="options.html">options</a>. </p> <p> Mini vMac requires a ROM image file to run, and so can be legally used only by those who own a 680x0 based Macintosh. This leads to the question, if you need to own the real computer to use it, what is the use of the emulator? First, a real Macintosh won&rsquo;t last forever. It is common for the power supply to fail. It is still legal to use the emulation after the real computer breaks. And second, the emulation is more convenient than the real thing. It is much faster (on modern computers) and you can use a better screen, keyboard, and mouse. And it is easier to transfer files between the modern computer and the emulator. </p> <p> Mini vMac is part of the <a href="https://www.gryphel.com/index.html">Gryphel Project</a>, about helping to preserve software made for early Macintosh computers. Another component of the Gryphel Project is a list of <a href="https://www.gryphel.com/c/alt/index.html">Alternatives to Mini vMac</a>. </p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <p> Next - <b><a href="screens/index.html">Screenshots</a></b></p> <p> Or skip to - <b><a href="download.html">Download Mini vMac</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/about - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2011 Paul C. Pratt - last update 12/10/2011 </div> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> About µvMac </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="about.html">
</head>
<body>
<center>
<h1>µvMac - About</h1>
<a href="index.html">Back</a>
</center>
<hr>
<p>
The µvMac emulator allows modern computers
to run software made for early Macintosh
computers, the computers that Apple sold from 1984 to 1996
based upon Motorola's 680x0 microprocessors, most notably the
<a href="http://en.wikipedia.org/wiki/Macintosh_Plus">Macintosh Plus</a>.
</p>
<p> µvMac is maintained by <a href="https://invisibleup.com">InvisibleUp</a>.</p>
<p>
µvMac began in 2020 as a spin off of the program Mini vMac. Mini vMac,
while great, was inflexible and very difficult to maintain. 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.
</p>
<p>
The &ldquo;micro&rdquo; in the name refers more to the side and simplicity
of the codebase than of any particular binary. That said, having every
possible system emulated by one single program would, in fact, be smaller.
Also it was meant to imply that this comes "after" Mini vMac.
</p>
Besides the Macintosh Plus, there
are also emulations of the Macintosh 128K, 512K, 512Ke,
SE, Classic, and SE FDHD.
Work is in progress on Macintosh II emulation, which seems to be mostly
stable from what testing I've done.
</p>
</body>
</html>

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Download Mini vMac 37 </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="alpha.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/alpha - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> Download </h2> <h3 align=center> Mini vMac 37 *<i>Alpha</i>* </h3> <hr> <p> : </p> <p> <a href="https://www.gryphel.com/d/minivmac/c/minivmac200301.src.tgz">Source Code</a> (<a href="https://www.gryphel.com/d/minivmac/c/minivmac200301.src.inf.txt">info</a>) Version 200301 in compressed archive file.</p> <p> : </p> <p> <b> Alpha! </b> The current stable version is available from the main <a href="download.html">Mini vMac Download</a> page. <!-- , and there is also a <a href="../../c/minivmac/beta.html">Beta</a> version --> For more information about the Alpha, see the <a href="change/v37.html">Mini vMac 37</a> changes page, and the general <a href="https://www.gryphel.com/index.html#news">Gryphel Project News</a>. </p> <p> While Mini vMac 37 is in Alpha (and therefore frequently changing), the set of compiled standard variations is not provided. You can either compile Mini vMac yourself, or the Variations Service can compile it for you. </p> <blockquote> <p> <a href="a_var.html">Mini vMac Variations Service</a> . . . try it out! </p> </blockquote> <!-- <p> To get started with Mini vMac, download one of the compiled applications listed at left, and then go to the <a href="start.html">Getting Started</a> page. </p> <p> (If you have not already seen it, check the <a href="about.html">about page</a> to learn more about Mini vMac.) </p> <p> This page has the standard variations of Mini vMac. There are many other possible variations, emulating other Macintosh models, other screen sizes, using other languages for the user interface, and much more. < !-- The <a href="options.html">Mini vMac Options</a> page lists the possibilities. -- > I can compile such variations for you. See: < !-- , and provides downloads of example variations -- > </p> --> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/alpha - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2020 Paul C. Pratt - last update 3/1/2020 </div> </body> </html>

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Compiling Macintosh 680x0 Applications </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="index.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../index.html">minivmac</a>/appc - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Compiling </h3> <h3 align=center> Macintosh 680x0 Applications </h3> <hr> <p> <a href="index.html#in">Skip down to Compiler Index</a> </p> <p> How to compile Macintosh 680x0 applications belonging to the <a href="https://www.gryphel.com/index.html">Gryphel Project</a>, including many of the <a href="../extras/index.html">Mini vMac extras</a>. </p> <p> Each of these applications is released as a disk image, all of them in the same format. At the top level of the image is the compiled application and a folder named "source". The source folder contains a file named "app.c", and also other files, with names ending in ".i", that are used by "app.c". All of the source code is written in the C language, except for the Macintosh style "resources". The resources are contained only in the compiled application, there is no other original copy in the disk image. </p> <h4> <a name="in"> ... Compiler Index ... </a> </h4> <p> <a href="index.html#mpw_sc">MPW using Symantec C compiler</a> </p> <p> <a href="index.html#mpw_c">MPW using MPW C compiler</a> </p> <p> <a href="index.html#mw">Metrowerks C/C++ 68K 1.1</a> </p> <p> <a href="index.html#symc">Symantec C++ 6.0</a> </p> <p> <b> <a name="mpw_sc"> MPW using Symantec C compiler </a> </b> </p> <p> The Symantec C compiler is included in the <a href="https://en.wikipedia.org/wiki/Macintosh_Programmers_Workshop">Macintosh Programmer's Workshop</a> 3.5 Golden Master that is still <a href="ftp://ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./MPW-GM_Images/MPW-GM.img.bin">available</a> from Apple. </p> <p> To compile the Mini vMac build system, mount its disk image, and then execute these commands: </p> <pre> Set TheApp MnvM_bld SC -opt space -proto strict -w 17 -b2 -mbg off "{TheApp}:source:app.c" -o "{TheApp}:app.o" Link -rn "{TheApp}:app.o" "{Libraries}Interface.o" "{Libraries}MacRuntime.o" -o "{TheApp}:{TheApp}" Delete "{TheApp}:app.o" </pre> <p> To compile other applications, replace 'MnvM_bld' in the first line. </p> <p> To execute commands in MPW, enter them into the Worksheet, select them, and then press the &ldquo;Enter&rdquo; key. The compile is done when the cursor stops spinning. </p> <p> MPW 3.5 requires a Macintosh II or later. The Mini vMac Macintosh II emulation in development works well enough to run this version of MPW. </p> <p> <b> <a name="mpw_c"> MPW using MPW C compiler </a> </b> </p> <p> The MPW C compiler is included in MPW 3.0 (other versions might or might not also work). </p> <p> To compile the Mini vMac build system, mount its disk image, and then execute these commands: </p> <pre> Set TheApp MnvM_bld C -r -b2 -mbg off "{TheApp}:source:app.c" -i "{TheApp}:source:" -o "{TheApp}:app.o" Link -rn "{TheApp}:app.o" "{clibraries}CRuntime.o" "{clibraries}CInterface.o" "{libraries}Interface.o" -o "{TheApp}:{TheApp}" Delete "{TheApp}:app.o" </pre> <p> To compile other applications, replace 'MnvM_bld' in the first line. </p> <p> <b> <a name="mw"> Metrowerks C/C++ 68K 1.1 </a> </b> </p> <p> ... to be documented ... </p> <p> <b> <a name="symc"> Symantec C++ 6.0 </a> </b> </p> <p> ... to be documented ... </p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <p> Next - <b><a href="../options.html">Mini vMac compile time options</a></b></p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="../index.html">minivmac</a>/appc - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2011 Paul C. Pratt - last update 11/20/2011 </div> </body> </html>

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Download Mini vMac Branches </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="download.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/download - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> Download </h2> <h3 align=center> Mini vMac Branches </h3> <hr> <p> Downloads of each major branch of Mini vMac: <br> : : (see also <a href="change/index.html">Lists of Changes</a> for these branches) </p> <p> <a href="alpha.html">Mini vMac 37.xx</a> is in alpha </p> <p> <a href="download.html">Mini vMac 36.xx</a> is the current stable version </p> <p> <a href="old.html">Mini vMac 3.5.8</a></p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <p> Next - <b><a href="start.html">Getting Started</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/download - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2018 Paul C. Pratt - last update 10/29/2018 </div> </body> </html>

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Building Mini vMac </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="build.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/build - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Building Mini vMac </h3> <hr> <p> <a href="build.html#in">Skip down to Platform Index</a> </p> <!-- <p> <b> * * * to be updated * * * </b> </p> --> <p> How to build the Mini vMac program from the source code. </p> <p> <b>Warning</b> : This is not recommended unless you are a programmer familiar with the C language and your chosen development environment. First, the versions I provide (the standard Variations and the <a href="var/mnvm0159.html">Variations Service</a>), which are compiled using a specific version of GCC, are much better tested. Compiling with other development environments may encounter compiler bugs and Mini vMac bugs that only some compilers trigger. I try ensure that Mini vMac can compile with other development environments at the time of final release of a branch, but the results are not tested too thoroughly. Further, new versions of development environments released later may cause further problems, which won&rsquo;t be corrected before the next branch of Mini vMac. So, when you compile your own copy of Mini vMac, you will need to test it thoroughly, and find a fix for any problems yourself. Second, for all development environments besides the set of GCC cross compilers that I use, the build system just tries to configure it for maximum chance of working correctly, and not for performance. If you want good performance, you will need to try out various compiler options, see what is fastest, and then thoroughly test to make sure that it works correctly. Third, if you are not familiar with your chosen development environment, I can not teach everyone in that position. For lack of time, and that I&rsquo;m no expert in all development environments either. </p> <p> : </p> <p> First download the source code archive from the <a href="download.html">download</a> page, a file with the name like &ldquo;minivmac-3x.xx.src.tgz&rdquo;. Extract from this file to get a folder. (Whose contents are described in the <a href="contents.html">Contents of the source distribution</a> page.) </p> <p> The source for the configuration tool is in &ldquo;setup&rdquo;folder. In a unix like system, such as Linux on x86-64, it can be compiled using something like &ldquo;gcc setup/tool.c -o setup_t&rdquo;, then run with something like &ldquo;./setup_t -t lx64 > setup.sh&rdquo;, and the output run with &ldquo;. setup.sh&rdquo;, and then Mini vMac can be compiled with &ldquo;make&rdquo;. </p> <p> Besides &ldquo;-t&rdquo;, the configuration tool accepts many more options, listed on the <a href="options.html">Mini vMac Options</a> page. The <a href="develop.html">Develop</a> page has more options useful to developers and maintainers. </p> <p> Before compiling the configuration tool, you can insert definitions into &ldquo;setup/CONFIGUR.i&rdquo;, such as to specify what development environment you are using. The <a href="setupcfg.html">Setup Tool Configuration</a> page lists such choices. </p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <p> Next - <b><a href="appc/index.html">Compiling Build System</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/build - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2016 Paul C. Pratt - last update 8/28/2016 </div> </body> </html>

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Download Mini vMac 36.04 Macintosh 128K Variations </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="dnld_128.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/dnld_128 - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> Download Mini vMac </h2> <h3 align=center> 36.04 (Stable) Macintosh 128K Variations </h3> <hr> <p> These variations emulate a Macintosh 128K (using the &ldquo;-m 128K&rdquo; build option). The main <a href="download.html">Download</a> page has many more options. </p> <p> : </p> <p> Macintosh OS </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-mc64.bin.tgz">x86-64</a> (58K) <br> for any Mac made after 2012 <br> (and some earlier ones) </p> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-imch.bin.tgz">x86-32</a> (43K) <br> for any Mac made after 2006 </p> <p> for earlier Macs: <br> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-mach.bin.tgz">PowerPC</a> (50K) </p> </blockquote> <p> Microsoft Windows </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-wx86.bin.zip">x86-32</a> (65K) <br> for any PC </p> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-wx64.bin.zip">x86-64</a> (73K) </p> </blockquote> <p> Linux </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-lx86.bin.tgz">x86-32</a> (45K) </p> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-lx64.bin.tgz">x86-64</a> (51K) <br> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-lppc.bin.tgz">PowerPC</a> (52K) <br> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-larm.bin.tgz">ARM</a> (49K) <br> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-lspr.bin.tgz">SPARC</a> (50K) </p> </blockquote> <!-- <p> Macintosh OS 9 and earlier </p> <blockquote> <p> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-mppc.bin.zip">PowerPC</a> (44K) <br> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-m68k.bin.zip">680x0</a> (42K) </p> --> </blockquote> <p> FreeBSD </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-fbsd.bin.tgz">x86-32</a> (44K) </p> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-fb64.bin.tgz">x86-64</a> (49K) </p> </blockquote> <!-- <p> OpenBSD </p> <blockquote> <p> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-obsd.bin.tgz">x86-32</a> (40K) </p> <p> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-ob64.bin.tgz">x86-64</a> (49K) </p> </blockquote> --> <p> NetBSD </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-nbsd.bin.tgz">x86-32</a> (43K) </p> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-nb64.bin.tgz">x86-64</a> (49K) </p> </blockquote> <!-- <p> Dragonfly BSD </p> <blockquote> <p> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-dbsd.bin.tgz">x86-32</a> (39K) </p> <p> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-db64.bin.tgz">x86-64</a> (47K) </p> </blockquote> --> <p> OpenIndiana </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-oind.bin.tgz">x86-32</a> (43K) </p> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-oi64.bin.tgz">x86-64</a> (48K) </p> </blockquote> <p> Microsoft Windows Mobile 5.0 </p> <blockquote> <p> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/mnvm0020-36.04-wcar.bin.zip">ARM</a> (47K) </p> </blockquote> <!-- <p> Minix 3.2 </p> <blockquote> <p> <a href="../../d/minivmac/minivmac-36.04/mnvm0020-36.04-minx.bin.tgz">x86-32</a> (538K) </p> </blockquote> --> <p> ... </p> <p> <a href="ports.html">More Ports</a>, for running upon other computers, by other people </p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/dnld_128 - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2018 Paul C. Pratt - last update 10/26/2018 </div> </body> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Download Mini vMac 36.04 </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="download.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/download - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> Download </h2> <h3 align=center> Mini vMac 36.04 (Stable) </h3> <hr> <p> This is the stable branch. Downloads are also available for other <a href="branch.html">branches of Mini vMac</a>. </p> <!-- <p> <b> Recent update! </b> The <a href="../../c/minivmac/change/v36.html">Mini vMac 36 changes</a> page lists what is new. In case of serious problems <a href="../../c/minivmac/old.html">Mini vMac 3.5.8</a> is still available. Please <a href="../../c/feedback.html">report to me</a> any problems. </p> --> <h3> <a href="dnld_std.html">Download Standard Variations</a> </h3> <blockquote> <p> For emulating a Macintosh Plus, with an English user interface, for various platforms. </p> </blockquote> <h3> <a href="var/mnvm0159.html">Mini vMac Variations Service</a> . . . try it out! </h3> <blockquote> <p> There are many other possible variations, emulating other Macintosh models, other screen sizes, using other languages for the user interface, and much more. The Variations Service can compile the variations you desire. </p> </blockquote> <h3> <a href="https://www.gryphel.com/d/minivmac/minivmac-36.04/minivmac-36.04.src.tgz">Download Source Code</a> (500K) </h3> <blockquote> <p> Or, you can compile variations yourself from the source, following instructions in the <a href="build.html">Building Mini vMac</a> page. </p> </blockquote> <h3> <a href="dnld_mii.html">Download Macintosh II Variations</a> </h3> <blockquote> <p> The most popular nonstandard variation, using the &ldquo;-m II&rdquo; build option. </p> </blockquote> <h3> <a href="dnld_128.html">Download Macintosh 128K Variations</a> </h3> <blockquote> <p> Emulate the original Macintosh, using the &ldquo;-m 128K&rdquo; build option. </p> </blockquote> <h3> <a href="https://www.gryphel.com/d/minivmac/md5.txt">MD5 Checksums</a> (4K) </h3> <blockquote> <p> You can use these checksums to verify that files downloaded correctly. They are signed with <a href="https://www.gryphel.com/c/keys/k5.html">Gryphel Key 5</a>. </p> </blockquote> <p> I provide versions of Mini vMac compiled for various platforms. There are also <a href="ports.html">ports by other people</a> to additional platforms. </p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <p> Next - <b><a href="start.html">Getting Started</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/download - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2018 Paul C. Pratt - last update 10/29/2018 </div> </body> </html>

File diff suppressed because one or more lines are too long

View File

@ -1 +1,130 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> License for Mini vMac </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="license.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/license - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Mini vMac </h3> <h3 align=center> License </h3> <hr> <p> Mini vMac is distributed under the terms of the GNU General Public License, version 2. For more information, see the file COPYING, included with the Mini vMac source distribution. </p> <p> Mini 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. </p> <p> vMac is not GPL&rsquo;d. Mini vMac is distributed under the GPL with the gracious permission of the authors of vMac. </p> <p> : </p> <p> Next - <b><a href="credits.html">Credits</a></b></p> <p> Or skip to - <b><a href="download.html">Download Mini vMac</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/license - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2009 Paul C. Pratt - last update 11/8/2009 </div> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> License for Mini vMac </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="license.html">
</head>
<body>
<center>
<h1> Mini vMac - License </h1>
<a href="index.html">Back</a>
</center>
<hr>
<p>
Mini vMac is distributed under the terms of the GNU General Public
License, version 2.
Mini 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.
</p>
<p>
vMac is not GPL&rsquo;d. Mini vMac is distributed under the GPL with the
gracious permission of the authors of vMac.
</p>
<hr />
<p><strong>GNU GENERAL PUBLIC LICENSE</strong><br />
Version 2, June 1991</p>
<p>Copyright (C) 1989, 1991 Free Software Foundation, Inc.<br />
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p>
<p>Everyone is permitted to copy and distribute verbatim copies<br />
of this license document, but changing it is not allowed.</p>
<p><strong>Preamble</strong></p>
<p>The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.</p>
<p>When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.</p>
<p>To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.</p>
<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.</p>
<p>We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.</p>
<p>Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.</p>
<p>Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.</p>
<p>The precise terms and conditions for copying, distribution and modification follow.</p>
<p><strong>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</strong></p>
<p><strong>0</strong>. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".</p>
<p>Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.</p>
<p><strong>1</strong>. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.</p>
<p>You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.</p>
<p><strong>2</strong>. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:</p>
<blockquote>
<p>a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.</p>
<p>b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.</p>
<p>c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)</p>
</blockquote>
<p>These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.</p>
<p>Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.</p>
<p>In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.</p>
<p><strong>3</strong>. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:</p>
<blockquote>
<p>a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,</p>
<p>b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,</p>
<p>c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)</p>
</blockquote>
<p>The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.</p>
<p>If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.</p>
<p><strong>4</strong>. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.</p>
<p><strong>5</strong>. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.</p>
<p><strong>6</strong>. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.</p>
<p><strong>7</strong>. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.</p>
<p>If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.</p>
<p>It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.</p>
<p>This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.</p>
<p><strong>8</strong>. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.</p>
<p><strong>9</strong>. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</p>
<p>Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.</p>
<p><strong>10</strong>. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.</p>
<p><strong>NO WARRANTY</strong></p>
<p><strong>11</strong>. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
<p><strong>12</strong>. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
<p>END OF TERMS AND CONDITIONS</p>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Download Mini vMac 3.5.8 </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="old.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/old - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h2 align=center> Download </h2> <h3 align=center> Mini vMac 3.5.8 (Old) </h3> <hr> <p> <b> Old! </b> Current stable versions are available from the main <a href="download.html">Download Mini vMac</a> page. </p> <h3> <a href="o_dl_std.html">Download Standard Variations</a> </h3> <blockquote> <p> For emulating a Macintosh Plus, with an English user interface, for various platforms. </p> </blockquote> <!-- <h3> <a href="../../c/minivmac/o_var.html">Mini vMac Variations Service</a> . . . try it out! </h3> <blockquote> <p> There are many other possible variations, emulating other Macintosh models, other screen sizes, using other languages for the user interface, and much more. The Variations Service can compile the variations you desire. </p> </blockquote> --> <h3> <a href="https://www.gryphel.com/d/minivmac/minivmac-3.5.8/minivmac-3.5.8.src.zip">Download Source Code</a> (662K) </h3> <blockquote> <p> Or, you can compile variations yourself from the source, following instructions in the <a href="build.html">Building Mini vMac</a> page. </p> </blockquote> <h3> <a href="o_dl_mii.html">Download Macintosh II Variations</a> </h3> <blockquote> <p> The most popular nonstandard variation, using the &ldquo;-m II&rdquo; build option. </p> </blockquote> <h3> <a href="o_dl_128.html">Download Macintosh 128K Variations</a> </h3> <blockquote> <p> Emulate the original Macintosh, using the &ldquo;-m 128K&rdquo; build option. </p> </blockquote> <h3> <a href="https://www.gryphel.com/d/minivmac/md5.txt">MD5 Checksums</a> (4K) </h3> <blockquote> <p> You can use these checksums to verify that files downloaded correctly. They are signed with <a href="https://www.gryphel.com/c/keys/k5.html">Gryphel Key 5</a>. </p> </blockquote> <p> I provide versions of Mini vMac compiled for various platforms. There are also <a href="ports.html">ports by other people</a> to additional platforms. </p> <p> This page has an older version of Mini vMac. For current stable version, see the main <a href="download.html">Mini vMac Download</a> page. </p> <p> : </p> <p> If you find Mini vMac useful, please consider <a href="https://www.gryphel.com/c/help/index.html">helping the Gryphel Project</A>, of which it is a part. </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <p> Next - <b><a href="start.html">Getting Started</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/old - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2020 Paul C. Pratt - last update 2/9/2020 </div> </body> </html>

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Mini vMac Sponsor Code for Variations </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="sp_code.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/sp_code - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Mini vMac <!-- *<i>Beta</i>* --> </h3> <h2 align=center> Sponsor Code for Variations </h2> <hr> <p> With a <a href="https://www.gryphel.com/c/wishlist/index.html">donation to the Gryphel Project</a> of ten dollars or more, you will receive a &ldquo;Sponsor Code&rdquo; that can be used to request custom variations, as many as you could reasonably want<a href="sp_code.html#asterisk">*</a> for a period of a year. </p> <p> To use this code, paste it into the Sponsor Code field near the top of the <a href="var/mnvm0159.html">Mini vMac Variations Service</a> form, and a regular variation will be created instead of a demo. A regular version is identical to a demo, except for not having the word &ldquo;Demo&rdquo; float around the emulated screen. You can make as many copies as you want, and give them to anyone, under the GNU General Public License (GPL). </p> <p> I will email the code to you. Unfortunately, email is not always reliable. If you don&rsquo;t receive it within a couple days, first check your spam folder. If it is not there, then contact me using the <a href="https://www.gryphel.com/c/feedback.html">feedback</a> form, giving your name, the email address on your donation, and a different email address (and/or street address to mail a letter). </p> <h4> Some fine print </h4> <p> <a name="asterisk"><b>*</b></a> A Sponsor Code code can be used to request up to 25 variations each day, every day for a year. </p> <p> The Variations Service only promises to build variations accurately from the public Mini vMac source. No guarantee is made that the built variations are suitable for any purpose. (Please <a href="https://www.gryphel.com/c/feedback.html">report any bugs</a>.) It is possible that some variations can not be built at all due to bugs in the Mini vMac source. Otherwise, requested variations will be built eventually, but there is no guarantee of how long it will take, due to hardware failures and such issues. </p> <p> : </p> <p> Next - <b><a href="https://www.gryphel.com/c/wishlist/index.html">Donation Page</a></b> </p> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/sp_code - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2017 Paul C. Pratt - last update 11/7/2017 </div> </body> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Mini vMac 36 Variations Service (Advanced) Directions </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="https://www.gryphel.com/c/minivmac/vara_dir .html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/vara_dir - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Mini vMac 36 </h3> <h2 align=center> Variations Service (Advanced) Directions </h2> <hr> <p> The Advanced Variations Service works in pretty much the same way as the <a href="var/mnvm0159.html">Basic Variations Service</a>, but with many more options. </p> <p> One difference is that a link in each option&rsquo;s name leads to documentation for that option. </p> <p> : </p> <p> Back to - <b><a href="vara_srv.html">Mini vMac Variations Service (Advanced)</a></b> </p> <a href="https://www.gryphel.com/index.html"> <img src="https://www.gryphel.com/d/gryphel-32.gif" width=32 height=32 border=0 alt="gryphel logo, 1K" > </a> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/vara_dir - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2018 Paul C. Pratt - last update 12/4/2018 </div> </body> </html>

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Mini vMac 36 Variations Service (Text Based) </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="vart_srv.html"> </head> <body> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/vart_srv - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> </div> <hr> <h3 align=center> Mini vMac 36 </h3> <h2 align=center> Variations Service (Text Based) </h2> <hr> <form action="https://www.gryphel.com/cgi-bin/cust36t_292.pl" method="post"> <p> Use the &lsquo;P&rsquo; command of the Mini vMac <a href="control.html#control_mode">Control Mode</a> (type Control-P, usually) in an existing variation of Mini vMac 36 or later to copy its options, and then paste them here: </p> <p><textarea name="bs7822" rows="3" cols="60" tabindex="1"></textarea></p> <p> Enter any desired additional or changed options from the &ldquo;<a href="options.html">Options documentation</a>&rdquo;: </p> <p><textarea name="ov2723" rows="3" cols="60" tabindex="1"></textarea></p> <p> (The above can be left blank if you are simply updating an existing variation to a new version of Mini vMac, or creating a sponsored version of a demo.) </p> <p> <a href="sp_code.html">Sponsor Code</a> (without this a demo is created) : </p> <blockquote> <p><input type="text" name="sc3598" size="20" maxlength="20"></p> </blockquote> <p><input type="submit" name="" value="Make custom variation"> <input type="hidden" name="p5331" value="cqi5g2w6"></p> <p> After this button is pressed, the Text Based Variations Service works the same way as the <a href="var/mnvm0159.html">Basic Variations Service</a>. </p> </form> <hr> <div> <i> <a href="https://www.gryphel.com/index.html">www.gryphel.com</a>/c/<a href="index.html">minivmac</a>/vart_srv - <a href="https://www.gryphel.com/c/feedback.html">feedback</a> </i> <br> copyright (c) 2018 Paul C. Pratt - last update 12/4/2018 </div> </body> </html>

View File

@ -3569,8 +3569,8 @@ LOCALFUNC bool CreateMainWindow(void)
{
XClassHint *hints = XAllocClassHint();
if (hints) {
hints->res_name = "minivmac";
hints->res_class = "minivmac";
hints->res_name = kStrAppName;
hints->res_class = kStrAppName;
XSetClassHint(x_display, main_wind, hints);
XFree(hints);
}

View File

@ -2791,7 +2791,7 @@ LOCALVAR HDC MainWndDC = NULL;
LOCALVAR int32_t CmdShow;
LOCALVAR TCHAR WndTitle[_MAX_PATH];
LOCALVAR const TCHAR WndClassName[] = TEXT("minivmac");
LOCALVAR const TCHAR WndClassName[] = TEXT(kStrAppName);
LOCALVAR bool gBackgroundFlag = false;
LOCALVAR bool gTrueBackgroundFlag = false;