[Vm-dev] [commit] r2600 - enable the interpreter VM when opening a format 6505 image

commits at squeakvm.org commits at squeakvm.org
Thu Sep 13 15:59:45 UTC 2012


Author: piumarta
Date: 2012-09-13 08:59:45 -0700 (Thu, 13 Sep 2012)
New Revision: 2600

Modified:
   trunk/platforms/unix/ChangeLog
   trunk/platforms/unix/cmake/squeak.in
Log:
enable the interpreter VM when opening a format 6505 image

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2012-09-13 15:09:55 UTC (rev 2599)
+++ trunk/platforms/unix/ChangeLog	2012-09-13 15:59:45 UTC (rev 2600)
@@ -1,3 +1,8 @@
+2012-09-14  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
+
+	* cmake/squeak.in (jit): Allow the interpreter VM to execute
+	format 6505 images.
+
 2012-09-14    <piumarta at netbsd32>
 
 	* plugins/FT2Plugin/config.cmake: Check for ft2build.h instead of

Modified: trunk/platforms/unix/cmake/squeak.in
===================================================================
--- trunk/platforms/unix/cmake/squeak.in	2012-09-13 15:09:55 UTC (rev 2599)
+++ trunk/platforms/unix/cmake/squeak.in	2012-09-13 15:59:45 UTC (rev 2600)
@@ -3,7 +3,7 @@
 # Launch squeakvm from the command line or a menu script, with a good
 # plugin path, text encodings and pulseaudio kludge
 # 
-# Last edited: 2011-01-24 17:36:04 by piumarta on emilia.ipe.media.kyoto-u.ac.jp
+# Last edited: 2012-09-14 00:56:50 by piumarta on emilia.local
 
 PATH=/usr/bin:/bin
 
@@ -96,7 +96,7 @@
     case "${format}" in
 	6502)	vms="${squeakvm}";;
 	6504)	vms="${cogvm} ${squeakvm}";;
-	6505)	vms="${cogvm}";;
+	6505)	vms="${cogvm} ${squeakvm}";;
 	68000)	vms="${squeakvm64}";;
 	68002)	vms="${squeakvm64}";;
 	68003)	vms="${squeakvm64}";;



More information about the Vm-dev mailing list