[51668] users/ryandesign/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 30 22:58:20 PDT 2009


Revision: 51668
          http://trac.macports.org/changeset/51668
Author:   ryandesign at macports.org
Date:     2009-05-30 22:58:19 -0700 (Sat, 30 May 2009)
Log Message:
-----------
minivmac-devel: Add 8-bit video to the II and IIx emulators. You'll still need to enable it in the control panel.

Modified Paths:
--------------
    users/ryandesign/minivmac-devel/Portfile

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-05-31 04:53:43 UTC (rev 51667)
+++ users/ryandesign/minivmac-devel/Portfile	2009-05-31 05:58:19 UTC (rev 51668)
@@ -5,7 +5,7 @@
 name                    minivmac-devel
 set my_name             minivmac
 version                 3.1.0-20090402
-revision                3
+revision                4
 set version_number      [lindex [split ${version} -] 0]
 set version_date        [lindex [split ${version} -] 1]
 set version_short_date  [string range ${version_date} 2 end]
@@ -74,8 +74,8 @@
 variant unsupported description {Also build unfinished Mac Classic, Mac II, and Mac IIx emulators} {
     set my_variations [concat ${my_variations} {
         Classic     "Classic"           {-m Classic}
-        II          "II"                {-m II -mem 8M -hres 800 -vres 600 -depth 0}
-        IIx         "IIx"               {-m IIx -mem 8M -hres 800 -vres 600 -depth 0}
+        II          "II"                {-m II -mem 8M -hres 800 -vres 600 -depth 3}
+        IIx         "IIx"               {-m IIx -mem 8M -hres 800 -vres 600 -depth 3}
     }]
     set my_romfiles [concat ${my_romfiles} {
         Classic.ROM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090530/fb964055/attachment-0001.html>


More information about the macports-changes mailing list