1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--begin common header-->
<!--note: the above comment can not appear first in the file, because that would
make IE switch into quirks mode and eventually render the page incorrectly.
see http://stackoverflow.com/questions/941100/can-html-comments-appear-before-the-doctype-declaration
to get an idea of the whole mess.
-->
<html lang="en">
<head>
<meta name="robots" content="index,follow">
<meta name="description" content="Homepage of VICE - the Versatile Commodore Emulator">
<meta name="keywords" content="VICE Commodore Emulator C64 C-64 VIC20 VIC-20 PET PLUS4 DTV C16 CBM2 SCPU">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<title>VICE - the Versatile Commodore Emulator</title>
<style type="text/css">
@import 'vice.css';
</style>
</head>
<body>
<div id="header">
<h1><img SRC="images/vice-logo.svg" ALT="VICE"> - the Versatile Commodore Emulator</h1>
</div>
<div id="menu">
<table><tr>
<td><a href="index.html#vice">About</a></td>
<td><a href="index.html#news">News</a></td>
<td><a href="vice_toc.html">User Manual</a></td>
<td><a href="index.html#download">Download</a></td>
<td><a href="http://sourceforge.net/p/vice-emu/mailman/">Support</a></td>
<td><a href="http://vice-emu.pokefinder.org/index.php?title=Todo#Known_Issues">BUGS</a></td>
<td><a href="http://vice-emu.pokefinder.org/index.php?title=Todo#New_Features">TODO</a></td>
<td><a href="index.html#Related Resources">Resources</a></td>
<td><a href="index.html#developers">Developers</a></td>
<td><a href="index.html#copyright">Copyright</a></td>
</tr></table>
</div>
<!--end common header-->
<h2>Download VICE for Darwin systems</h2>
<p>
You can download the latest VICE distributions for Darwin systems here.
Some distributions may not be available at the release date,
they will be added as they become available.
</p>
<h3>Source distributions</h3>
<ul>
<li>
Tarball:
<a href="http://sourceforge.net/projects/vice-emu/files/releases/vice-3.0.tar.gz/download">vice-3.0.tar.gz</a>
</li>
</ul>
<p>
<h3>Binary distributions</h3>
<ul>
<li>
Binary for <b>Intel Darwin</b> systems:
<a href="http://sourceforge.net/projects/vice-emu/files/releases/binaries/darwin/VICE-3.0-darwin-i386.tar.bz2/download">VICE-3.0-darwin-i386.tar.bz2</a>.
Unpack in /usr/local
</li>
<li>
Binary for <b>PureDarwin</b> systems:
<a href="http://sourceforge.net/projects/vice-emu/files/releases/binaries/darwin/VICE-3.0-puredarwin-i386.tar.bz2/download">VICE-3.0-puredarwin-i386.tar.bz2</a>.
Unpack in /usr/local
</li>
<li>
Binary for <b>PPC Darwin</b> systems:
<a href="http://sourceforge.net/projects/vice-emu/files/releases/binaries/darwin/VICE-3.0-darwin-ppc.tar.bz2/download">VICE-3.0-darwin-ppc.tar.bz2</a>.
Unpack in /usr/local
</li>
</ul>
<p>
The files are taken from
<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
</p>
<h3>Old binary distributions</h3>
<p>
Binaries of old releases can be found on
<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
</p>
<!--begin common footer-->
<div id="footer">
For more information visit the <a href="index.html">main page</a>.
</div>
</body>
</html>
<!--end common footer-->
|