|
|
1.1.1.11 root 1: <!DOCTYPE html>
1.1 root 2: <html>
3: <head>
4: <title>Hatari Atari Software Compatibility List</title>
5: <meta name="description"
1.1.1.11 root 6: content="Atari Software Compatibility List for the Hatari emulator" />
7: <meta name="author" content="Hatari development team" />
8: <meta name="keywords" content="hatari, documentation, manual, linux" />
1.1.1.12 root 9: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1.1 root 10: <style type="text/css">
11: <!--
1.1.1.5 root 12: body { background:#FFFFFF;
1.1 root 13: color:#000000;
14: margin-left:10px;
15: margin-right:10px;
1.1.1.5 root 16: font-family:Verdana,Arial,Helvetica,sans-serif;
1.1 root 17: }
18:
1.1.1.5 root 19: h2 { border-bottom:solid thin black;}
1.1.1.11 root 20: hr { width: 100%; height: 2px; margin-top:4ex; margin-bottom: 2ex; }
1.1.1.5 root 21:
1.1.1.12 root 22: table, td, th { border:1px outset; }
1.1.1.11 root 23: th { text-align:center; padding:3px; }
24: caption { caption-side:bottom; }
25: td { font-family:Verdana,Arial,Helvetica,sans-serif; padding:3px; }
26: td.subheader { text-align:right; font-style:italic; }
1.1.1.5 root 27: td.minor { background:#ffa060 }
28: td.major { background:#ff4040 }
29: a.minor { background:#ffa060 }
30: a.major { background:#ff4040 }
31:
32: a:link { color:#000099; background:#ffffff; text-decoration:none; }
33: a:visited { color:#cc0000; background:#ffffff; text-decoration:none;}
34: a:hover { color:#0000ff; background:#ffffff; text-decoration:none; }
35: a:active { color:#993399; background:#ffffff; text-decoration:none; }
36:
1.1.1.6 root 37: .pageheader { text-align:center; }
38: .file { color: #000088; }
39: .button { color: #468E64; }
1.1.1.5 root 40: .key { color:#550000; font-family:Courier,monospace; font-size:90% }
41: .backdropped { background:#ffffee; }
42: .image {margin-left: 5px; margin-right: 5px; border-width:2px; border-style:solid; border-color:#eeeeff; padding:1cm; text-align:center; }
43: .floatimage { clear:right; float:right; margin-left:0.5cm; border-width:2px; border-style:solid; border-color:#eeeeff; padding:0.5cm; }
1.1 root 44: -->
45: </style>
1.1.1.11 root 46: <script type="text/javascript" src="toc.js"></script>
1.1 root 47: </head>
48:
49: <body>
50:
1.1.1.6 root 51: <h1 class="pageheader">Hatari Atari Software Compatibility List</h1>
1.1 root 52:
1.1.1.6 root 53: <p class="pageheader">
1.1.1.13! root 54: Version 1.9, September 2015
1.1 root 55: </p>
1.1.1.6 root 56: <p class="pageheader">
1.1.1.3 root 57: This list has been written by: <strong>Thomas Huth</strong>, <strong>Eero Tamminen</strong>
1.1.1.11 root 58: & <strong>Nicolas Pomarède</strong>
1.1 root 59: </p>
1.1.1.6 root 60: <p class="pageheader">
1.1.1.11 root 61: Hatari on the WWW:
62: <strong>
63: <a href="http://hatari.tuxfamily.org/">http://hatari.tuxfamily.org/</a>
64: </strong>
1.1 root 65: </p>
66:
1.1.1.11 root 67: <h2 class="no-TOC">Index</h2>
1.1 root 68:
1.1.1.11 root 69: <div id="generated-toc">
70: <!-- The TOC is generated automatically via JavaScript -->
71: </div>
1.1 root 72:
1.1.1.11 root 73:
74: <h2>Introduction</h2>
1.1 root 75:
1.1.1.2 root 76: <p>Here are lists of Atari software that have been tested with
1.1.1.13! root 77: different Hatari versions and configurations.</p>
1.1.1.2 root 78:
79: <p>First is listed software (games, demos and applications) for normal
80: STs, after them is listed STE software. Then there are a few TT-only
81: games and demos, and finally a list of somewhat working Falcon games,
82: demos and applications.</p>
83:
84: <p>Technical details and any known issues in the software are described
85: in the "Notes" column of the lists. Software having issues has different
86: "Hatari version" column background color; <a class="minor">orange</a>
87: for minor and <a class="major">red</a> for major issues. The first
88: known/tested Hatari version with which a program worked (perfectly)
89: or with which it was last tested still to have issues, is given in
90: the version field.</p>
91:
92:
1.1.1.11 root 93: <h3>Reporting compatibility issues</h3>
1.1.1.2 root 94:
95: <p>If something that works on the real hardware doesn't work properly
96: in Hatari (or something has started working in latest Hatari version)
97: and this information is missing from these lists, please mail
98: hatari-devel mailing list so that we can update the list.</p>
1.1 root 99:
1.1.1.2 root 100: <p>Before reporting something not working as expected, please
101: check few things:
102: <ul>
1.1 root 103:
1.1.1.2 root 104: <li>That you have enabled the "Slower but more compatible CPU"
105: Hatari system option and that the machine type (ST/STe/TT/Falcon)
106: is correct.</li>
107:
108: <li>Amount of memory. Some games and demos may not work if you have
109: specified too little or too much memory. For ST, 1MB memory size
110: is usually fairly safe.</li>
111:
1.1.1.13! root 112: <li>Some games/demos can refuse to run when GEMDOS HD emulation is
! 113: enabled (due to presence of Hatari cartridge image needed for that).
! 114: In STF/STE mode, it's also better to disable the MegaST's real time
! 115: clock.
1.1.1.12 root 116: </li>
117:
1.1.1.13! root 118: <li>TOS version: ST demos and games may require a specific TOS
! 119: version and fail to work with all other versions. If you notice that
! 120: this information is missing for some listed game or demo, please send
! 121: mail to the hatari-devel mailing list.
1.1.1.2 root 122: <ul>
1.1.1.13! root 123: <li>Note that many games and demos (especially floppy based ones),
! 124: don't work with the free EmuTOS TOS. For more information, see
! 125: <a href="emutos.txt">emutos.txt</a>.</li>
1.1.1.2 root 126: </ul>
127: </li>
1.1 root 128:
1.1.1.2 root 129: </ul>
1.1 root 130:
1.1.1.11 root 131: <p>
1.1.1.13! root 132: Also note that since Hatari 1.8, support is included also for STX, IPF and CTR
! 133: floppy image formats. They allow storing disk contents in an unaltered form,
! 134: without requiring a crack to remove the copy-protection. Some complex
! 135: protections rely on precise CPU/FDC timings provided with these
! 136: formats, and a specific TOS version.</p>
! 137: <ul>
! 138: <li>For STF protected games, it is recommended to use TOS 1.02 or 1.04 and
! 139: 1MB RAM, as well as turning HD emulation OFF for maximum compatibility
! 140: (but most games will run fine with different settings).</li>
! 141: </ul>
1.1.1.12 root 142:
143: <p>
1.1.1.11 root 144: (<a href="http://www.atari-forum.com/viewtopic.php?f=86&t=14839">More
145: information on games compatibility on Atari forum</a>.)
146: </p>
147:
1.1 root 148:
1.1.1.11 root 149: <h2>ST software compatibility list</h2>
1.1 root 150:
1.1.1.13! root 151: <p>These aren't comprehensive lists. <em>The lists concentrate
! 152: mainly on software that has (historically had) problems working in
! 153: Hatari or provide good regression test-cases for some specific
! 154: technical emulation issues</em>, but some well known other programs
! 155: are also listed.</p>
! 156:
! 157: <p>By default <b>everything that works on a real ST should work also in Hatari</b>.
1.1 root 158:
1.1.1.11 root 159: <h3>ST games</h3>
1.1 root 160:
1.1.1.12 root 161: <table>
1.1.1.11 root 162: <caption>Tested ST games</caption>
163: <thead>
1.1 root 164: <tr class="backdropped">
1.1.1.11 root 165: <th>Game</th>
166: <th>Hatari version</th>
167: <th>Notes</th>
1.1 root 168: </tr>
1.1.1.11 root 169: </thead>
170: <tbody>
1.1 root 171: <tr>
1.1.1.12 root 172: <td><a href="http://www.atarimania.com/game-atari-st-4-wheel-drive_21044.html">4 Wheel Drive compilation</a></td>
173: <td>1.8</td>
174: <td>Requires TOS 1.04</td>
175: </tr>
176: <tr>
177: <td><a href="http://www.atarimania.com//game-atari-st-a320-airbus_10982.html">A320 Airbus</a></td>
178: <td>1.8</td>
179: <td>Does not work with cartridge / HD emulation</td>
180: </tr>
181: <tr>
1.1.1.2 root 182: <td>Alien World</td>
183: <td>before 1.0</td>
1.1 root 184: <td> </td>
185: </tr>
186: <tr>
1.1.1.13! root 187: <td><a href="http://www.atarimania.com/game-atari-st-antago_11073.html">Antago</a></td>
! 188: <td>1.8</td>
! 189: <td>Write protection should be OFF</td>
! 190: </tr>
! 191: <tr>
1.1.1.12 root 192: <td><a href="http://www.atarimania.com/game-atari-st-arkanoid_22998.html">Arkanoid</a></td>
193: <td>1.8</td>
194: <td>Requires TOS 1.02 for mouse input</td>
195: </tr>
196: <tr>
1.1.1.2 root 197: <td>Armalyte</td>
198: <td>before 1.0</td>
1.1 root 199: <td> </td>
200: </tr>
201: <tr>
1.1.1.12 root 202: <td><a href="http://www.atarimania.com/game-atari-st-baal_8642.html">Baal</a></td>
203: <td>1.8</td>
204: <td>Does not work with cartridge / HD emulation</td>
205: </tr>
206: <tr>
207: <td><a href="http://www.atarimania.com/game-atari-st-bio-challenge_8720.html">Bio Challenge</a></td>
208: <td>1.8</td>
209: <td>Does not work with cartridge / HD emulation</td>
210: </tr>
211: <tr>
1.1.1.13! root 212: <td>Blood Money - Superior 65</td>
! 213: <td>1.9</td>
! 214: <td>The file version of this game has some serious bugs and will crash with TOS 1.04 or 1.62, and maybe
! 215: in other conditions too. Avoid it, use another version of this game</td>
! 216: </tr>
! 217: <tr>
1.1.1.11 root 218: <td>Bolo</td>
219: <td>1.7</td>
220: <td>This game works in medium resolution and in monochrome</td>
221: </tr>
222: <tr>
1.1.1.2 root 223: <td>Bubble Bobble</td>
224: <td>before 1.0</td>
1.1 root 225: <td> </td>
226: </tr>
227: <tr>
1.1.1.11 root 228: <td>Captain Blood</td>
229: <td>1.7</td>
230: <td>Uses the IKBD set-clock command to set a custom time for game-internal
231: time measurement</td>
232: </tr>
233: <tr>
1.1.1.2 root 234: <td>Defenders Of The Earth</td>
235: <td>before 1.0</td>
1.1 root 236: <td> </td>
1.1.1.2 root 237: </tr>
238: <tr>
1.1.1.12 root 239: <td><a href="http://www.atarimania.com/game-atari-st-bad-dudes-vs-dragon-ninja_9164.html">Dragon Ninja</a></td>
240: <td>1.8</td>
241: <td>Requires TOS ≤ 1.04. Does not work with cartridge / HD emulation</td>
242: </tr>
243: <tr>
244: <td><a href="http://www.atarimania.com/game-atari-st-eco_9199.html">Eco</a></td>
245: <td>1.8</td>
246: <td>Write protection should be OFF</td>
247: </tr>
248: <tr>
1.1.1.2 root 249: <td>Eliminator</td>
250: <td>before 1.0</td>
1.1 root 251: <td> </td>
252: </tr>
253: <tr>
1.1.1.4 root 254: <td>Exterminator</td>
255: <td>1.2</td>
256: <td>The "Patch Timer-D" option must be disabled to avoid color
257: raster problems</td>
258: </tr>
259: <tr>
1.1.1.2 root 260: <td>Enchanted Land</td>
1.1.1.7 root 261: <td>1.3</td>
262: <td>This game uses heavily sync-scrolling techniques!</td>
1.1.1.2 root 263: <tr>
1.1 root 264: <td>F15 Strike Eagle 2</td>
1.1.1.7 root 265: <td>1.3</td>
266: <td> </td>
1.1 root 267: </tr>
268: <tr>
1.1.1.11 root 269: <td>F29 Retaliator</td>
270: <td>1.6</td>
271: <td>Under some badly cracked versions (Pompey Pirate 38), joystick doesn't work</td>
272: </tr>
273: <tr>
1.1.1.12 root 274: <td><a href="http://www.atarimania.com/game-atari-st-fire-and-forget-ii-the-death-convoy_24239.html">Fire And Forget II</a></td>
275: <td>1.8</td>
276: <td>Requires UK or US TOS</td>
277: </tr>
278: <tr>
1.1.1.11 root 279: <td>Fuzion CD 161</td>
280: <td>1.6</td>
281: <td>Menu's intro is buggy, top border is not correctly removed even on a real STF, due to timer C
282: not correctly initialized to play digidrums. Use STE mode instead.</td>
283: </tr>
284: <tr>
1.1.1.12 root 285: <td><a href="http://www.atarimania.com/game-atari-st-garfield-winter-s-tail_9415.html">Garfield Winter's Tail</a></td>
286: <td>1.8</td>
287: <td>Requires TOS ≤ 1.04 and ≤ 1MB RAM. Does not work with cartridge / HD emulation</td>
288: </tr>
289: <tr>
290: <td><a href="http://www.atarimania.com/game-atari-st-grimblood_9490.html">Grimblood</a></td>
291: <td>1.8</td>
292: <td>Requires TOS ≤ 1.02</td>
293: </tr>
294: <tr>
295: <td><a href="http://www.atarimania.com/game-atari-st-hover-sprint_9582.html">Hover Sprint</a></td>
296: <td>1.8</td>
297: <td>Write protection should be OFF</td>
298: </tr>
299: <tr>
1.1.1.4 root 300: <td>Jaguar XJ220 (development demo)</td>
301: <td>1.2</td>
1.1.1.11 root 302: <td>Only loads correctly when "Fast floppy" option is disabled</td>
1.1.1.4 root 303: </tr>
304: <tr>
1.1.1.12 root 305: <td><a href="http://www.atarimania.com/game-atari-st-knightmare_9760.html">Knightmare</a></td>
306: <td>1.8</td>
307: <td>Does not work with cartridge / HD emulation</td>
308: </tr>
309: <tr>
1.1.1.2 root 310: <td>Leisure Suit Larry 2</td>
311: <td>before 1.0</td>
312: <td>Everything works, even Roland-MT32 MIDI music</td>
1.1 root 313: </tr>
314: <tr>
1.1.1.2 root 315: <td>Leander</td>
316: <td>before 1.0</td>
317: <td> </td>
1.1 root 318: </tr>
319: <tr>
1.1.1.12 root 320: <td><a href="http://www.edv-rudolf.de/lethal-xcess/download.htm">Lethal Xcess Beta</a></td>
321: <td>1.8</td>
322: <td>The STX version requires Hatari ≥ 1.8 to handle the protection</td>
323: </tr>
324: <tr>
1.1 root 325: <td>Lethal Xcess</td>
1.1.1.2 root 326: <td>1.0</td>
327: <td>Uses sync-scrolling in ST mode and STE HW scrolling in STE mode.</td>
1.1 root 328: </tr>
329: <tr>
1.1.1.11 root 330: <td>Microprose Golf</td>
331: <td>1.7</td>
1.1.1.12 root 332: <td>Requires Hatari ≥ 1.7 to avoid a crash during the game's intro</td>
1.1.1.11 root 333: </tr>
334: <tr>
1.1.1.2 root 335: <td>Metal Mutant</td>
336: <td>1.0</td>
1.1 root 337: <td> </td>
338: </tr>
339: <tr>
1.1.1.12 root 340: <td><a href="http://www.atarimania.com/game-atari-st-monster-business_10017.html">Monster Business</a></td>
341: <td>1.8</td>
342: <td>Does not work with cartridge / HD emulation</td>
343: </tr>
344: <tr>
345: <td><a href="http://www.atarimania.com/game-atari-st-mr-heli_10043.html">Mr. Heli</a></td>
346: <td>1.8</td>
347: <td>Does not work with cartridge / HD emulation</td>
348: </tr>
349: <tr>
1.1.1.2 root 350: <td>Navy Seals</td>
351: <td>before 1.0</td>
1.1 root 352: <td> </td>
353: </tr>
354: <tr>
1.1.1.2 root 355: <td>Nebulus</td>
356: <td>1.1</td>
357: <td>Disappearing platform tiles sound dodgy</td>
1.1 root 358: </tr>
359: <tr>
1.1.1.4 root 360: <td>No Buddies Land</td>
361: <td>1.3</td>
362: <td>Uses "0-byte" vertical sync-scrolling</td>
363: </tr>
364: <tr>
1.1.1.12 root 365: <td><a href="http://www.atarimania.com/game-atari-st-oids_24305.html">Oids</a></td>
366: <td>1.8</td>
367: <td>Write protection should be OFF</td>
1.1 root 368: </tr>
369: <tr>
1.1.1.2 root 370: <td>Pirates!</td>
371: <td>before 1.0</td>
1.1.1.11 root 372: <td>Game also supports <a href="#Midi_setup">MIDI music</a></td>
1.1 root 373: </tr>
374: <tr>
1.1.1.12 root 375: <td><a href="http://www.atarimania.com/game-atari-st-platoon_21629.html">Populous</a></td>
376: <td> </td>
377: <td>US version of the game requires US TOS to work</td>
378: </tr>
379: <tr>
380: <td><a href="http://www.atarimania.com/game-atari-st-populous_10268.html">Populous</a></td>
381: <td>1.8</td>
382: <td>Requires TOS ≤ 1.04. Does not work with cartridge / HD emulation</td>
383: </tr>
384: <tr>
385: <td><a href="http://www.atarimania.com/game-atari-st-prehistoric-tale-a_10973.html">Prehistoric Tale</a></td>
386: <td>1.8</td>
387: <td>Does not work with cartridge / HD emulation</td>
388: </tr>
389: <tr>
1.1.1.8 root 390: <td>R.B.I. Baseball 2</td>
391: <td>1.6</td>
392: <td>On STE, the game will play sounds with the DMA audio, but with
393: a different freq than the STF mode (6258 vs 7675 Hz). On STF, the sound
394: fx don't sound correct because of that, but that's not an emulation bug</td>
395: </tr>
396: <tr>
1.1.1.2 root 397: <td>Rick Dangerous</td>
398: <td>before 1.0</td>
1.1 root 399: <td> </td>
400: </tr>
401: <tr>
1.1.1.12 root 402: <td>Robocop II</td>
403: <td>1.1</td>
404: <td> </td>
405: </tr>
406: <tr>
1.1.1.8 root 407: <td>Running Man</td>
408: <td>1.6</td>
409: <td>When running on Hatari versions before 1.6, the RS232 emulation must
410: be enabled for the game to work (since it writes some debug
411: informations to the serial port)</td>
412: </tr>
413: <tr>
1.1.1.4 root 414: <td>Seven Gates Of Jambala</td>
415: <td>1.3</td>
416: <td>Uses a very rare mode for timer B to count start of line. Disable the
417: "Patch Timer-D" option to avoid color raster problems.</td>
418: </tr>
419: <tr>
1.1.1.2 root 420: <td>Skweek</td>
421: <td>before 1.0</td>
422: <td>Does not work with cartridge / HD emulation</td>
1.1 root 423: </tr>
424: <tr>
1.1.1.2 root 425: <td>Slayer</td>
1.1.1.4 root 426: <td>1.3</td>
427: <td>Uses color raster FX at highscore and main screen</td>
1.1 root 428: </tr>
429: <tr>
1.1.1.2 root 430: <td>Speedball</td>
431: <td>before 1.0</td>
1.1 root 432: <td> </td>
433: </tr>
434: <tr>
1.1.1.12 root 435: <td><a href="http://www.atarimania.com/game-atari-st-spherical_11330.html">Spherical</a></td>
436: <td>1.8</td>
437: <td>Requires ≤ 1MB RAM</td>
438: </tr>
439: <tr>
1.1.1.11 root 440: <td>Spidertronic</td>
441: <td>1.7</td>
442: <td>Crashed before the 50/60 Hz selection screen with Hatari < 1.7</td>
443: </tr>
444: <tr>
1.1.1.2 root 445: <td>Star Goose</td>
446: <td>1.1</td>
1.1 root 447: <td> </td>
448: </tr>
449: <tr>
1.1.1.2 root 450: <td>Subbuteo</td>
1.1.1.12 root 451: <td>1.7</td>
452: <td> </td>
1.1 root 453: </tr>
454: <tr>
1.1.1.2 root 455: <td>Super Hang-On</td>
1.1.1.11 root 456: <td>1.7</td>
1.1.1.12 root 457: <td>Requires Hatari ≥ 1.7 to avoid flickering rasters</td>
1.1 root 458: </tr>
459: <tr>
1.1.1.2 root 460: <td>Super Monaco GP</td>
1.1.1.11 root 461: <td>1.7</td>
1.1.1.12 root 462: <td>Requires Hatari ≥ 1.6 for correct FDC emulation
463: and Hatari ≥ 1.7 to avoid flickering rasters</td>
1.1.1.2 root 464: </tr>
465: <tr>
1.1.1.4 root 466: <td>Super Sprint</td>
467: <td>1.3</td>
468: <td>The "Patch Timer-D" must be disabled or the music will
469: play too fast</td>
470: </tr>
471: <tr>
472: <td>Super Skweek</td>
473: <td>1.3</td>
1.1.1.11 root 474: <td>Disable the "Fast floppy" option if your version
1.1.1.4 root 475: fails to load</td>
476: </tr>
477: <tr>
1.1.1.8 root 478: <td>The Deep</td>
479: <td>1.1</td>
480: <td>When running on Hatari versions before 1.6, the RS232 emulation must
481: be enabled for the game to work (since it writes some debug
482: informations to the serial port)</td>
483: </tr>
484: <tr>
1.1.1.11 root 485: <td>The Final Conflict</td>
486: <td>1.7</td>
1.1.1.12 root 487: <td>Buggy samples replay during the intro, requires Hatari ≥ 1.7</td>
1.1.1.11 root 488: </tr>
489: <tr>
490: <td>The Sentinel</td>
491: <td>1.7</td>
492: <td>Mouse moved too slowly before Hatari 1.7</td>
493: </tr>
494: <tr>
1.1.1.13! root 495: <td><a href="http://www.atarimania.com/game-atari-st-teller-_10593.html">The Teller</a></td>
! 496: <td>1.9</td>
! 497: <td>Does not work with cartridge / HD emulation</td>
! 498: </tr>
! 499: <tr>
1.1.1.12 root 500: <td>The Ultimate Ride</td>
501: <td> </td>
502: <td>The game has a bug and will crash if drive B is empty. Either disable drive B or insert
503: disk 2 in drive B to make it work</td>
504: </tr>
505: <tr>
506: <td><a href="http://www.atarimania.com/game-atari-st-to-be-on-top_10640.html">To Be On Top</a></td>
507: <td>1.8</td>
508: <td>Does not work with cartridge / HD emulation. Although it works on real ST with 512 kB of RAM,
509: current emulation requires to use ≥ 1MB RAM</td>
510: </tr>
511: <tr>
1.1.1.2 root 512: <td>Toki</td>
513: <td>before 1.0</td>
1.1 root 514: <td> </td>
515: </tr>
516: <tr>
1.1.1.12 root 517: <td><a href="http://www.atarimania.com/game-atari-st-total-eclipse_10655.html">Total Eclipse</a></td>
518: <td>1.8</td>
519: <td>Does not work with cartridge / HD emulation</td>
520: </tr>
521: <tr>
1.1.1.8 root 522: <td>Treasure Trap</td>
1.1.1.12 root 523: <td>1.8</td>
1.1.1.8 root 524: <td>When running on Hatari versions before 1.6, the RS232 emulation must
525: be enabled for the game to work (since it writes some debug
526: informations to the serial port)</td>
527: </tr>
528: <tr>
1.1.1.11 root 529: <td>Warlock's Quest</td>
530: <td>1.7</td>
531: <td>The game has some IKBD bugs, it doesn't work with TOS 1.04, but works
532: fine with TOS 1.02 or 1.62. The keyboard mode is also less responsive
533: than the joystick mode, but that's the same on a real ST</td>
534: </tr>
535: <tr>
1.1.1.2 root 536: <td>Wings Of Death</td>
537: <td>1.0</td>
538: <td>works in STE mode too</td>
539: </tr>
540: <tr>
541: <td>Xenon</td>
542: <td>1.1</td>
1.1 root 543: <td> </td>
544: </tr>
545: <tr>
1.1.1.2 root 546: <td>Xenon 2 - Megablast</td>
547: <td>before 1.0</td>
1.1 root 548: <td> </td>
1.1.1.2 root 549: </tr>
1.1.1.8 root 550: <tr>
551: <td>Yolanda</td>
552: <td>1.6</td>
553: <td>This game expects random data from the TOS memory test in low RAM,
554: so the emulator has to be started with "fast boot" disabled
1.1.1.12 root 555: or the game will freeze after a few seconds</td>
1.1.1.8 root 556: </tr>
1.1.1.11 root 557: <tr>
558: <td>Zombi</td>
559: <td>1.6.2</td>
560: <td>Uses the IKBD set-clock command to set a custom time for game-internal
561: time measurement</td>
562: </tr>
1.1 root 563: </tbody>
564: </table>
565:
1.1.1.11 root 566: <h3>ST demos</h3>
1.1 root 567:
1.1.1.2 root 568: <p>Some (very) rare demos try to install IKBD code. Hatari doesn't have
569: full 6301 emulator, but has specific code to handle these particular demos.
570: They are marked with '*'. Few remaining screen sync issues are related to
571: hi/lo frequency switching or switching to 60 Hz for too long (used
572: for border removal).</p>
573:
1.1.1.12 root 574: <table>
1.1.1.11 root 575: <caption>Tested ST demos</caption>
576: <thead>
577: <tr class="backdropped">
578: <th>Demo</th>
579: <th>Hatari version</th>
580: <th>Notes</th>
1.1 root 581: </tr>
1.1.1.11 root 582: </thead>
583: <tbody>
1.1 root 584: <tr>
1.1.1.2 root 585: <td>1984:
586: <a href="http://pouet.net/prod.php?which=11198">No Cooper</a></td>
587: <td>1.0</td>
588: <td>Many very good plasma effects, mid res overscan, ... The loader's protection
589: requires exact cpu/shifter sync, as well as cpu pairing</td>
1.1 root 590: </tr>
591: <tr>
1.1.1.2 root 592: <td>ACF:
593: <a href="http://pouet.net/prod.php?which=885">Just Buggin'</a></td>
1.1.1.8 root 594: <td>1.6</td>
595: <td>Requires at least Hatari 1.6 for correct FDC emulation</td>
1.1 root 596: </tr>
597: <tr>
1.1.1.2 root 598: <td>Acid Team:
599: <a href="http://pouet.net/prod.php?which=19268">Dragonnels</a>*</td>
600: <td>1.1</td>
601: <td>
602: Uses its own IKBD 6301 routine. The "Unlimited Bobs"
1.1.1.6 root 603: screen is very sensitive to proper IKBD timings.
1.1.1.2 root 604: </td>
1.1 root 605: </tr>
606: <tr>
1.1.1.2 root 607: <td>Aggression:
608: <a href="http://pouet.net/prod.php?which=12635">Overdose</a></td>
609: <td>before 1.0</td>
610: <td>Does not work with cartridge / HD emulation</td>
1.1 root 611: </tr>
612: <tr>
1.1.1.11 root 613: <td>Big Alec:
614: <a href="http://pouet.net/prod.php?which=31510">Audio Artistic Demo</a></td>
615: <td>1.7</td>
616: <td> </td>
617: </tr>
618: <tr>
1.1.1.2 root 619: <td>BushWacKers:
620: <a href="http://pouet.net/prod.php?which=14935">Transbeauce II</a>*</td>
621: <td>1.1</td>
622: <td>Uses its own IKBD 6301 routine. Does not work with HD emulation.</td>
1.1 root 623: </tr>
624: <tr>
1.1.1.2 root 625: <td>Chaos:
626: <a href="http://pouet.net/prod.php?which=11839">Pandemonium</a></td>
1.1.1.7 root 627: <td class="minor">1.5</td>
628: <td>The Mega-3D screen exits prematuraly (crash due to a cpu timing problem ?)</td>
1.1 root 629: </tr>
630: <tr>
1.1.1.2 root 631: <td>Checkpoint:
632: <a href="http://pouet.net/prod.php?which=9699">Posh</a></td>
633: <td>before 1.0</td>
1.1 root 634: <td> </td>
635: </tr>
636: <tr>
1.1.1.2 root 637: <td>Checkpoint:
1.1.1.4 root 638: <a href="http://pacidemo.planet-d.net/archives/SURETRIP.ZIP">Suretrip 49%</a></td>
639: <!-- double disk pouet.net version doesn't work unlike above single disk one
1.1.1.2 root 640: <a href="http://pouet.net/prod.php?which=1287">Suretrip 49%</a></td>
1.1.1.4 root 641: -->
1.1.1.13! root 642: <td class="major">1.9</td>
! 643: <td>Crashes in fullscreen screen. Worked with Hatari v1.6.2.
! 644: Depends on very complex VBL/HBL timing when both instructions
! 645: happens at the same time on line 0</td>
1.1 root 646: </tr>
647: <tr>
1.1.1.2 root 648: <td>Delta Force:
649: <a href="http://pouet.net/prod.php?which=11806">Punish Your Machine</a></td>
1.1.1.7 root 650: <td>1.5</td>
651: <td>Sync-scroll, overscan... ST Connexion's screen features 4 pixels hardware scrolling on STF.
652: "Best Part Of The Creation" uses spec512 mode in med res</td>
1.1 root 653: </tr>
654: <tr>
1.1.1.2 root 655: <td>Delta Force:
656: <a href="http://pouet.net/prod.php?which=498">Syntax Terror</a></td>
1.1.1.4 root 657: <td>1.3</td>
658: <td>Planes are shifted in TCB screen (missing stabilizer). Tex screen works since 1.3
659: (mixes 50/60 HZ lines)</td>
1.1 root 660: </tr>
661: <tr>
1.1.1.2 root 662: <td>DHS:
663: <a href="http://pouet.net/prod.php?which=1029">Sweety</a></td>
664: <td>before 1.0</td>
1.1 root 665: <td>Does not work with HD emulation</td>
666: </tr>
667: <tr>
1.1.1.7 root 668: <td>Diamond Design:
669: <a href="http://pouet.net/prod.php?which=3241">Brace</a></td>
670: <td>1.5</td>
671: <td>Use spec512 mode in med res in the mixed low/med res horizontal scrolltext</td>
672: </tr>
673: <tr>
1.1.1.3 root 674: <td>Dune:
675: <a href="http://pouet.net/prod.php?which=14276">Illusion</a></td>
676: <td>1.0</td>
1.1.1.8 root 677: <td>Very nice demo. Some rasters are sometimes flickering, this is a bug
678: in the demo, not in Hatari. Using --fastfdc can cause problems
679: with some parts of this demo</td>
1.1.1.3 root 680: </tr>
681: <tr>
1.1.1.2 root 682: <td>Dune/Sector One:
683: <a href="http://pouet.net/prod.php?which=11223">Fantasia</a></td>
684: <td>before 1.0</td>
1.1 root 685: <td> </td>
686: </tr>
687: <tr>
1.1.1.2 root 688: <td>Dune/Sector One:
689: <a href="http://pouet.net/prod.php?which=1960">Odd Stuff</a></td>
690: <td>before 1.0</td>
1.1.1.7 root 691: <td>In STF mode, some screens tries to simulate more colors by changing the
692: palette on each VBL, which creates an unpleasant flickering effect
693: (this is not a bug in Hatari). Use STE mode for better results</td>
1.1 root 694: </tr>
695: <tr>
1.1.1.2 root 696: <td>Equinox:
697: <a href="http://pouet.net/prod.php?which=109">Virtual Escape</a></td>
698: <td>before 1.0</td>
1.1 root 699: <td> </td>
700: </tr>
701: <tr>
1.1.1.9 root 702: <td>Equinox:
703: <a href="http://pouet.net/prod.php?which=4163">Vodka Demo</a></td>
704: <td>1.6.1</td>
705: <td>The 'Kill The Beast 2' part requires Hatari 1.6.1 to work</td>
706: </tr>
707: <tr>
1.1.1.7 root 708: <td>Fraggle's:
709: <a href="http://pouet.net/prod.php?which=18720">Bird Mad Girl Show</a></td>
710: <td>1.5</td>
711: <td> </td>
712: </tr>
713: <tr>
714: <td>Futur Minds:
715: <a href="http://pouet.net/prod.php?which=755">Snork</a></td>
716: <td class="minor">1.5</td>
717: <td>DNT screen 1 is mixing low/med res on the same line, which is not supported
718: by Hatari at the moment</td>
719: </tr>
720: <tr>
1.1.1.11 root 721: <td>Inner Circle:
722: <a href="http://pouet.net/prod.php?which=3243">Decade Demo</a></td>
723: <td>1.7</td>
1.1.1.12 root 724: <td>Very good demo. Reset part requires Hatari ≥ 1.7 to avoid flickering
1.1.1.11 root 725: bottom border</td>
726: </tr>
727: <tr>
1.1.1.7 root 728: <td>Lynx:
729: <a href="http://pouet.net/prod.php?which=30934">BBS Intro 3</a></td>
730: <td>1.5</td>
731: <td>Good 3D (voluntarily uses some address errors in the 3D routines)</td>
732: </tr>
733: <tr>
1.1.1.10 root 734: <td>M.C.S:
735: <a href="http://pouet.net/prod.php?which=21348">Delirious Demos IV</a></td>
736: <td class="minor">1.6</td>
737: <td>Requires at least Hatari 1.6 for correct FDC emulation and for
738: some of the overscan screens. Some screens are not working or not
739: correctly emulated yet (Vodka, Fulltrax, Tekila, La Miga Demo)</td>
740: </tr>
741: <tr>
1.1.1.2 root 742: <td>MJJ Prod:
743: <a href="http://pouet.net/prod.php?which=499">Anomaly</a></td>
1.1.1.11 root 744: <td>1.7</td>
1.1.1.12 root 745: <td>Requires Hatari ≥ 1.7 to avoid glitches in the main menu
1.1.1.11 root 746: when playing digidrums</td>
1.1.1.2 root 747: </tr>
748: <tr>
749: <td>Next:
750: <a href="http://pouet.net/prod.php?which=496">Phaleon Giga Demo</a></td>
751: <td>1.0</td>
752: <td>4 disks. Some overscan screens have small sync issues
753: (in Future Minds screen, planes are shifted in the lower part)</td>
754: </tr>
755: <tr>
1.1.1.10 root 756: <td>Offbeat:
757: <a href="http://pouet.net/prod.php?which=13917">The Musical Wonders 1990</a></td>
1.1.1.11 root 758: <td>1.7</td>
759: <td>This demo requires STE mode. With STF mode, bottom border is not correctly
760: removed (this is the same on a real STF)</td>
1.1.1.10 root 761: </tr>
762: <tr>
1.1.1.2 root 763: <td>Omega:
764: <a href="http://pouet.net/prod.php?which=26007">Omega</a></td>
1.1.1.4 root 765: <td class="minor">1.3</td>
766: <td>In full overscan screen, planes are shifted due to missing hi/lo stabilizer</td>
1.1.1.2 root 767: </tr>
768: <tr>
1.1.1.7 root 769: <td>Omega:
770: <a href="http://pouet.net/prod.php?which=28031">RGB Plasma</a></td>
771: <td>1.5</td>
772: <td>Boot sector doesn't match the physical disk layout, which caused bus error in Hatari < 1.5</td>
773: </tr>
774: <tr>
1.1.1.2 root 775: <td>Overlanders:
1.1.1.3 root 776: <a href="http://www.pouet.net/prod.php?which=11809">European Demos</a></td>
777: <td>1.1</td>
778: <td>Does not work with cartridge / HD emulation</td>
779: </tr>
780: <tr>
781: <td>Overlanders:
1.1.1.7 root 782: <a href="http://www.pouet.net/prod.php?which=27107">Gen4 Demo</a></td>
783: <td>1.5</td>
784: <td>Does not work with cartridge / HD emulation. Uses illegal/address error
785: exceptions to decode the program</td>
786: </tr>
787: <tr>
788: <td>Overlanders:
1.1.1.2 root 789: <a href="http://www.pouet.net/prod.php?which=17351">Ventura</a></td>
790: <td>1.1</td>
791: <td>In Ultimate Dist screen planes are shifted in the upper logo</td>
792: </tr>
793: <tr>
794: <td>Oxygene:
795: <a href="http://pouet.net/prod.php?which=110">Flip-o-demo</a></td>
796: <td>before 1.0</td>
1.1 root 797: <td> </td>
798: </tr>
799: <tr>
1.1.1.7 root 800: <td>Oxygene:
1.1.1.8 root 801: <a href="http://pouet.net/prod.php?which=1251">ST-NICCC 2000 Demo</a></td>
1.1.1.11 root 802: <td>1.7</td>
803: <td>Due to a bug in the FDC's emulation, the demo ran slower than expected
804: with Hatari < 1.7</td>
1.1.1.7 root 805: </tr>
806: <tr>
1.1.1.4 root 807: <td>Paulo Simoes (ljkb):
1.1.1.6 root 808: <a href="http://pouet.net/prod.php?which=14831">The Overscan Demos</a></td>
809: <td>1.0</td>
810: <td>All demos are running in overscan, including some spectrum 512 pictures.</td>
811: </tr>
812: <tr>
813: <td>Paulo Simoes (ljkb):
1.1.1.4 root 814: <a href="http://www.pouet.net/prod.php?which=53126">shforstv</a></td>
815: <td>1.3</td>
816: <td>Small technical demo posted on www.atari-forum.com.
817: It features the most advanced hardscroll on STF, using only 4 raster lines
818: and all possible borders's removal (including 162 bytes 50 Hz line).</td>
819: </tr>
820: <tr>
1.1.1.2 root 821: <td>Phalanx:
822: <a href="http://www.pouet.net/prod.php?which=11351">Overdrive</a></td>
823: <td>1.1</td>
824: <td>In Dragon screen planes are shifted in the upper part</td>
825: </tr>
826: <tr>
1.1.1.12 root 827: <td>PHF:
828: <a href="http://www.pouet.net/prod.php?which=7787">UMD 8730</a></td>
829: <td>1.8</td>
830: <td>The Ultimate Music Disc for Atari. This demo doesn't work in STF mode
831: with Hatari < 1.8, due to the non standard fading colors routine
832: used at the start of the demo</td>
833: </tr>
834: <tr>
1.1.1.2 root 835: <td>Reservoir Gods:
836: <a href="http://pouet.net/prod.php?which=9711">Hallucinations</a></td>
837: <td>before 1.0</td>
1.1 root 838: <td> </td>
839: </tr>
840: <tr>
1.1.1.2 root 841: <td>Sector One:
842: <a href="http://pouet.net/prod.php?which=14739">Oh no!! More Froggies</a></td>
843: <td>1.0</td>
1.1.1.13! root 844: <td>Works only with <4MB of RAM. It doesn't support SID sound with timers
! 845: during the overscan parts, so it stops music (it's not a bug).</td>
1.1 root 846: </tr>
847: <tr>
1.1.1.2 root 848: <td>ST Connexion/Overlanders/Legacy:
849: <a href="http://www.pouet.net/prod.php?which=8936">Froggies over the Fence</a>*</td>
850: <td>1.1</td>
851: <td>Uses its own IKBD 6301 routine</td>
852: </tr>
853: <tr>
854: <td>The CareBears:
855: <a href="http://www.pouet.net/prod.php?which=754">SoWatt</a></td>
856: <td>1.0</td>
857: <td>Sync-scroll, overscan...</td>
858: </tr>
859: <tr>
860: <td>The CareBears:
861: <a href="http://pouet.net/prod.php?which=11785">Swedish New Year</a></td>
1.1.1.4 root 862: <td>1.3</td>
863: <td>Fullscreen in the first TCB screen is mixing 50/60 HZ lines</td>
1.1.1.2 root 864: </tr>
865: <tr>
866: <td>The Exceptions:
867: <a href="http://pouet.net/prod.php?which=11350">B.I.G. Demo</a></td>
868: <td>1.0</td>
1.1 root 869: <td> </td>
1.1.1.2 root 870: </tr>
871: <tr>
872: <td>The Lost Boys:
873: <a href="http://www.pouet.net/prod.php?which=11348">Mindbomb</a></td>
1.1.1.4 root 874: <td>1.3</td>
875: <td>"DI No Shit" is mixing 50/60 Hz lines.
1.1.1.3 root 876: Does not work with cartridge / HD emulation</td>
1.1.1.2 root 877: </tr>
878: <tr>
879: <td>The Marvellous V8:
880: <a href="http://pouet.net/prod.php?which=16911">V8 Music System</a></td>
881: <td>1.1</td>
1.1.1.11 root 882: <td>The keyboard detection at the beginning is buggy and it's sometimes
883: necessary to retry several times (this is the same on a real STF)
1.1 root 884: </td>
885: </tr>
886: <tr>
1.1.1.2 root 887: <td>The Syndicate:
888: <a href="http://pouet.net/prod.php?which=11835">If Pigs Could Fly</a></td>
889: <td>before 1.0</td>
1.1 root 890: <td> </td>
891: </tr>
892: <tr>
1.1.1.12 root 893: <td>The Union:
894: <a href="http://pouet.net/prod.php?which=11060">The Union Demo</a></td>
895: <td>1.8</td>
896: <td>One of the most famous ST demos. Does not work with cartridge / HD emulation. Although it works on real ST with 512 kB of RAM,
897: current emulation requires to use ≥ 1MB RAM</td>
898: <tr>
1.1.1.2 root 899: <td>TNT Crew:
900: <a href="http://pouet.net/prod.php?which=29414">Death of the left border</a></td>
901: <td class="minor">1.1</td>
902: <td>Planes are shifted</td>
903: </tr>
904: <tr>
1.1.1.12 root 905: <td>TOS Crew:
906: <a href="http://pouet.net/prod.php?which=29074">4-pixel plasma screen</a></td>
907: <td>1.8</td>
908: <td>This demo features some 4 pixels color changes on STF, instead of the usual
909: 8 pixels minimum width</td>
910: </tr>
911: <tr>
1.1.1.2 root 912: <td>Unlimited Matricks:
913: <a href="http://pouet.net/prod.php?which=11349">Dark Side Of The Spoon</a></td>
914: <td>1.0</td>
915: <td>Lots of fullscreens and sync-scrolling</td>
916: </tr>
917: <tr>
918: <td>X-Troll:
919: <a href="http://pouet.net/prod.php?which=29071">Long Screen</a></td>
920: <td>before 1.0</td>
1.1 root 921: <td> </td>
1.1.1.2 root 922: </tr>
923: <tr>
924: <td>Ym Rockerz:
925: <a href="http://pouet.net/prod.php?which=9454">Popstars</a></td>
926: <td>before 1.0</td>
1.1.1.13! root 927: <td> </td>
1.1 root 928: </tr>
929: </tbody>
930: </table>
931:
1.1.1.11 root 932: <h3>ST applications</h3>
1.1 root 933:
934: <p>Note that some applications can even crash at startup if their
935: configuration or data files are not writable.</p>
936:
1.1.1.12 root 937: <table>
1.1.1.11 root 938: <caption>Tested applications</caption>
939: <thead>
940: <tr class="backdropped">
941: <th>Application</th>
942: <th>Hatari version</th>
943: <th>Notes</th>
1.1 root 944: </tr>
1.1.1.11 root 945: </thead>
946: <tbody>
1.1 root 947: <tr class="backdropped">
1.1.1.11 root 948: <td colspan="3" class="subheader">Programming</td>
1.1 root 949: </tr>
950: <tr>
1.1.1.6 root 951: <td><a href="http://members.chello.nl/h.robbers/">AHCC</a></td>
952: <td>1.3</td>
953: <td>Open Source Pure-C compatible C-compiler and IDE</td>
954: </tr>
955: <tr>
956: <td>Pure-C</td>
957: <td>1.4</td>
958: <td>Debugger had issues with GEMDOS HD emulation before Hatari v1.4</td>
959: </tr>
960: <tr>
1.1.1.11 root 961: <td>Devpac 2.2</td>
1.1.1.7 root 962: <td>1.2</td>
963: <td> </td>
1.1 root 964: </tr>
965: <tr>
1.1.1.11 root 966: <td>Devpac 3</td>
967: <td>1.7</td>
968: <td>Earlier GEMDOS HD emu flushed writes only when file was
969: closed or its metadata was changed. Before Hatari v1.7
970: tools run by Devpac could get incomplete file contents</td>
971: </tr>
972: <tr>
1.1 root 973: <td>Turbo Assembler</td>
1.1.1.2 root 974: <td>before 1.0</td>
1.1 root 975: <td>
1.1.1.2 root 976: Due to a bug you need to have a proper disk image inserted into drive A.
1.1 root 977: </td>
978: </tr>
979: <tr>
980: <td>GFABASIC 3.6TT</td>
1.1.1.2 root 981: <td>before 1.0</td>
982: <td>MENU.PRG does not like harddisks. Use disk images for compiling.</td>
1.1 root 983: </tr>
984: <tr>
985: <td>ST Basic</td>
1.1.1.2 root 986: <td>before 1.0</td>
1.1 root 987: <td> </td>
988: </tr>
989: <tr>
990: <td>Gulam shell</td>
1.1.1.2 root 991: <td>before 1.0</td>
1.1 root 992: <td> </td>
993: </tr>
994: <tr>
995: <td>Orcs Resource editor</td>
1.1.1.2 root 996: <td>before 1.0</td>
1.1 root 997: <td> </td>
998: </tr>
999: <tr class="backdropped">
1.1.1.11 root 1000: <td colspan="3" class="subheader">Graphics</td>
1.1 root 1001: </tr>
1002: <tr>
1003: <td>Crackart</td>
1.1.1.2 root 1004: <td>before 1.0</td>
1.1 root 1005: <td>
1006: Harddisk access does not work with GEMDOS emulation
1007: - fine with disk images
1008: </td>
1009: </tr>
1010: <tr>
1011: <td>ImCon</td>
1.1.1.2 root 1012: <td>before 1.0</td>
1.1 root 1013: <td> </td>
1014: </tr>
1015: <tr>
1.1.1.4 root 1016: <td><a href="http://www.klockars.net/mgif.html">Mgif</a></td>
1.1.1.7 root 1017: <td>1.4</td>
1018: <td>Convolutions can use Falcon DSP and JPEG loading Brainstorm
1019: DSP decoder</td>
1.1 root 1020: </tr>
1021: <tr>
1022: <td>Neochrome</td>
1.1.1.7 root 1023: <td>1.3</td>
1024: <td> </td>
1.1 root 1025: </tr>
1026: <tr>
1027: <td>OCR</td>
1.1.1.2 root 1028: <td>before 1.0</td>
1.1 root 1029: <td>Didn't try scanning</td>
1030: </tr>
1031: <tr>
1.1.1.8 root 1032: <td>Spectrum 512</td>
1.1.1.11 root 1033: <td>1.7</td>
1034: <td>Mouse moved too slowly before Hatari 1.7</td>
1.1.1.8 root 1035: </tr>
1036: <tr>
1.1 root 1037: <td>Speed Of Light</td>
1.1.1.2 root 1038: <td>before 1.0</td>
1.1 root 1039: <td> </td>
1040: </tr>
1041: <tr class="backdropped">
1.1.1.11 root 1042: <td colspan="3" class="subheader">Sound</td>
1043: </tr>
1044: <tr>
1045: <td><a href="http://www.pouet.net/prod.php?which=56822">Hextracker</a></td>
1046: <td>1.5</td>
1047: <td>Uses non-standard mouse event scaling factor.
1048: Mouse cannot traverse whole Hatari window unless
1049: mouse grab or fullscreen mode is used</td>
1.1 root 1050: </tr>
1051: <tr>
1.1.1.13! root 1052: <td><a href="http://www.atarimania.com/utility-atari-st-m_28275.html">M</a></td>
! 1053: <td>1.9</td>
! 1054: <td>MIDI program, use a weird way to trigger interrupt by changing MFP's AER</td>
! 1055: </tr>
! 1056: <tr>
1.1.1.11 root 1057: <td><a href="http://www.pouet.net/prod.php?which=18929">MusicMon 2</a></td>
1.1.1.2 root 1058: <td>before 1.0</td>
1.1 root 1059: <td> </td>
1060: </tr>
1061: <tr>
1.1.1.11 root 1062: <td><a href="http://www.pouet.net/prod.php?which=50028">Noise Tracker</a></td>
1.1.1.2 root 1063: <td>1.1</td>
1064: <td> </td>
1.1 root 1065: </tr>
1066: <tr>
1.1.1.13! root 1067: <td><a href="http://www.atarimania.com/utility-atari-st-notator-sl_27282.html">Notator</a></td>
! 1068: <td>1.9</td>
! 1069: <td>MIDI program, very sensitive to the timings when writing to the MIDI's ACIA</td>
! 1070: </tr>
! 1071: <tr>
1.1.1.11 root 1072: <td><a href="http://www.pouet.net/prod.php?which=50030">Protracker</a></td>
1.1.1.2 root 1073: <td>before 1.0</td>
1.1 root 1074: <td> </td>
1075: </tr>
1076: <tr>
1077: <td>Quartet</td>
1.1.1.2 root 1078: <td>before 1.0</td>
1.1 root 1079: <td> </td>
1080: </tr>
1081: <tr>
1.1.1.13! root 1082: <td><a href="http://www.atarimania.com/utility-atari-st-realtime_22890.html">Realtime</a></td>
! 1083: <td>1.9</td>
! 1084: <td>MIDI program, use a weird way to trigger interrupt by changing MFP's AER</td>
! 1085: </tr>
! 1086: <tr>
1.1.1.11 root 1087: <td><a href="http://www.pouet.net/prod.php?which=13336">SidSound Designer</a></td>
1.1.1.2 root 1088: <td>before 1.0</td>
1.1 root 1089: <td> </td>
1090: </tr>
1091: <tr>
1.1.1.11 root 1092: <td>Accompanist<br />(Henry Cosh Sequencer)</td>
1.1.1.3 root 1093: <td>1.2</td>
1.1.1.11 root 1094: <td><a href="#Midi_setup">MIDI input/output</a> works</td>
1.1 root 1095: </tr>
1096: <tr>
1097: <td>Cubase Lite</td>
1.1.1.3 root 1098: <td>1.2</td>
1.1.1.11 root 1099: <td><a href="#Midi_setup">MIDI input/output</a> works</td>
1.1 root 1100: </tr>
1101: <tr>
1102: <td>Sequencer One</td>
1.1.1.3 root 1103: <td>1.2</td>
1.1.1.11 root 1104: <td>Both <a href="#Midi_setup">MIDI input/output</a>
1.1.1.3 root 1105: and sampled sound work</td>
1.1 root 1106: </tr>
1107: <tr class="backdropped">
1.1.1.11 root 1108: <td colspan="3" class="subheader">Text Editors</td>
1.1 root 1109: </tr>
1110: <tr>
1111: <td>Tempus</td>
1.1.1.2 root 1112: <td>before 1.0</td>
1.1 root 1113: <td> </td>
1114: </tr>
1115: <tr>
1116: <td>Qed editor</td>
1.1.1.2 root 1117: <td>before 1.0</td>
1.1 root 1118: <td> </td>
1119: </tr>
1120: <tr>
1121: <td>Everest editor</td>
1.1.1.2 root 1122: <td>before 1.0</td>
1.1 root 1123: <td> </td>
1124: </tr>
1125: <tr class="backdropped">
1.1.1.11 root 1126: <td colspan="3" class="subheader">Business applications</td>
1.1 root 1127: </tr>
1128: <tr>
1129: <td>Opus spreadsheet</td>
1.1.1.2 root 1130: <td>before 1.0</td>
1.1 root 1131: <td> </td>
1132: </tr>
1133: <tr>
1134: <td>SBase database</td>
1.1.1.2 root 1135: <td>before 1.0</td>
1.1 root 1136: <td> </td>
1137: </tr>
1138: <tr>
1139: <td>Sheet spreadsheet</td>
1.1.1.2 root 1140: <td>before 1.0</td>
1.1 root 1141: <td> </td>
1142: </tr>
1143: <tr>
1.1.1.4 root 1144: <td>Calamus v1.0.9</td>
1.1.1.2 root 1145: <td>before 1.0</td>
1.1.1.4 root 1146: <td> </td>
1.1 root 1147: </tr>
1148: <tr>
1149: <td>Outline Art 3 (demo)</td>
1.1.1.2 root 1150: <td>before 1.0</td>
1.1 root 1151: <td> </td>
1152: </tr>
1153: <tr class="backdropped">
1.1.1.11 root 1154: <td colspan="3" class="subheader">Communications</td>
1.1 root 1155: </tr>
1156: <tr>
1157: <td>CAB browser</td>
1.1.1.2 root 1158: <td>before 1.0</td>
1.1 root 1159: <td> </td>
1160: </tr>
1161: <tr>
1162: <td>Connect</td>
1.1.1.2 root 1163: <td>before 1.0</td>
1.1 root 1164: <td> </td>
1165: </tr>
1166: <tr>
1167: <td>Kivi QWK Reader</td>
1.1.1.2 root 1168: <td>before 1.0</td>
1.1 root 1169: <td> </td>
1170: </tr>
1171: <tr class="backdropped">
1.1.1.11 root 1172: <td colspan="3" class="subheader">Desktops</td>
1.1 root 1173: </tr>
1174: <tr>
1.1.1.4 root 1175: <td><a href="http://solair.eunet.rs/~vdjole/teradesk.htm">Teradesk desktop</a></td>
1.1.1.2 root 1176: <td>before 1.0</td>
1.1 root 1177: <td> </td>
1178: </tr>
1179: <tr>
1180: <td>Thing desktop</td>
1.1.1.2 root 1181: <td>before 1.0</td>
1.1 root 1182: <td> </td>
1183: </tr>
1184: <tr class="backdropped">
1.1.1.11 root 1185: <td colspan="3" class="subheader">Science</td>
1.1 root 1186: </tr>
1187: <tr>
1188: <td>Euler</td>
1.1.1.2 root 1189: <td>before 1.0</td>
1.1 root 1190: <td> </td>
1191: </tr>
1192: <tr>
1193: <td>Minidraft</td>
1.1.1.2 root 1194: <td>before 1.0</td>
1.1 root 1195: <td> </td>
1196: </tr>
1197: <tr>
1198: <td>Molsys</td>
1.1.1.2 root 1199: <td>before 1.0</td>
1.1 root 1200: <td> </td>
1201: </tr>
1202: <tr class="backdropped">
1.1.1.13! root 1203: <td colspan="3" class="subheader">Benchmarks/statistics</td>
! 1204: </tr>
! 1205: <tr>
! 1206: <td><a href="http://kronos.lutece.net/">Kronos</a></td>
! 1207: <td>before 1.6</td>
! 1208: <td>Disk speed check is really slow under GEMDOS HD emulation, use disk images instead</td>
! 1209: </tr>
! 1210: <tr>
! 1211: <td><a href="http://www.umich.edu/~archive/atari/Utilities/Benchmark/stats.lzh">Statistician</a></td>
! 1212: <td>1.8</td>
! 1213: <td>Program crashes if disk info is requested for GEMDOS HD
! 1214: emulated drive, or a floppy drive without a disk, because
! 1215: program doesn't check BIOS GetBPB() function return value</td>
! 1216: </tr>
! 1217: <tr class="backdropped">
1.1.1.11 root 1218: <td colspan="3" class="subheader">Utilities</td>
1.1 root 1219: </tr>
1220: <tr>
1221: <td>Revenge Document Displayer</td>
1.1.1.2 root 1222: <td>before 1.0</td>
1.1 root 1223: <td> </td>
1224: </tr>
1225: <tr>
1226: <td>ST-Guide</td>
1.1.1.2 root 1227: <td>before 1.0</td>
1.1 root 1228: <td> </td>
1229: </tr>
1230: <tr>
1231: <td>ST-Zip</td>
1.1.1.2 root 1232: <td>before 1.0</td>
1.1 root 1233: <td> </td>
1234: </tr>
1235: <tr>
1236: <td>STCat</td>
1.1.1.2 root 1237: <td>before 1.0</td>
1.1 root 1238: <td> </td>
1239: </tr>
1240: <tr>
1241: <td>Lharc Shell</td>
1.1.1.2 root 1242: <td>before 1.0</td>
1.1 root 1243: <td> </td>
1244: </tr>
1245: <tr>
1246: <td>TwoInOne</td>
1.1.1.2 root 1247: <td>before 1.0</td>
1.1 root 1248: <td> </td>
1249: </tr>
1250: <tr>
1251: <td>Sagrotan viruskiller</td>
1.1.1.2 root 1252: <td>before 1.0</td>
1.1 root 1253: <td> </td>
1254: </tr>
1255: <tr class="backdropped">
1.1.1.11 root 1256: <td colspan="3" class="subheader">Others</td>
1.1 root 1257: </tr>
1258: <tr>
1259: <td>ZX Spectrum emulator</td>
1.1.1.2 root 1260: <td>before 1.0</td>
1.1 root 1261: <td>Installer needs to be run from a floppy image and (HD)
1262: install directory needs to be already present. After installing,
1263: use unzip to get zero byte sized files from the original
1264: self-extracting zip files. Both 68000 and 68030 versions work
1265: both in color and mono.</td>
1266: </tr>
1267: </tbody>
1268: </table>
1269:
1.1.1.11 root 1270: <h3 id="Midi_setup">Midi setup</h3>
1.1 root 1271:
1272: <p>If you don't have a MIDI sequencer, on Linux you can use
1273: a softsynth like Timidity or FluidSynth instead (if your distribution
1.1.1.11 root 1274: supports ALSA). For instructions, see the
1275: <a href="midi-linux.txt">midi-linux.txt</a> file.</p>
1.1 root 1276:
1277:
1.1.1.11 root 1278: <h2>STE software compatibility list</h2>
1.1 root 1279:
1.1.1.2 root 1280: <p>By default everything should work with the STE emulation. The lists
1281: below contain nearly all the STE specific software that the developers
1282: could get their hands on...</p>
1283:
1.1 root 1284:
1.1.1.11 root 1285: <h3>STE games</h3>
1.1 root 1286:
1287: <p>First are some STE games that do work with the STE features
1288: in Hatari. Most of these games work only on STE, but here are also some
1289: games which work (or have a version that works) also on ST, i.e. they
1290: are just STE enhanced. These are marked with '*'.</p>
1.1.1.2 root 1291:
1.1.1.12 root 1292: <table>
1.1.1.11 root 1293: <caption>Tested STE games</caption>
1294: <thead>
1295: <tr class="backdropped">
1296: <th>Title</th>
1297: <th>Hatari version</th>
1298: <th>Notes</th>
1.1 root 1299: </tr>
1.1.1.11 root 1300: </thead>
1301: <tbody>
1.1 root 1302: <tr>
1.1.1.7 root 1303: <td><a href="http://pouet.net/prod.php?which=54847">4K Pacman</a></td>
1304: <td>1.4</td>
1305: <td> </td>
1306: </tr>
1307: <tr>
1308: <td>Aerial Combat 3</td>
1309: <td>1.4</td>
1310: <td> </td>
1311: </tr>
1312: <tr>
1.1 root 1313: <td>Alien Blast</td>
1.1.1.2 root 1314: <td>before 1.0</td>
1.1 root 1315: <td> </td>
1316: </tr>
1317: <tr>
1.1.1.4 root 1318: <td>Alien Thing</td>
1319: <td>1.2</td>
1320: <td>"Director's cut" preview. Needs to be run from atdcdemo/-folder in root</td>
1321: </tr>
1322: <tr>
1.1.1.6 root 1323: <td><a href="http://paradize.final-memory.org/games.shtml">AttackWave*</a></td>
1324: <td>1.3</td>
1325: <td>Uses blitter and DMA sound on STE</td>
1326: </tr>
1327: <tr>
1.1 root 1328: <td>Astrodia*</td>
1.1.1.2 root 1329: <td>before 1.0</td>
1.1.1.10 root 1330: <td>Blitter</td>
1.1 root 1331: </tr>
1332: <tr>
1.1.1.6 root 1333: <td><a href="http://www.pouet.net/prod.php?which=11526">Battletris+</a></td>
1.1.1.2 root 1334: <td>before 1.0</td>
1.1 root 1335: <td> </td>
1336: </tr>
1337: <tr>
1338: <td>Blat!</td>
1.1.1.2 root 1339: <td>before 1.0</td>
1.1 root 1340: <td> </td>
1341: </tr>
1342: <tr>
1.1.1.12 root 1343: <td><a href="http://homepage.ntlworld.com/kevcallahan/bombaman/">Bombaman</a></td>
1.1.1.2 root 1344: <td>before 1.0</td>
1.1 root 1345: <td> </td>
1346: </tr>
1347: <tr>
1.1.1.6 root 1348: <td><a href="http://paranoia.atari.org/projects/atari.html">Breakdance</a></td>
1.1.1.2 root 1349: <td>before 1.0</td>
1350: <td>THE ultimate scene game</td>
1.1 root 1351: </tr>
1352: <tr>
1353: <td>Chronicles of Omega*</td>
1.1.1.2 root 1354: <td>before 1.0</td>
1.1 root 1355: <td> </td>
1356: </tr>
1357: <tr>
1358: <td>Chaos Engine (demo)</td>
1.1.1.2 root 1359: <td>before 1.0</td>
1.1 root 1360: <td> </td>
1361: </tr>
1362: <tr>
1.1.1.12 root 1363: <td><a href="http://rg.atari.org/chuchu.htm">ChuChu Rocket</a>*</td>
1.1.1.2 root 1364: <td>before 1.0</td>
1.1 root 1365: <td>needs to be run from disk image</td>
1366: </tr>
1367: <tr>
1.1.1.12 root 1368: <td><a href="http://www.atarimania.com/game-atari-st-dynabusters_28670.html">Dynabusters+</a></td>
1.1.1.2 root 1369: <td>1.1</td>
1370: <td>Hi-score screen flickers</td>
1371: </tr>
1372: <tr>
1373: <td>Frantick</td>
1374: <td>1.0</td>
1.1 root 1375: <td> </td>
1376: </tr>
1377: <tr>
1378: <td>H.E.R.O. 2</td>
1.1.1.2 root 1379: <td>before 1.0</td>
1.1 root 1380: <td>Requires 4MB RAM</td>
1381: </tr>
1382: <tr>
1.1.1.12 root 1383: <td><a href="http://www.atari-forum.com/viewtopic.php?f=3&t=26360">Giana Sisters STE rewrite</a></td>
1384: <td>before 1.6.2</td>
1385: <td> </td>
1386: </tr>
1387: <tr>
1.1 root 1388: <td>Leavin' Teramis*</td>
1.1.1.12 root 1389: <td> </td>
1390: <td>Loader text was not correctly displayed with Hatari < 1.8</td>
1.1 root 1391: </tr>
1392: <tr>
1.1.1.4 root 1393: <td><a href="http://paradize.final-memory.org/games.shtml">Manga Puzzle</a></td>
1.1.1.2 root 1394: <td>before 1.0</td>
1.1 root 1395: <td> </td>
1396: </tr>
1397: <tr>
1398: <td>No Limit II</td>
1.1.1.2 root 1399: <td>before 1.0</td>
1.1 root 1400: <td> </td>
1401: </tr>
1402: <tr>
1403: <td>Obsession (demo)</td>
1.1.1.2 root 1404: <td>before 1.0</td>
1405: <td>Opens top, left (with STE shifter bug) and bottom borders</td>
1.1 root 1406: </tr>
1407: <tr>
1408: <td>Operation Garfield</td>
1.1.1.2 root 1409: <td>before 1.0</td>
1.1 root 1410: <td> </td>
1411: </tr>
1412: <tr>
1413: <td>Pacman on E</td>
1.1.1.2 root 1414: <td>before 1.0</td>
1.1 root 1415: <td> </td>
1416: </tr>
1417: <tr>
1.1.1.12 root 1418: <td><a href="http://www.atari-forum.com/viewtopic.php?f=3&t=24635">Pacmania STE rewrite</a></td>
1419: <td>1.6.2</td>
1420: <td> </td>
1421: </tr>
1422: <tr>
1.1.1.4 root 1423: <td><a href="http://paradize.final-memory.org/games.shtml">Penta*</a></td>
1.1.1.2 root 1424: <td>before 1.0</td>
1.1 root 1425: <td>Blitter, DMA audio and STE fadings do work properly</td>
1426: </tr>
1427: <tr>
1.1.1.4 root 1428: <td><a href="http://pooz.atari.org/">Pooz*</a></td>
1.1.1.2 root 1429: <td>before 1.0</td>
1.1 root 1430: <td>Uses STE DMA, blitter and palette</td>
1431: </tr>
1432: <tr>
1.1.1.7 root 1433: <td><a href="http://cichon.cz/pu/index.html">Power Up*</a></td>
1434: <td>1.5</td>
1435: <td>Very weird sound routine in STE mode : play a 2 bytes sample in a loop with
1436: DMA sound and update the content of this sample with an MFP timer</td>
1.1 root 1437: </tr>
1438: <tr>
1.1.1.12 root 1439: <td><a href="http://www.rgcd.co.uk/2011/04/r0x-atari-ste-2009.html">R0X</a></td>
1.1.1.6 root 1440: <td>1.3</td>
1441: <td>Some "DMA snd: Illegal buffer size (from 0x0 to 0x0)" messages</td>
1442: </tr>
1443: <tr>
1.1 root 1444: <td>Roger</td>
1.1.1.2 root 1445: <td>1.1</td>
1446: <td>Needs to be run from a disk image</td>
1.1 root 1447: </tr>
1448: <tr>
1449: <td>Skulls</td>
1.1.1.2 root 1450: <td>before 1.0</td>
1.1 root 1451: <td>Opens right border</td>
1452: </tr>
1453: <tr>
1.1.1.12 root 1454: <td><a href="http://www.atarimania.com/game-atari-st-starball_11382.html">Starball</a>*</td>
1.1.1.2 root 1455: <td>before 1.0</td>
1.1 root 1456: <td>Uses DMA sound</td>
1457: </tr>
1458: <tr>
1459: <td>Stardust (tunnel demo)</td>
1.1.1.2 root 1460: <td>before 1.0</td>
1.1 root 1461: <td> </td>
1462: </tr>
1463: <tr>
1.1.1.4 root 1464: <td><a href="http://pagesperso-orange.fr/patrice.mandin/en/perso-moteurs.html">STrEet Fighter 2</a></td>
1.1.1.2 root 1465: <td>before 1.0</td>
1.1 root 1466: <td>Uses blitter, HW scrolling and DMA sound</td>
1467: </tr>
1468: <tr>
1469: <td>Stupid Balloon game</td>
1.1.1.2 root 1470: <td>before 1.0</td>
1.1 root 1471: <td> </td>
1472: </tr>
1473: <tr>
1474: <td>Substation (demo)</td>
1.1.1.2 root 1475: <td>before 1.0</td>
1.1 root 1476: <td> </td>
1477: </tr>
1478: <tr>
1.1.1.6 root 1479: <td>Team</td>
1480: <td>1.0</td>
1481: <td>HW scrolling, DMA sound, overscan</td>
1482: </tr>
1483: <tr>
1.1 root 1484: <td>TomTar</td>
1.1.1.2 root 1485: <td>before 1.0</td>
1.1 root 1486: <td> </td>
1487: </tr>
1488: <tr>
1.1.1.12 root 1489: <td><a href="http://www.atarimania.com/game-atari-st-utopos_10757.html">Utopos</a></td>
1.1.1.6 root 1490: <td>1.4</td>
1491: <td>Screen was flickering with previous version of Hatari</td>
1.1 root 1492: </tr>
1493: <tr>
1494: <td>Ultimate Arena</td>
1.1.1.2 root 1495: <td>before 1.0</td>
1.1 root 1496: <td> </td>
1497: </tr>
1498: <tr>
1.1.1.8 root 1499: <td>Whitewater Madness</td>
1500: <td class="minor">1.6</td>
1501: <td>Bottom part of the screen is not correct, due to changing video address
1502: when display is already on</td>
1503: </tr>
1504: <tr>
1.1.1.12 root 1505: <td><a href="http://www.atarimania.com/game-atari-st-wolfenstein-3d_28676.html">Wolfenstein 3D*</a></td>
1.1.1.3 root 1506: <td>1.2</td>
1507: <td>Uses DMA sound on STE</td>
1.1 root 1508: </tr>
1509: <tr>
1510: <td>Zool (demo)</td>
1.1.1.2 root 1511: <td>1.0</td>
1.1 root 1512: <td> </td>
1513: </tr>
1.1.1.6 root 1514: <tr>
1515: <td><a href="http://www.umich.edu/~archive/atari/Games/Space/zero_5.zip">Zero-5 (demo)</a></td>
1516: <td class="minor">1.4</td>
1517: <td>STE DMA sound, Blitter and palette. STE joypad works, but
1.1.1.11 root 1518: there are issues in mouse control. With Hatari versions earlier
1519: than v1.7 there's flicker and wrong colors on the bottom part
1520: of the in-game screen</td>
1.1.1.6 root 1521: </tr>
1.1 root 1522: </tbody>
1523: </table>
1524:
1.1.1.11 root 1525: <h3>STE demos</h3>
1.1 root 1526:
1.1.1.2 root 1527: <p>Blitter emulation cycle-accuracy is an issue for some demos.</p>
1528:
1.1.1.12 root 1529: <table>
1.1.1.11 root 1530: <caption>Tested STE demos</caption>
1531: <thead>
1532: <tr class="backdropped">
1533: <th>Demo</th>
1534: <th>Hatari version</th>
1535: <th>Notes</th>
1.1.1.2 root 1536: </tr>
1.1.1.11 root 1537: </thead>
1538: <tbody>
1.1.1.2 root 1539: <tr>
1540: <td>Aggression:
1541: <a href="http://pouet.net/prod.php?which=29352">Armada is dead</a></td>
1542: <td>1.0</td>
1543: <td> </td>
1544: </tr>
1545: <tr>
1546: <td>Aggression:
1547: <a href="http://pouet.net/prod.php?which=4631">Braindamage</a></td>
1.1.1.6 root 1548: <td>1.3</td>
1549: <td> </td>
1.1.1.2 root 1550: </tr>
1551: <tr>
1552: <td>Aggression:
1553: <a href="http://pouet.net/prod.php?which=29355">RGBeast</a></td>
1.1.1.13! root 1554: <td>1.9</td>
! 1555: <td>Overscan + blitter. Requires Hatari ≥ 1.9</td>
1.1.1.2 root 1556: </tr>
1557: <tr>
1558: <td>Anatomica:
1559: <a href="http://pouet.net/prod.php?which=15428">Extreme Rage</a></td>
1560: <td class="minor">1.1</td>
1561: <td>Bad blitter timings cause timer B to occur at wrong time</td>
1562: </tr>
1563: <tr>
1564: <td>Atari scene collective:
1565: <a href="http://www.pouet.net/prod.php?which=20584">20 years</a>*</td>
1566: <td>1.1</td>
1567: <td>You may need to reset between screens</td>
1568: </tr>
1569: <tr>
1.1.1.7 root 1570: <td>Brainless Institute:
1571: <a href="http://www.pouet.net/prod.php?which=15437">Bad Taste</a></td>
1572: <td class="major">1.4</td>
1573: <td>Demo crashes during the vector balls at the beginning. This is due to
1574: the blitter overwriting some code (due to a bug in the sprite routine)
1575: but the reason why it happens only under Hatari was not found yet</td>
1576: </tr>
1577: <tr>
1.1.1.13! root 1578: <td>Checkpoint:
! 1579: <a href="http://www.pouet.net/prod.php?which=65101">ATM 10 Years</a></td>
! 1580: <td>1.8</td>
! 1581: <td>Streamed music, voxels</td>
! 1582: </tr>
! 1583: <tr>
1.1.1.4 root 1584: <td>Cream: <a href="http://www.pouet.net/prod.php?which=1030">Madness</a></td>
1585: <td>1.2</td>
1586: <td>Music demo with Amiga Paula soundchip emulation + tunes</td>
1587: </tr>
1588: <tr>
1.1.1.13! root 1589: <td>Cybernetics: <a href="http://www.pouet.net/prod.php?which=14458">New Stream</a>
! 1590: </td>
! 1591: <td>1.8</td>
! 1592: <td>WRITER.PRG doesn't work due to FDC "write track" command,
! 1593: but demos work fine if you convert IMG files to ST floppy images
! 1594: by removing their 8 byte header.
! 1595: </tr>
! 1596: <tr>
! 1597: <td>Cybernetics: <a href="http://www.pouet.net/prod.php?which=14457">Relapse</a>
! 1598: </td>
! 1599: <td>1.9</td>
! 1600: <td>WRITER.PRG doesn't work due to FDC "write track" command (same as 'New Stream').
! 1601: The Graphix Sound 2 part uses blitter with overscan and requires Hatari ≥ 1.9.
! 1602: </tr>
! 1603: <tr>
1.1.1.6 root 1604: <td>Defence Force:
1605: <a href="http://www.pouet.net/prod.php?which=54106">Save The Eearth</a></td>
1.1.1.7 root 1606: <td>1.5</td>
1.1.1.6 root 1607: <td>Right border switches, blitter, extended palette, HW
1.1.1.7 root 1608: scrolling/screen splitting, DMA music + microwire/lmc control.</td>
1.1.1.6 root 1609: </tr>
1610: <tr>
1611: <td>DHS:
1612: <a href="http://www.pouet.net/prod.php?which=54037">Cernit Trandafir</a></td>
1.1.1.7 root 1613: <td>1.5</td>
1614: <td> </td>
1.1.1.6 root 1615: </tr>
1616: <tr>
1.1.1.2 root 1617: <td>DHS:
1618: <a href="http://www.pouet.net/prod.php?which=1001">Just Musix 2</a></td>
1619: <td>1.0</td>
1620: <td> </td>
1621: </tr>
1622: <tr>
1623: <td>DHS:
1624: <a href="http://www.pouet.net/prod.php?which=51962">More or Less Zero</a></td>
1.1.1.7 root 1625: <td>1.5</td>
1626: <td> </td>
1.1.1.2 root 1627: </tr>
1628: <tr>
1629: <td>DHS:
1630: <a href="http://www.pouet.net/prod.php?which=1000">Tyranny</a> &
1631: <a href="http://www.pouet.net/prod.php?which=4474">Massacre</a></td>
1632: <td>before 1.0</td>
1633: <td> </td>
1.1 root 1634: </tr>
1635: <tr>
1.1.1.10 root 1636: <td>Dune/Sector One:
1637: <a href="http://pouet.net/prod.php?which=59066">Antiques</a></td>
1638: <td>1.6.2</td>
1639: <td>The Greeting Parts requires Hatari 1.6.2 to work, it will flicker sometimes
1640: but that's a bug in the demo, not in Hatari</td>
1641: </tr>
1642: <tr>
1.1.1.12 root 1643: <td>Dune/Sector One:
1644: <a href="http://www.pouet.net/prod.php?which=60831">UFO</a></td>
1645: <td>1.7</td>
1646: <td>Requires --fastfdc off</td>
1647: </tr>
1648: <tr>
1.1.1.8 root 1649: <td>Electronic Images:
1650: <a href="http://www.pouet.net/prod.php?which=21037">Music Dream II</a></td>
1651: <td>1.5</td>
1652: <td>This demo requires accurate values when reading dma sound address ($ff8909/0b/0d)
1653: and won't work correctly with Hatari < 1.5</td>
1654: </tr>
1655: <tr>
1.1.1.2 root 1656: <td>GGN:
1.1.1.6 root 1657: <a href="http://www.pouet.net/prod.php?which=7871">The Sierpinski overdose 4K</a></td>
1.1.1.2 root 1658: <td>1.0</td>
1659: <td>Uses blitter, requires med-rez</td>
1.1 root 1660: </tr>
1661: <tr>
1.1.1.2 root 1662: <td>ICE:
1.1.1.4 root 1663: <a href="http://www.pouet.net/prod.php?which=14191">Ecstacy A</a></td>
1.1.1.2 root 1664: <td>before 1.0</td>
1.1 root 1665: <td> </td>
1666: </tr>
1667: <tr>
1.1.1.2 root 1668: <td>ICE:
1669: <a href="http://www.pouet.net/prod.php?which=31452">Jam-Cols</a></td>
1.1.1.6 root 1670: <td>1.4</td>
1671: <td>Changes background color using blitter</td>
1.1 root 1672: </tr>
1673: <tr>
1.1.1.2 root 1674: <td>ICE:
1675: <a href="http://www.pouet.net/prod.php?which=31443">Kryos</a> &
1676: <a href="http://www.pouet.net/prod.php?which=31450">Intruding</a></td>
1677: <td class="minor">1.1</td>
1678: <td>Planes are shifted</td>
1.1 root 1679: </tr>
1680: <tr>
1.1.1.7 root 1681: <td>ICE:
1682: <a href="http://www.pouet.net/prod.php?which=31453">Space Tale</a></td>
1683: <td class="minor">1.4</td>
1684: <td>In the part with 3 horizontal scrolltexts, bottom border is not removed
1685: due to bad blitter timing</td>
1686: </tr>
1687: <tr>
1688: <td>ICE:
1689: <a href="http://www.pouet.net/prod.php?which=31451">The Wave Of The Future</a></td>
1.1.1.10 root 1690: <td>1.6.2</td>
1691: <td></td>
1.1.1.7 root 1692: </tr>
1693: <tr>
1.1.1.2 root 1694: <td>Imagina:
1695: <a href="http://www.pouet.net/prod.php?which=12306">Xmas demo 92</a></td>
1696: <td>before 1.0</td>
1697: <td>Flickers without frameskip</td>
1.1 root 1698: </tr>
1699: <tr>
1.1.1.2 root 1700: <td>Imagina:
1701: <a href="http://www.pouet.net/prod.php?which=12305">Systematic error</a></td>
1.1.1.6 root 1702: <td>1.4</td>
1703: <td></td>
1.1 root 1704: </tr>
1705: <tr>
1.1.1.2 root 1706: <td>Light:
1707: <a href="http://www.pouet.net/prod.php?which=14448">E605</a></td>
1708: <td>before 1.0</td>
1.1 root 1709: <td> </td>
1710: </tr>
1711: <tr>
1.1.1.2 root 1712: <td>Light:
1713: <a href="http://www.pouet.net/prod.php?which=15189">Power Rise</a></td>
1714: <td>1.1</td>
1.1 root 1715: <td> </td>
1716: </tr>
1717: <tr>
1.1.1.2 root 1718: <td>Light:
1719: <a href="http://www.pouet.net/prod.php?which=21333">VGA slideshow</a></td>
1.1.1.4 root 1720: <td class="minor">1.2</td>
1.1.1.6 root 1721: <td>Some vertical bad pixels stripes and one of the images broken, otherwise fine.</td>
1.1 root 1722: </tr>
1723: <tr>
1.1.1.13! root 1724: <td>Masters of Electric City:
! 1725: <a href="http://www.pouet.net/prod.php?which=64511">Unbeatable</a></td>
! 1726: <td>1.8</td>
! 1727: <td>Monochrome. Claims to work in ST, but due to bug in demo,
! 1728: does only on STE</td>
! 1729: </tr>
! 1730: <tr>
1.1.1.2 root 1731: <td>MJJ-Prod:
1732: <a href="http://www.pouet.net/prod.php?which=14852">1st Step</a></td>
1733: <td>before 1.0</td>
1.1 root 1734: <td> </td>
1735: </tr>
1736: <tr>
1.1.1.2 root 1737: <td>MJJ-Prod:
1738: <a href="http://atari.freemind-tobe.com/">Tribute to Rainbow TOS</a></td>
1739: <td>1.1</td>
1.1 root 1740: <td> </td>
1741: </tr>
1742: <tr>
1.1.1.2 root 1743: <td>New Core:
1744: <a href="http://www.pouet.net/prod.php?which=11524">Beyond Deadline</a></td>
1745: <td>before 1.0</td>
1.1 root 1746: <td> </td>
1747: </tr>
1748: <tr>
1.1.1.2 root 1749: <td>New Core:
1750: <a href="http://www.pouet.net/prod.php?which=11523">Coreflakes</a></td>
1751: <td>1.1</td>
1.1 root 1752: <td> </td>
1753: </tr>
1754: <tr>
1.1.1.2 root 1755: <td>Next: Illusion</td>
1.1.1.6 root 1756: <td>1.2</td>
1.1.1.3 root 1757: <td>Part of the Phaleon Gigademo</td>
1.1 root 1758: </tr>
1759: <tr>
1.1.1.2 root 1760: <td>N.L.C:
1761: <a href="http://www.pouet.net/prod.php?which=21385">Techno Drugs</a></td>
1762: <td>before 1.0</td>
1.1 root 1763: <td> </td>
1764: </tr>
1765: <tr>
1.1.1.13! root 1766: <td>No Extra:
! 1767: <a href="http://www.pouet.net/prod.php?which=64372">0OMPA</a></td>
! 1768: <td>1.8</td>
! 1769: <td> </td>
! 1770: </tr>
! 1771: <tr>
! 1772: <td>No Extra:
! 1773: <a href="http://www.pouet.net/prod.php?which=58071">Infinite Live of the Blitter</a></td>
! 1774: <td>1.8+</td>
! 1775: <td>Demo crashes in Hatari v1.7/v1.8 due to Blitter / MFP timings issue. Needs floppy in drive A</td>
! 1776: </tr>
! 1777: <tr>
1.1.1.2 root 1778: <td>Omega:
1779: <a href="http://www.pouet.net/prod.php?which=15386">Grotesque</a></td>
1780: <td>before 1.0</td>
1.1 root 1781: <td> </td>
1782: </tr>
1783: <tr>
1.1.1.7 root 1784: <td>OUCH:
1785: <a href="http://www.pouet.net/prod.php?which=22398">Songs Of The Unexpected</a></td>
1786: <td>1.5</td>
1787: <td> </td>
1.1 root 1788: </tr>
1789: <tr>
1.1.1.6 root 1790: <td>Oxygene:
1791: <a href="http://www.pouet.net/prod.php?which=52336">Amiga Demo 2</a></td>
1792: <td>1.4</td>
1793: <td>50kHz DMA sound</td>
1794: </tr>
1795: <tr>
1796: <td>Paradox:
1.1.1.7 root 1797: <a href="http://pouet.net/prod.php?which=54205">20 years Atari STE megademo</a></td>
1.1.1.6 root 1798: <td class="minor">1.4</td>
1.1.1.7 root 1799: <td>Sound is broken in Paradox color zoomer screen</td>
1.1.1.6 root 1800: </tr>
1801: <tr>
1.1.1.2 root 1802: <td>Paradox:
1803: <a href="http://pouet.net/prod.php?which=15053">X-mas 2004 demo</a></td>
1.1.1.6 root 1804: <td class="minor">1.4</td>
1805: <td>The last (4th) screen horizontal scroll texts don't look right
1806: and are jerky. It also needs frameskip even on 1.4Gz Athlon XP</td>
1.1 root 1807: </tr>
1808: <tr>
1.1.1.2 root 1809: <td>Paradox:
1810: <a href="http://pouet.net/prod.php?which=18861">Pacemaker</a></td>
1811: <td>1.1</td>
1812: <td>
1813: Some garbage in the end screen when the demo has been started from
1814: hard disk.
1815: </td>
1.1 root 1816: </tr>
1817: <tr>
1.1.1.2 root 1818: <td>Paradox:
1819: <a href="http://pouet.net/prod.php?which=12237">HighResMode</a></td>
1.1.1.7 root 1820: <td>1.5</td>
1.1.1.12 root 1821: <td>Use spec512 mode in med res. Requires Hatari ≥ 1.8 for correct
1822: alignment between bitmaps and color changes</td>
1.1 root 1823: </tr>
1824: <tr>
1.1.1.10 root 1825: <td>POV:
1826: <a href="http://www.pouet.net/prod.php?which=19461">POV 136</a></td>
1827: <td class="minor">1.6</td>
1828: <td>Hatari doesn't support modifying $ff8205 and reading it back
1829: while display is enabled. Without VBL sync, there's a only 10%
1830: chance of STE HW detection working</td>
1831: </tr>
1832: <tr>
1.1.1.2 root 1833: <td>Reservoir Gods:
1834: <a href="http://pouet.net/prod.php?which=9713">Mind Rewind</a></td>
1835: <td>before 1.0</td>
1836: <td>Opens all borders, heavily abuses horizontal STE HW scrolling</td>
1.1 root 1837: </tr>
1838: <tr>
1.1.1.2 root 1839: <td>Reservoir Gods:
1840: <a href="http://pouet.net/prod.php?which=9576">Grimey</a></td>
1841: <td>before 1.0</td>
1.1 root 1842: <td> </td>
1843: </tr>
1844: <tr>
1.1.1.2 root 1845: <td>Sedma:
1846: <a href="http://pouet.net/prod.php?which=22492">Blitter Mania</a></td>
1847: <td>1.1</td>
1.1 root 1848: <td> </td>
1849: </tr>
1850: <tr>
1.1.1.2 root 1851: <td>Syntax:
1852: <a href="http://pouet.net/prod.php?which=17044">Reanimation</a></td>
1853: <td>before 1.0</td>
1.1 root 1854: <td> </td>
1855: </tr>
1856: <tr>
1.1.1.12 root 1857: <td>Stax:
1858: <a href="http://pouet.net/prod.php?which=23541">Compact Disk #65</a></td>
1859: <td></td>
1860: <td>Requires TOS ≥ 1.06. MegaST's real time clock should be disabled</td>
1861: </tr>
1862: <tr>
1.1.1.2 root 1863: <td>T. Barker:
1864: <a href="http://pouet.net/prod.php?which=30977">Fantasia</a></td>
1865: <td>before 1.0</td>
1866: <td>For any other than TOS 1.06, you need to use fantfix.prg first</td>
1867: </tr>
1868: <tr>
1.1.1.7 root 1869: <td>The Pixels Twins:
1870: <a href="http://pouet.net/prod.php?which=11181">Mental Hangover</a></td>
1871: <td>1.5</td>
1872: <td>Does not work with cartridge / HD emulation. Real Time Clock should
1873: also be disabled to prevent a bug in the boot sector's loader (depends
1.1.1.12 root 1874: on the TOS version used). Sound requires Hatari ≥ 1.5 to work
1.1.1.7 root 1875: (the routines write in the sample buffer while it's played by the dma)</td>
1876: </tr>
1877: <tr>
1.1.1.4 root 1878: <td>Unit 17:
1879: <a href="http://www.pouet.net/prod.php?which=30915">Dynamite</a></td>
1880: <td>1.2</td>
1.1 root 1881: <td> </td>
1882: </tr>
1883: <tr>
1.1.1.2 root 1884: <td>Unit 17:
1.1.1.4 root 1885: <a href="http://www.pouet.net/prod.php?which=30912">E.P.S.S. Demo</a></td>
1.1.1.6 root 1886: <td>1.4</td>
1887: <td>Video counter is modified while display is ON</td>
1.1.1.2 root 1888: </tr>
1889: <tr>
1.1.1.7 root 1890: <td>Ym-Rockerz:
1891: <a href="http://pouet.net/prod.php?which=15943">Tyme Warp</a></td>
1.1.1.13! root 1892: <td class="minor">1.8</td>
1.1.1.7 root 1893: <td>The demo tries to detect/restore $ff8e21 (cpu control on Mega STE) in a way
1.1.1.13! root 1894: that isn't (properly) supported by current bus error handling. The demo also
! 1895: crashes on a real STF, although pouet.net wrongly lists it as STF compatible</td>
1.1.1.7 root 1896: </tr>
1897: <tr>
1.1.1.2 root 1898: <td>Zeal:
1899: <a href="http://pouet.net/prod.php?which=15191">Birdie 2</a> &
1900: <a href="http://pouet.net/prod.php?which=15190">Lethal Trash</a></td>
1901: <td>1.0</td>
1.1 root 1902: <td> </td>
1903: </tr>
1904: </tbody>
1905: </table>
1906:
1.1.1.11 root 1907: <h3>STE applications</h3>
1.1 root 1908:
1.1.1.4 root 1909: <p>Finally some STE only or STE enhanced applications.</p>
1.1.1.12 root 1910: <table>
1.1.1.11 root 1911: <caption>tested STE applications</caption>
1912: <thead>
1913: <tr class="backdropped">
1914: <th>Application</th>
1915: <th>Hatari version</th>
1916: <th>Notes</th>
1.1 root 1917: </tr>
1.1.1.11 root 1918: </thead>
1919: <tbody>
1.1 root 1920: <tr>
1.1.1.8 root 1921: <td><a href="http://www.pouet.net/prod.php?which=56822">Hextracker</a></td>
1.1.1.12 root 1922: <td class="minor">1.7</td>
1923: <td>Uses non-standard mouse event scaling factor.
1924: Mouse cannot (vertically) traverse whole Hatari window
1925: unless mouse grab or fullscreen mode is used</td>
1.1.1.8 root 1926: </tr>
1927: <tr>
1.1.1.4 root 1928: <td><a href="http://www.preromanbritain.com/maxymiser/">MaxYMiser DMA</a></td>
1.1.1.2 root 1929: <td>before 1.0</td>
1.1 root 1930: <td> </td>
1931: </tr>
1932: <tr>
1.1.1.7 root 1933: <td><a href="http://pouet.net/prod.php?which=15989">Octalyser STE</a></td>
1.1.1.2 root 1934: <td>1.0</td>
1.1.1.7 root 1935: <td>Opens left and bottom border, screen flickers when playing
1936: mods if Octalyser isn't configured correctly for the machine</td>
1.1 root 1937: </tr>
1938: <tr>
1.1.1.6 root 1939: <td><a href="http://people.opera.com/~karlo/">Protracker STE</a></td>
1.1.1.7 root 1940: <td>1.4</td>
1941: <td>Opens bottom border, 50kHz DMA replay</td>
1.1.1.6 root 1942: </tr>
1.1 root 1943: <tr>
1944: <td>Stretch</td>
1.1.1.2 root 1945: <td>before 1.0</td>
1.1 root 1946: <td>Screen extender (like the famous Bigscreen). One of the few programs
1947: which uses STE hardware scrolling also in monochrome mode</td>
1948: </tr>
1949: </tbody>
1950: </table>
1951:
1952:
1.1.1.11 root 1953: <h2>TT software compatibility list</h2>
1.1 root 1954:
1955: <p>Most programs that work on TT work also in the Falcon emulation and
1956: as all 1-8 bit GEM programs work without problems under TT emulation
1957: this section lists only TT-specific games and demos.</p>
1958:
1.1.1.11 root 1959: <h3>TT games</h3>
1.1 root 1960:
1.1.1.12 root 1961: <table>
1.1.1.11 root 1962: <caption>TT games</caption>
1963: <thead>
1.1 root 1964: <tr class="backdropped">
1.1.1.11 root 1965: <th>Game</th>
1966: <th>Hatari version</th>
1967: <th>Notes</th>
1.1 root 1968: </tr>
1.1.1.11 root 1969: </thead>
1970: <tbody>
1.1 root 1971: <tr>
1.1.1.13! root 1972: <td><a href="http://atari-forum.com/viewtopic.php?f=26&t=13658&start=50">OpenTTD</a></td>
! 1973: <td>1.9</td>
! 1974: <td>"hatari-prg-args --machine tt --tos tos306uk.img -s 4 --ttram 256 --
! 1975: ./openttd-m68020.gtp -m null -s null -b 8bpp-optimized", select
! 1976: "original" as "Land generator" at game start. Works also on Falcons
! 1977: with FPU</td>
1.1.1.4 root 1978: </tr>
1979: <tr>
1.1 root 1980: <td>Oxyd 2 TT</td>
1.1.1.2 root 1981: <td>before 1.0</td>
1.1 root 1982: <td>Oxyd 2 in color</td>
1983: </tr>
1984: </tbody>
1985: </table>
1986:
1.1.1.11 root 1987: <h3>TT demos</h3>
1.1 root 1988:
1.1.1.12 root 1989: <table>
1.1.1.11 root 1990: <caption>TT demos</caption>
1991: <thead>
1.1 root 1992: <tr class="backdropped">
1.1.1.11 root 1993: <th>Demo</th>
1994: <th>Hatari version</th>
1995: <th>Notes</th>
1.1.1.2 root 1996: </tr>
1.1.1.11 root 1997: </thead>
1998: <tbody>
1.1.1.2 root 1999: <tr>
1.1.1.4 root 2000: <td>Brainstorm:
2001: <a href="http://www.pouet.net/prod.php?which=15752">Adebug 3DTT demo</a></td>
2002: <td>1.2</td>
2003: <td>(Works also on Falcon)</td>
2004: </tr>
2005: <tr>
2006: <td>gwEm:
2007: <a href="http://www.pouet.net/prod.php?which=24961">4getful</a></td>
2008: <td>1.0</td>
2009: <td>TT-version of gwEm's 4K demo</td>
2010: </tr>
2011: <tr>
2012: <td>Moving Pixels:
2013: <a href="http://pouet.net/prod.php?which=18189">TT-Wars</a></td>
1.1.1.2 root 2014: <td>before 1.0</td>
1.1.1.4 root 2015: <td> </td>
1.1 root 2016: </tr>
2017: <tr>
1.1.1.4 root 2018: <td>Omega:
2019: <a href="http://www.pouet.net/prod.php?which=18189">Swing, Vinjett, Xitkul</a></td>
2020: <td>1.2</td>
2021: <td>TT demos included to XiTEC presentation. Xitkul colors flicker</td>
1.1 root 2022: </tr>
2023: <tr>
1.1.1.4 root 2024: <td>tSCc:
1.1.1.13! root 2025: <a href="http://s390174849.online.de/ray.tscc.de/demos.htm">256mbrot, Bragg256, Glasstro, Orion-B, Yabt</a></td>
! 2026: <td>1.8</td>
! 2027: <td>TT/Falcon intros, Bragg256 requires WinUAE CPU core</td>
1.1.1.4 root 2028: </tr>
2029: <tr>
2030: <td>tSCc:
1.1.1.13! root 2031: <a href="http://www.pouet.net/prod.php?which=16426">Beams</a></td>
! 2032: <td class="major">1.8</td>
1.1.1.4 root 2033: <td>TT-version. Doesn't work, stops at startup screen!</td>
2034: </tr>
2035: <tr>
2036: <td>tSCc:
1.1.1.13! root 2037: <a href="http://s390174849.online.de/ray.tscc.de/misc.htm#cryview">CrY image viewer</a></td>
! 2038: <td class="minor">1.9</td>
! 2039: <td>Needs TT-RAM. interlaced 16bpp CrY mode flickers badly + colors are wrong</td>
! 2040: </tr>
! 2041: <tr>
! 2042: <td>tSCc:
! 2043: <a href="http://s390174849.online.de/ray.tscc.de/misc.htm#ttruecol">TC fish</a></td>
! 2044: <td class="minor">1.8</td>
! 2045: <td>Flickers badly</td>
1.1.1.4 root 2046: </tr>
2047: <tr>
2048: <td>tSCc:
1.1.1.13! root 2049: <a href="http://s390174849.online.de/ray.tscc.de/misc.htm#tthires">TT-hires</a></td>
! 2050: <td class="major">1.8</td>
! 2051: <td>Needs 8MB. Slideshow flickers badly + graphics and colors are wrong</td>
1.1.1.4 root 2052: </tr>
2053: <tr>
2054: <td>Xanth FX:
2055: <a href="http://pouet.net/prod.php?which=18190">Shiny Bubbles TT</a></td>
2056: <td>1.2</td>
2057: <td> </td>
1.1 root 2058: </tr>
2059: </tbody>
2060: </table>
2061:
2062:
1.1.1.11 root 2063: <h2>Falcon software compatibility list</h2>
1.1 root 2064:
1.1.1.6 root 2065: <p>You can select between three different DSP emulation modes with
2066: the Hatari "--dsp" option:
1.1 root 2067: <ul>
1.1.1.2 root 2068: <li><b>none</b>: No emulation.
1.1.1.6 root 2069: If program doesn't need/use DSP, this is the best option.</li>
1.1.1.11 root 2070: <li><b>emu</b>: Experimental DSP emulation. Needed if program
2071: requires DSP. On by default for Falcon. Slow.</li>
1.1.1.4 root 2072: <li><b>dummy</b>: Faked DSP response to DSP commands.
1.1.1.6 root 2073: Some rare programs that need DSP may also work with faked DSP.
2074: This is much faster than the real DSP emulation.</li>
1.1 root 2075: </ul>
2076:
1.1.1.6 root 2077: <p>The "dsp" column in tables below tells which DSP emulation mode
2078: needs to be used for the given program to work. If it doesn't matter,
2079: the column contains "-". The column for whether the program works and
2080: for whether it has (working) sound have "yes" when this is true and
1.1 root 2081: otherwise "-".</p>
2082:
1.1.1.13! root 2083: <p><b>Note:</b> many timing critical demos (for example ones using
1.1.1.7 root 2084: NoCrew's DSP MP2-player) that are marked as working in the list below,
1.1.1.13! root 2085: <em>work only with the experimental WinUAE CPU core</em>. Please see
! 2086: Hatari readme.txt on how to enable that. If program works only with
! 2087: old UAE core, that's noted separately.</p>
! 2088:
! 2089: <p>Due to incomplete VIDEL emulation and some remaining emulation
! 2090: cycle accuracy issues, some Falcon programs don't work yet.</p>
! 2091:
1.1.1.6 root 2092:
1.1.1.11 root 2093: <h3>Falcon games</h3>
1.1 root 2094:
1.1.1.12 root 2095: <table>
1.1.1.11 root 2096: <caption>Falcon games</caption>
2097: <thead>
2098: <tr class="backdropped">
2099: <th>Title</th>
2100: <th>Hatari version</th>
2101: <th>Sound</th>
2102: <th>DSP</th>
2103: <th>Comment</th>
1.1 root 2104: </tr>
1.1.1.11 root 2105: </thead>
2106: <tbody>
1.1 root 2107: <tr>
1.1.1.4 root 2108: <td><a href="http://logitron.atari.online.fr/aazohm_english.htm">Aazohm Krypth</a></td>
2109: <td>1.3</td>
2110: <td>-</td>
2111: <td>emu</td>
1.1.1.13! root 2112: <td>Use joypad. 8MB RAM. Black screen without DSP emu</td>
1.1.1.4 root 2113: </tr>
2114: <tr>
2115: <td><a href="http://nature.atari.org/">Aces High preview</a></td>
2116: <td>1.3</td>
1.1 root 2117: <td>-</td>
2118: <td>-</td>
2119: <td></td>
2120: </tr>
2121: <tr>
1.1.1.4 root 2122: <td>Addsub</td>
1.1.1.10 root 2123: <td class="minor">1.6</td>
1.1.1.4 root 2124: <td>-</td>
2125: <td>-</td>
2126: <td>Exits when joystick is used</td>
2127: </tr>
2128: <tr>
1.1.1.12 root 2129: <td><a href="http://devilsdoorbell.com/">Bad Mood (game)</a></td>
2130: <td class="minor">1.7</td>
2131: <td>yes</td>
2132: <td>emu</td>
1.1.1.13! root 2133: <td>Enhanced Doom I/II port and engine rewrite. Requires WinUAE
1.1.1.12 root 2134: CPU core, DSP and 14 MB RAM. Statusbar doesn't show due to Videl
1.1.1.13! root 2135: emulation omissions, unless "--natfeats yes" is used to tell
! 2136: game to use Hatari specific/heavier statusbar drawing mode.
! 2137: Some parts have clear speed differences to real Falcon due to
! 2138: CPU, FPU (instruction too fast) and Videl emulation
! 2139: (screen updated only at VBL) inaccuracies</td>
1.1.1.12 root 2140: </tr>
2141: <tr>
1.1.1.13! root 2142: <td><a href="http://www.klockars.net/bad_mood.html">Bad Mood (old viewer)</a></td>
1.1.1.4 root 2143: <td>1.3</td>
1.1.1.2 root 2144: <td>-</td>
2145: <td>emu</td>
1.1.1.12 root 2146: <td>Old Doom level viewer. All tested versions (v2.14a, v307a)
2147: work with Doom wad, but look wrong with Heretic wad</td>
1.1.1.2 root 2148: </tr>
2149: <tr>
1.1 root 2150: <td>Blackhole</td>
1.1.1.4 root 2151: <td>1.0</td>
1.1 root 2152: <td>yes</td>
2153: <td>-</td>
1.1.1.4 root 2154: <td>640x400@256 mode only</td>
1.1 root 2155: </tr>
2156: <tr>
1.1.1.4 root 2157: <td>Block Blizzard (preview)</td>
2158: <td>1.0</td>
1.1 root 2159: <td>-</td>
2160: <td>-</td>
2161: <td></td>
2162: </tr>
2163: <tr>
2164: <td>Blum</td>
1.1.1.6 root 2165: <td>1.4</td>
2166: <td>yes</td>
1.1 root 2167: <td>-</td>
1.1.1.11 root 2168: <td>Background music if DSP emu enabled</td>
1.1 root 2169: </tr>
2170: <tr>
2171: <td>Bomb Squad</td>
1.1.1.4 root 2172: <td>1.0</td>
1.1 root 2173: <td>yes</td>
2174: <td>-</td>
2175: <td></td>
2176: </tr>
2177: <tr>
1.1.1.4 root 2178: <td><a href="http://pouet.net/prod.php?which=28910">Boom preview</a></td>
2179: <td>1.3</td>
1.1 root 2180: <td>yes</td>
1.1.1.4 root 2181: <td>emu</td>
1.1 root 2182: <td></td>
2183: </tr>
2184: <tr>
1.1.1.4 root 2185: <td><a href="http://rg.atari.org/game.htm">Bugger</a></td>
1.1.1.6 root 2186: <td>1.4</td>
2187: <td>yes</td>
1.1.1.13! root 2188: <td>emu</td>
! 2189: <td>If DSP emulation is disabled, game play pauses randomly</td>
1.1 root 2190: </tr>
2191: <tr>
1.1.1.4 root 2192: <td><a href="http://rg.atari.org/game.htm">Bunion</a></td>
1.1.1.6 root 2193: <td>1.4</td>
2194: <td>yes</td>
1.1.1.13! root 2195: <td>emu</td>
! 2196: <td>If DSP emulation is disabled, game play pauses randomly</td>
! 2197: </tr>
! 2198: <tr>
! 2199: <td><a href="http://yescrew.atari.org/eng/products.htm#capy">Capy</a></td>
! 2200: <td class="major">1.9</td>
! 2201: <td>yes</td>
! 2202: <td>emu</td>
! 2203: <td>TT-medium/VGA (640x480x16) only. Some version(s) bus error
! 2204: on TT due to DSP register check (although they should support
! 2205: TT with chip music). Main menu works unreliably (doesn't
! 2206: always react to indicated keys).</td>
1.1 root 2207: </tr>
2208: <tr>
1.1.1.4 root 2209: <td><a href="http://pouet.net/prod.php?which=29351">Cavemania (demo)</a></td>
1.1.1.13! root 2210: <td class="minor">1.9</td>
1.1.1.6 root 2211: <td>yes</td>
1.1.1.4 root 2212: <td>-</td>
1.1.1.6 root 2213: <td>Some menus are black (space gets through them).
1.1.1.13! root 2214: Screen bottom has garbage. Background music with DSP emu</td>
1.1 root 2215: </tr>
2216: <tr>
1.1.1.4 root 2217: <td><a href="http://paradize.final-memory.org/games.shtml">ChainZ</a></td>
1.1.1.13! root 2218: <td>1.9</td>
1.1.1.6 root 2219: <td>yes</td>
1.1.1.13! root 2220: <td>-</td>
! 2221: <td>Background music with DSP emu (keep space pressed while game is
! 2222: starting to disable that). VGA only</td>
! 2223: </tr>
! 2224: <tr>
! 2225: <td><a href="http://atari-forum.com/viewtopic.php?f=68&t=24111&start=350#p270895">Chorensha</a></td>
! 2226: <td>1.8</td>
! 2227: <td>yes</td>
! 2228: <td>-</td>
! 2229: <td>Needs 14MB</td>
! 2230: </tr>
1.1.1.2 root 2231: <tr>
1.1 root 2232: <td>Conquest of Elysium II</td>
1.1.1.4 root 2233: <td>1.0</td>
1.1 root 2234: <td>yes</td>
2235: <td>-</td>
2236: <td></td>
2237: </tr>
2238: <tr>
2239: <td>Columns by Deadheart (demo)</td>
1.1.1.4 root 2240: <td>1.0</td>
1.1 root 2241: <td>yes</td>
2242: <td>-</td>
1.1.1.4 root 2243: <td>Nice. Background music if DSP emu enabled</td>
1.1 root 2244: </tr>
2245: <tr>
1.1.1.4 root 2246: <td>Confusion (demo)</td>
2247: <td>1.3</td>
1.1 root 2248: <td>yes</td>
2249: <td>-</td>
1.1.1.7 root 2250: <td>Background music if DSP emu enabled. Both demos 1 & 2 work</td>
1.1 root 2251: </tr>
2252: <tr>
1.1.1.13! root 2253: <td><a href="http://www.pouet.net/prod.php?which=1046">Corsair</a></td>
1.1.1.4 root 2254: <td>1.0</td>
2255: <td>yes</td>
1.1 root 2256: <td>-</td>
1.1.1.4 root 2257: <td>Background music if DSP emu enabled. Multiplayer</td>
2258: </tr>
1.1 root 2259: <tr>
1.1.1.4 root 2260: <td>Crown of Creation 3D</td>
2261: <td>1.3</td>
1.1 root 2262: <td>yes</td>
1.1.1.4 root 2263: <td>emu</td>
2264: <td>Non-interactive pre-preview</td>
2265: </tr>
2266: <tr>
2267: <td>DB 4K</td>
2268: <td>1.0</td>
1.1 root 2269: <td>-</td>
2270: <td>-</td>
2271: <td>DB in 4KB</td>
2272: </tr>
2273: <tr>
1.1.1.4 root 2274: <td><a href="http://rg.atari.org/game.htm">Double Bobble 2000</a></td>
1.1.1.13! root 2275: <td>1.9</td>
1.1.1.6 root 2276: <td>yes</td>
1.1.1.13! root 2277: <td>emu</td>
! 2278: <td>With earlier Hatari versions (1.4) worked also without DSP emulation</td>
1.1 root 2279: </tr>
2280: <tr>
1.1.1.8 root 2281: <td><a href="http://reboot.atari.org/downfall-f030/downfall-falcon.html">DownFall</a></td>
2282: <td>1.5</td>
2283: <td>yes</td>
2284: <td>-</td>
2285: <td>Music is rather noisy.</td>
2286: </tr>
2287: <tr>
1.1.1.6 root 2288: <td>Epi-Lepsie</td>
2289: <td>1.4</td>
1.1 root 2290: <td>yes</td>
1.1.1.6 root 2291: <td>emu</td>
2292: <td></td>
2293: </tr>
2294: <tr>
1.1.1.11 root 2295: <td>Evolution Dino Dudes<br />(aka. Humans)</td>
1.1.1.4 root 2296: <td class="major">1.3</td>
1.1 root 2297: <td>-</td>
2298: <td>-</td>
1.1.1.11 root 2299: <td>Intro and menu work, but graphics are distorted in game.<br />
1.1 root 2300: (Game writes twice to the $ff820e register during one VBL!)</td>
2301: </tr>
2302: <tr>
2303: <td>Falcon Fighter II</td>
1.1.1.4 root 2304: <td>1.0</td>
1.1 root 2305: <td>yes</td>
2306: <td>-</td>
1.1.1.4 root 2307: <td>ST low version has problems with scrolling (which doesn't
2308: happen with with STe emulation). In TC version parts of sprites
1.1.1.6 root 2309: get stuck to top of screen</td>
1.1 root 2310: </tr>
2311: <tr>
2312: <td>FalcTron</td>
1.1.1.4 root 2313: <td>1.3</td>
1.1 root 2314: <td>yes</td>
2315: <td>-</td>
2316: <td></td>
2317: </tr>
2318: <tr>
1.1.1.4 root 2319: <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Ganymed</a></td>
2320: <td>1.3</td>
2321: <td>yes</td>
1.1 root 2322: <td>-</td>
1.1.1.4 root 2323: <td>Use F1 to start game. With DSP emu there's bg music</td>
2324: </tr>
2325: <tr>
1.1.1.13! root 2326: <td><a href="http://atari-forum.com/viewtopic.php?f=68&t=24111">Galaga 88</a></td>
! 2327: <td>1.9</td>
! 2328: <td>-</td>
! 2329: <td>-</td>
! 2330: <td>Needs 14MB RAM</td>
! 2331: </tr>
! 2332: <tr>
1.1.1.4 root 2333: <td>Golden Island (demo)</td>
1.1.1.13! root 2334: <td>1.9</td>
1.1.1.10 root 2335: <td>yes</td>
1.1 root 2336: <td>-</td>
1.1.1.13! root 2337: <td>VGA only. Freezes with WinUAE CPU core due to CPU-DSP
! 2338: emulation cycle accuracy. Works with OldUAE and worked with
! 2339: v1.8 WinUAE CPU core</td>
1.1 root 2340: </tr>
2341: <tr>
1.1.1.4 root 2342: <td>Gravon (demo)</td>
1.1.1.6 root 2343: <td>1.4</td>
2344: <td>yes</td>
2345: <td>emu</td>
2346: <td>3D hovercraft. Slow</td>
1.1 root 2347: </tr>
2348: <tr>
1.1.1.4 root 2349: <td>Great</td>
2350: <td>1.3</td>
1.1 root 2351: <td>yes</td>
2352: <td>-</td>
1.1.1.4 root 2353: <td>Atoms clone</td>
2354: </tr>
2355: <tr>
1.1.1.13! root 2356: <td><a href="http://www.pouet.net/prod.php?which=17762">H2O</a></td>
1.1.1.6 root 2357: <td>1.4</td>
2358: <td>yes</td>
1.1.1.4 root 2359: <td>emu</td>
2360: <td>Nice.</td>
2361: </tr>
1.1 root 2362: <tr>
1.1.1.6 root 2363: <td>Hexogan (v0.6)</td>
2364: <td>1.4</td>
1.1 root 2365: <td>yes</td>
2366: <td>-</td>
1.1.1.6 root 2367: <td>Use number keypad to play</td>
1.1 root 2368: </tr>
2369: <tr>
2370: <td>Impulse</td>
1.1.1.4 root 2371: <td>1.3</td>
2372: <td>yes</td>
2373: <td>-</td>
1.1.1.11 root 2374: <td>Nice breakout clone. Background music if DSP emu enabled</td>
1.1.1.4 root 2375: </tr>
2376: <tr>
1.1.1.6 root 2377: <td>Ishar 3 (CD)</td>
1.1.1.4 root 2378: <td>1.3</td>
1.1.1.6 root 2379: <td>yes</td>
1.1 root 2380: <td>-</td>
1.1.1.6 root 2381: <td>Nice adventure game.</td>
2382: </tr>
2383: <tr>
2384: <td><a href="http://paradize.final-memory.org/games.shtml">Jewelz</a></td>
1.1.1.13! root 2385: <td>1.9</td>
1.1.1.6 root 2386: <td>yes</td>
2387: <td>-</td>
1.1.1.13! root 2388: <td>Background music with DSP emu (game F1 / Falcon option). VGA only</td>
1.1.1.4 root 2389: </tr>
2390: <tr>
2391: <td><a href="http://www.pouet.net/prod.php?which=25919">"K"</a></td>
1.1.1.10 root 2392: <td>1.6</td>
2393: <td>yes</td>
2394: <td>emu</td>
2395: <td>Preview for a Karting game by EXA. First entry in Training menu allows playing</td>
1.1 root 2396: </tr>
2397: <tr>
1.1.1.6 root 2398: <td><a href="http://www.sebastien-pastore.com/killing/">Killing Impact</a></td>
1.1.1.10 root 2399: <td class="major">1.6</td>
1.1.1.6 root 2400: <td>yes</td>
1.1.1.10 root 2401: <td>-</td>
1.1.1.12 root 2402: <td>Modern version of Joust, up to 4 players. Sound with DSP.
1.1.1.10 root 2403: Game screen colors etc are all wrong.
1.1.1.12 root 2404: </td>
1.1.1.6 root 2405: </tr>
2406: <tr>
1.1 root 2407: <td>Kwiks.pd</td>
1.1.1.13! root 2408: <td>1.9</td>
! 2409: <td>yes</td>
1.1.1.2 root 2410: <td>-</td>
1.1.1.13! root 2411: <td>Nice Quix clone</td>
1.1 root 2412: </tr>
2413: <tr>
2414: <td>Lamemine</td>
1.1.1.4 root 2415: <td>1.0</td>
1.1 root 2416: <td>yes</td>
1.1.1.6 root 2417: <td>dummy emu</td>
1.1.1.4 root 2418: <td>Background music if DSP emu enabled</td>
1.1 root 2419: </tr>
2420: <tr>
2421: <td>Lasers and Hommes (DLDH2)</td>
1.1.1.10 root 2422: <td>1.6</td>
1.1.1.4 root 2423: <td>yes</td>
2424: <td>emu</td>
1.1.1.10 root 2425: <td>Slow</td>
1.1.1.4 root 2426: </tr>
2427: <tr>
2428: <td>Les Dinosaures (demo)</td>
1.1.1.10 root 2429: <td>1.6</td>
1.1 root 2430: <td>yes</td>
1.1.1.2 root 2431: <td>emu</td>
1.1.1.10 root 2432: <td></td>
1.1 root 2433: </tr>
2434: <tr>
1.1.1.4 root 2435: <td><a href="http://www.llamasoft.co.uk/lc-16bit.php">Llamazap</a></td>
1.1.1.10 root 2436: <td>1.6</td>
1.1 root 2437: <td>-</td>
2438: <td>-</td>
1.1.1.10 root 2439: <td>Requires joypad. Linked version doesn't have (DSP) music, others have</td>
1.1 root 2440: </tr>
2441: <tr>
2442: <td>Madtris</td>
1.1.1.4 root 2443: <td>1.0</td>
1.1 root 2444: <td>yes</td>
2445: <td>-</td>
2446: <td></td>
2447: </tr>
2448: <tr>
1.1.1.2 root 2449: <td>Masters of Chaos</td>
1.1.1.4 root 2450: <td>1.1</td>
1.1.1.2 root 2451: <td>-</td>
2452: <td>-</td>
1.1.1.13! root 2453: <td>2-4 player "Dungeon Master". 4 players needs MIDI. Works only with 1-2MB of RAM</td>
1.1.1.2 root 2454: </tr>
2455: <tr>
1.1.1.4 root 2456: <td><a href="http://pouet.net/prod.php?which=28903">Men at War (preview)</a></td>
1.1.1.13! root 2457: <td class="minor">1.9</td>
1.1 root 2458: <td>yes</td>
1.1.1.10 root 2459: <td>emu</td>
1.1.1.13! root 2460: <td>Requires now both WinUAE CPU core and DSP to be enabled. Bullets
! 2461: aren't visible. Cannot be auto-started (freezes like without DSP).
! 2462: Separate intro program flickers, and double bus errors at end</td>
1.1 root 2463: </tr>
2464: <tr>
2465: <td>Milanopol</td>
1.1.1.4 root 2466: <td>1.0</td>
1.1 root 2467: <td>-</td>
2468: <td>-</td>
2469: <td></td>
2470: </tr>
2471: <tr>
1.1.1.4 root 2472: <td>Mini F1 demo</td>
1.1.1.13! root 2473: <td class="major">1.8</td>
1.1 root 2474: <td>-</td>
2475: <td>-</td>
1.1.1.13! root 2476: <td>Freezes when the game would start. Sound is just noise.
! 2477: Constant "crossbar DMA Play: Illegal buffer size" messages</td>
1.1.1.4 root 2478: </tr>
2479: <tr>
2480: <td>Moongame</td>
1.1.1.10 root 2481: <td class="major">1.6</td>
1.1.1.4 root 2482: <td>-</td>
2483: <td>emu</td>
2484: <td>Pointer cannot be moved in the game menu</td>
2485: </tr>
2486: <tr>
2487: <td>Moonspeeder (preview 2)</td>
1.1.1.13! root 2488: <td class="major">1.8</td>
1.1 root 2489: <td>-</td>
1.1.1.4 root 2490: <td>emu</td>
1.1.1.13! root 2491: <td>lst*.* files need to be renamed as game searches them with
! 2492: different name (space before dot). Pointer cannot be moved
! 2493: in the game menu (preview 1 works, but is non-interactive)</td>
1.1 root 2494: </tr>
2495: <tr>
1.1.1.6 root 2496: <td>Mouse trap</td>
1.1.1.13! root 2497: <td class="major">1.8</td>
1.1.1.10 root 2498: <td>yes</td>
1.1 root 2499: <td>-</td>
1.1.1.13! root 2500: <td>Initial game screen looks OK, then suddenly screen mode gets wrong</td>
1.1.1.6 root 2501: </tr>
2502: <tr>
2503: <td>Multi Briques</td>
1.1.1.10 root 2504: <td>1.6</td>
2505: <td>yes</td>
1.1.1.6 root 2506: <td>emu</td>
1.1.1.10 root 2507: <td>Some versions work, some get stuck at start with white screen</td>
1.1 root 2508: </tr>
2509: <tr>
2510: <td>Neurobot.108</td>
1.1.1.4 root 2511: <td>1.0</td>
1.1 root 2512: <td>yes</td>
2513: <td>-</td>
2514: <td></td>
2515: </tr>
2516: <tr>
2517: <td>Nibe2</td>
1.1.1.6 root 2518: <td class="minor">1.4</td>
1.1 root 2519: <td>-</td>
2520: <td>-</td>
1.1.1.6 root 2521: <td>Videl emu doesn't support rasters in title screen</td>
1.1 root 2522: </tr>
2523: <tr>
1.1.1.13! root 2524: <td>Offworld Security</td>
! 2525: <td>1.8+</td>
1.1.1.4 root 2526: <td>yes</td>
1.1 root 2527: <td>-</td>
1.1.1.13! root 2528: <td>In earlier Hatari versions startup screen was black</td>
1.1 root 2529: </tr>
2530: <tr>
1.1.1.4 root 2531: <td><a href="http://logitron.atari.online.fr/skuum_english.htm">Operation Skuum</a></td>
2532: <td>1.3</td>
1.1 root 2533: <td>yes</td>
1.1.1.4 root 2534: <td>-</td>
2535: <td></td>
2536: </tr>
2537: <tr>
2538: <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Pac Them</a></td>
2539: <td>1.0</td>
1.1 root 2540: <td>yes</td>
2541: <td>-</td>
2542: <td>Nice</td>
2543: </tr>
2544: <tr>
1.1.1.13! root 2545: <td><a href="http://atari-forum.com/viewtopic.php?f=68&t=24111">Pacmania X68000</a></td>
! 2546: <td>1.9</td>
! 2547: <td>-</td>
! 2548: <td>-</td>
! 2549: <td>Needs 14MB RAM. Original resolution version flickers, PM*.TOS versions don't</td>
! 2550: </tr>
! 2551: <tr>
1.1 root 2552: <td>Painium Disaster</td>
1.1.1.4 root 2553: <td>1.0</td>
1.1 root 2554: <td>yes</td>
2555: <td>-</td>
1.1.1.4 root 2556: <td>Some display problems</td>
1.1 root 2557: </tr>
2558: <tr>
1.1.1.4 root 2559: <td><a href="http://www.fatal-design.com/pinball/">Pinball Dreams</a></td>
1.1.1.8 root 2560: <td class="major">1.6</td>
1.1.1.10 root 2561: <td>yes</td>
1.1 root 2562: <td>-</td>
1.1.1.10 root 2563: <td>Main menu works only with WinUAE core. Actual game screen is scrambled / doesn't work.</td>
1.1 root 2564: </tr>
2565: <tr>
1.1.1.4 root 2566: <td>Pingo98</td>
1.1.1.10 root 2567: <td class="minor">1.6</td>
1.1.1.4 root 2568: <td>yes</td>
2569: <td>emu</td>
2570: <td>Colors wrong in classic version, TC version just exits.
1.1.1.6 root 2571: DSP used for background music</td>
1.1.1.4 root 2572: </tr>
2573: <tr>
1.1.1.7 root 2574: <td><a href="http://pagesperso-orange.fr/patrice.mandin/en/port-jeux.html">PMHeretic & PMDoom</a></td>
1.1.1.4 root 2575: <td>1.0</td>
2576: <td>yes</td>
1.1 root 2577: <td>-</td>
1.1.1.4 root 2578: <td>Very slow</td>
2579: </tr>
2580: <tr>
2581: <td>Poker</td>
2582: <td>1.3</td>
2583: <td>yes</td>
1.1 root 2584: <td>-</td>
1.1.1.4 root 2585: <td>Works only in VGA</td>
1.1 root 2586: </tr>
2587: <tr>
2588: <td>Pong 2K (demo)</td>
1.1.1.4 root 2589: <td>1.3</td>
2590: <td>yes</td>
1.1 root 2591: <td>-</td>
1.1.1.4 root 2592: <td>Background music with DSP. A bit unstable</td>
1.1 root 2593: </tr>
2594: <tr>
2595: <td>Pouspous</td>
1.1.1.4 root 2596: <td>1.0</td>
1.1 root 2597: <td>-</td>
2598: <td>-</td>
1.1.1.4 root 2599: <td>Image puzzle. HiColor only</td>
1.1 root 2600: </tr>
2601: <tr>
2602: <td>Push It</td>
1.1.1.6 root 2603: <td>1.4</td>
2604: <td>yes</td>
1.1 root 2605: <td>-</td>
1.1.1.13! root 2606: <td>Crashes if auto-started. Background music if DSP emu enabled</td>
1.1 root 2607: </tr>
2608: <tr>
2609: <td>Q-Blue</td>
1.1.1.4 root 2610: <td>1.0</td>
1.1 root 2611: <td>-</td>
2612: <td>-</td>
2613: <td>Hicolor / VGA only</td>
2614: </tr>
2615: <tr>
1.1.1.4 root 2616: <td>Radical Race (demo)</td>
2617: <td>1.0</td>
1.1 root 2618: <td>-</td>
1.1.1.2 root 2619: <td>-</td>
1.1 root 2620: <td>Nice</td>
2621: </tr>
2622: <tr>
2623: <td>Raiden</td>
1.1.1.4 root 2624: <td>1.0</td>
1.1 root 2625: <td>yes</td>
2626: <td>-</td>
2627: <td>Use joypad, needs over 4MB</td>
2628: </tr>
2629: <tr>
1.1.1.4 root 2630: <td><a href="http://www.pouet.net/prod.php?which=32093">Rave</a></td>
2631: <td>1.0</td>
1.1 root 2632: <td>yes</td>
1.1.1.6 root 2633: <td>dummy emu</td>
1.1.1.4 root 2634: <td>Background music with DSP</td>
1.1 root 2635: </tr>
2636: <tr>
2637: <td>Reeking Rubber</td>
1.1.1.12 root 2638: <td>1.8</td>
2639: <td>yes</td>
1.1 root 2640: <td>-</td>
1.1.1.12 root 2641: <td>(required proper emulation of Videl palette registers at startup)</td>
1.1.1.6 root 2642: </tr>
2643: <tr>
2644: <td>Risk 030</td>
2645: <td>1.3.1</td>
2646: <td>-</td>
2647: <td>-</td>
1.1.1.13! root 2648: <td>VGA (640x480) only. If auto-started, resolution isn't correct</td>
1.1 root 2649: </tr>
2650: <tr>
1.1.1.4 root 2651: <td>Running</td>
2652: <td>1.3</td>
1.1 root 2653: <td>yes</td>
1.1.1.4 root 2654: <td>emu</td>
1.1.1.10 root 2655: <td>A Doom like game. Both the 1996 preview and 1997 shareware
1.1.1.13! root 2656: versions work fine. Doesn't work if auto-started.</td>
1.1.1.4 root 2657: </tr>
2658: <tr>
2659: <td>SBM v0.8</td>
2660: <td>1.0</td>
1.1 root 2661: <td>-</td>
2662: <td>-</td>
1.1.1.2 root 2663: <td>Nice Bomberman clone</td>
1.1 root 2664: </tr>
2665: <tr>
1.1.1.4 root 2666: <td>SBM v1.03</td>
1.1.1.10 root 2667: <td>1.6</td>
1.1 root 2668: <td>-</td>
2669: <td>-</td>
1.1.1.10 root 2670: <td>Requires WinUAE CPU core</td>
1.1 root 2671: </tr>
2672: <tr>
1.1.1.4 root 2673: <td>Shangai (demo)</td>
2674: <td>1.3</td>
1.1 root 2675: <td>-</td>
2676: <td>-</td>
1.1.1.4 root 2677: <td></td>
1.1 root 2678: </tr>
2679: <tr>
1.1.1.4 root 2680: <td><a href="http://logitron.atari.online.fr/sheer_english.htm">Sheer Agony</a></td>
2681: <td>1.3</td>
1.1 root 2682: <td>yes</td>
2683: <td>-</td>
2684: <td></td>
2685: </tr>
2686: <tr>
1.1.1.4 root 2687: <td>Snatch by FUN</td>
2688: <td>1.3</td>
1.1 root 2689: <td>yes</td>
2690: <td>-</td>
1.1.1.4 root 2691: <td>VGA 640x480x16 mode only. Background music with DSP</td>
1.1 root 2692: </tr>
2693: <tr>
1.1.1.4 root 2694: <td><a href="http://rg.atari.org/game.htm">Sky Fall</a></td>
1.1.1.13! root 2695: <td>1.9</td>
1.1.1.6 root 2696: <td>yes</td>
1.1.1.13! root 2697: <td>emu</td>
! 2698: <td>If auto-started, wants to access also A: and B: drives</td>
1.1.1.4 root 2699: </tr>
2700: <tr>
2701: <td><a href="http://pouet.net/prod.php?which=29341">Slippery Sam</a></td>
1.1.1.10 root 2702: <td>1.6</td>
1.1.1.4 root 2703: <td>yes</td>
1.1.1.10 root 2704: <td>dummy</td>
2705: <td>Needs 14MB of RAM. Background music if DSP emu enabled</td>
1.1.1.4 root 2706: </tr>
2707: <tr>
2708: <td>Sokoban by FUN</td>
1.1.1.10 root 2709: <td class="major">1.6</td>
1.1.1.6 root 2710: <td>yes</td>
1.1.1.4 root 2711: <td>emu</td>
1.1.1.13! root 2712: <td>VGA 640x480x16 only, Exception 2 + Pterm(-1) after loading data</td>
1.1 root 2713: </tr>
2714: <tr>
2715: <td>Space Taxi</td>
1.1.1.4 root 2716: <td>1.0</td>
1.1 root 2717: <td>-</td>
2718: <td>-</td>
2719: <td></td>
2720: </tr>
2721: <tr>
1.1.1.4 root 2722: <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Spice</a></td>
2723: <td>1.0</td>
1.1 root 2724: <td>yes</td>
2725: <td>-</td>
2726: <td>Nice Defender clone</td>
2727: </tr>
2728: <tr>
2729: <td>Static</td>
1.1.1.4 root 2730: <td>1.0</td>
1.1 root 2731: <td>-</td>
2732: <td>-</td>
1.1.1.2 root 2733: <td>Play solitaire against computer</td>
1.1 root 2734: </tr>
2735: <tr>
1.1.1.2 root 2736: <td>Steinbruch</td>
1.1.1.4 root 2737: <td>1.0</td>
1.1 root 2738: <td>yes</td>
2739: <td>-</td>
1.1.1.4 root 2740: <td>Use STE joypad. Background music if DSP emu enabled</td>
1.1 root 2741: </tr>
2742: <tr>
1.1.1.13! root 2743: <td><a href="http://paradize.final-memory.org/games.shtml">Sweety Thingies</a></td>
1.1.1.11 root 2744: <td>1.6</td>
2745: <td>yes</td>
2746: <td>-</td>
2747: <td>Background music if DSP emu enabled</td>
2748: </tr>
2749: <tr>
1.1.1.4 root 2750: <td><a href="http://pouet.net/prod.php?which=52226">Switch</a></td>
2751: <td>1.0</td>
1.1 root 2752: <td>yes</td>
2753: <td>-</td>
1.1.1.4 root 2754: <td>Background music if DSP emu enabled</td>
1.1 root 2755: </tr>
2756: <tr>
1.1.1.4 root 2757: <td><a href="http://rg.atari.org/game.htm">Sworm</a></td>
1.1.1.13! root 2758: <td>1.9</td>
1.1.1.6 root 2759: <td>yes</td>
1.1.1.13! root 2760: <td>emu</td>
! 2761: <td>If auto-started, wants to access also A: and B: drives</td>
1.1 root 2762: </tr>
2763: <tr>
2764: <td>Tank Blaster</td>
1.1.1.4 root 2765: <td>1.3</td>
1.1.1.2 root 2766: <td>yes</td>
1.1 root 2767: <td>-</td>
2768: <td></td>
2769: </tr>
2770: <tr>
2771: <td>TeknoBalls</td>
1.1.1.6 root 2772: <td>1.4</td>
2773: <td>yes</td>
1.1.1.4 root 2774: <td>emu</td>
1.1.1.6 root 2775: <td>Breakout clone</td>
1.1 root 2776: </tr>
2777: <tr>
1.1.1.13! root 2778: <td><a href="http://rg.atari.org/game.htm">Tautology</a></td>
! 2779: <td>1.9</td>
! 2780: <td>yes</td>
! 2781: <td>-</td>
! 2782: <td></td>
! 2783: </tr>
! 2784: <tr>
1.1.1.4 root 2785: <td><a href="http://rg.atari.org/game.htm">Tautology II</a></td>
1.1.1.13! root 2786: <td>1.9</td>
1.1.1.6 root 2787: <td>yes</td>
1.1.1.2 root 2788: <td>-</td>
1.1.1.6 root 2789: <td>Nice Mahjongg variant. Supports Joypad (configurable).
1.1.1.13! root 2790: Background music with DSP emu enabled.</td>
1.1 root 2791: </tr>
2792: <tr>
1.1.1.4 root 2793: <td><a href="http://www.vinc17.org/tetrhex/index_eng.html">Tetrhex</a></td>
2794: <td>1.0</td>
1.1 root 2795: <td>-</td>
2796: <td>-</td>
2797: <td></td>
2798: </tr>
2799: <tr>
1.1.1.4 root 2800: <td><a href="http://www.jvgames.com/g_T2fal.htm">Towers 2</a></td>
2801: <td>1.3</td>
2802: <td>yes</td>
2803: <td>emu</td>
2804: <td></td>
1.1 root 2805: </tr>
2806: <tr>
2807: <td>ToyMan</td>
1.1.1.4 root 2808: <td>1.0</td>
1.1 root 2809: <td>-</td>
2810: <td>-</td>
1.1.1.4 root 2811: <td>Pacman</td>
1.1 root 2812: </tr>
2813: <tr>
1.1.1.4 root 2814: <td><a href="http://pouet.net/prod.php?which=28905">Tron 2</a></td>
1.1.1.10 root 2815: <td class="major">1.6</td>
1.1 root 2816: <td>yes</td>
1.1.1.6 root 2817: <td>dummy emu</td>
1.1.1.10 root 2818: <td>Screen scrambled in v1.6, worked fine in v1.0 - v1.4. Background music if DSP emu enabled</td>
1.1 root 2819: </tr>
2820: <tr>
1.1.1.4 root 2821: <td>TsccTron (preview)</td>
1.1.1.10 root 2822: <td class="minor">1.6</td>
1.1 root 2823: <td>yes</td>
2824: <td>-</td>
1.1.1.4 root 2825: <td>Works only occasionally, bottom screen black.
2826: Background music if DSP emu enabled</td>
2827: </tr>
2828: <tr>
2829: <td>TUM</td>
2830: <td>1.0</td>
2831: <td>yes</td>
1.1 root 2832: <td>-</td>
2833: <td>GEM minesweeper</td>
2834: </tr>
2835: <tr>
2836: <td>Ufo War</td>
1.1.1.10 root 2837: <td class="major">1.6</td>
1.1.1.4 root 2838: <td>yes</td>
1.1 root 2839: <td>-</td>
1.1.1.4 root 2840: <td>Screen scrambled. With DSP emu, bg music for a while</td>
1.1 root 2841: </tr>
2842: <tr>
1.1.1.6 root 2843: <td>Ultimate Arena (demo)</td>
1.1.1.7 root 2844: <td>1.5</td>
1.1.1.6 root 2845: <td>yes</td>
2846: <td>yes</td>
1.1.1.7 root 2847: <td>Falcon version of the game</td>
1.1.1.6 root 2848: </tr>
2849: <tr>
1.1 root 2850: <td>Vertical Mayhem(+)</td>
1.1.1.4 root 2851: <td>1.0</td>
1.1 root 2852: <td>yes</td>
2853: <td>-</td>
2854: <td>Works perfectly, nice columns clone</td>
2855: </tr>
2856: <tr>
2857: <td>Watership</td>
1.1.1.8 root 2858: <td class="minor">1.6</td>
1.1.1.4 root 2859: <td>yes</td>
1.1.1.2 root 2860: <td>emu</td>
1.1.1.8 root 2861: <td>Some glitches at the bottom of the screen</td>
1.1 root 2862: </tr>
2863: <tr>
1.1.1.4 root 2864: <td><a href="http://newbeat.atari.org/main.php?page=productions">Willie Adventurer</a></td>
2865: <td>1.0</td>
1.1.1.6 root 2866: <td>yes</td>
1.1.1.4 root 2867: <td>-</td>
1.1.1.6 root 2868: <td>Both 1st and 2nd preview versions work, but 1st one has
2869: scrolling/display issues. Background music if DSP emu enabled</td>
1.1 root 2870: </tr>
2871: <tr>
2872: <td>Wotanoid</td>
1.1.1.6 root 2873: <td>1.4</td>
2874: <td>yes</td>
2875: <td>emu</td>
2876: <td>Asteroids clone</td>
1.1 root 2877: </tr>
2878: <tr>
1.1.1.11 root 2879: <td>X-moon</td>
2880: <td>1.7</td>
2881: <td>yes</td>
2882: <td>-</td>
1.1.1.13! root 2883: <td>Works only with WinUAE core. Needs Joypad. Background music if DSP emu enabled</td>
1.1.1.11 root 2884: </tr>
2885: <tr>
1.1 root 2886: <td>Zodiax (demo)</td>
1.1.1.4 root 2887: <td>1.0</td>
1.1 root 2888: <td>yes</td>
2889: <td>-</td>
2890: <td>Nice R-type game clone</td>
2891: </tr>
2892: </tbody>
2893: </table>
2894:
2895:
1.1.1.11 root 2896: <h3>Falcon demos</h3>
1.1 root 2897:
1.1.1.11 root 2898: <p>Some demos require FPU, although normal Falcon's don't have a one.
2899: Old UAE CPU core always emulates FPU both for TT and Falcon machines.
1.1.1.13! root 2900: With WinUAE CPU core you need to enable FPU separately if demo is
! 2901: stated to require that.</p>
1.1.1.11 root 2902:
1.1.1.12 root 2903: <table>
1.1.1.11 root 2904: <caption>Falcon demos</caption>
2905: <thead>
2906: <tr class="backdropped">
2907: <th>Title</th>
2908: <th>Hatari version</th>
2909: <th>Sound</th>
2910: <th>DSP</th>
2911: <th>Comment</th>
1.1 root 2912: </tr>
1.1.1.11 root 2913: </thead>
2914: <tbody>
1.1 root 2915: <tr>
1.1.1.4 root 2916: <td>Aggression:
1.1.1.12 root 2917: <a href="http://www.pouet.net/prod.php?which=13699">Aggressive II party info</a></td>
1.1.1.6 root 2918: <td>1.4</td>
1.1 root 2919: <td>yes</td>
1.1.1.4 root 2920: <td>emu</td>
1.1.1.6 root 2921: <td>Graphics don't look same as on pouet.net screenshot</td>
1.1.1.4 root 2922: </tr>
2923: <tr>
2924: <td>Aggression:
2925: <a href="http://pouet.net/prod.php?which=15723">Motion</a></td>
2926: <td>1.3</td>
1.1 root 2927: <td>-</td>
1.1.1.4 root 2928: <td>emu</td>
2929: <td>Unfinished Aggression demo with 030 and DSP source code.
2930: Almost all screens work now, some have visual glitches.</td>
2931: </tr>
2932: <tr>
1.1.1.6 root 2933: <td>An cool:
2934: <a href="http://pouet.net/prod.php?which=24781">The Keff demo</a></td>
1.1.1.13! root 2935: <td class="major">1.8+</td>
1.1.1.6 root 2936: <td>yes</td>
1.1.1.4 root 2937: <td>-</td>
1.1.1.13! root 2938: <td>gets stuck after dragons pic with circle on black screen</td>
1.1.1.6 root 2939: </tr>
2940: <tr>
2941: <td>Aura:
2942: <a href="http://pouet.net/prod.php?which=15730">E.X.Illusion</a></td>
1.1.1.10 root 2943: <td>1.6</td>
1.1.1.6 root 2944: <td>yes</td>
1.1.1.4 root 2945: <td>emu</td>
1.1.1.10 root 2946: <td>Needs WinUAE core in Hatari v1.6</td>
1.1 root 2947: </tr>
2948: <tr>
1.1.1.4 root 2949: <td>Avena:
1.1.1.6 root 2950: <a href="http://pouet.net/prod.php?which=1177">Sonolumineszenz</a></td>
1.1.1.4 root 2951: <td>1.3</td>
1.1 root 2952: <td>yes</td>
1.1.1.4 root 2953: <td>emu</td>
2954: <td>Nice</td>
2955: </tr>
2956: <tr>
2957: <td>Avena:
2958: <a href="http://pouet.net/prod.php?which=15732">Weltschmerz</a></td>
2959: <td>1.3</td>
2960: <td>yes</td>
2961: <td>emu</td>
2962: <td></td>
2963: </tr>
2964: <tr>
2965: <td>Black Scorpion Software:
2966: <a href="http://pouet.net/prod.php?which=15745">Atari UK demos</a></td>
2967: <td>1.3</td>
2968: <td>yes</td>
2969: <td>emu</td>
2970: <td>plasma50.prg has screen update issues</td>
2971: </tr>
2972: <tr>
2973: <td>Brainstorm:
2974: <a href="http://pouet.net/prod.php?which=15755">Mouse</a></td>
1.1.1.6 root 2975: <td>1.4</td>
2976: <td>yes</td>
1.1 root 2977: <td>-</td>
1.1.1.6 root 2978: <td>AVR animation/music with Brainstorm player.
1.1.1.11 root 2979: Background music with DSP emu</td>
1.1.1.6 root 2980: </tr>
2981: <tr>
1.1.1.13! root 2982: <td>Cerebral Vortex / Dune / Sector One
! 2983: <a href="http://www.pouet.net/prod.php?which=64515">Tere Ra'I</a></td>
! 2984: <td>1.8</td>
! 2985: <td>yes</td>
! 2986: <td>-</td>
! 2987: <td>Music with DSP</td>
! 2988: </tr>
! 2989: <tr>
1.1.1.6 root 2990: <td>Collapze:
2991: <a href="http://www.pouet.net/prod.php?which=54343">Sidetracked</a></td>
2992: <td class="major">1.4</td>
1.1 root 2993: <td>-</td>
1.1.1.6 root 2994: <td>emu</td>
2995: <td>Musicdemo GFA interface looks completely broken + mouse doesn't work properly</td>
1.1.1.4 root 2996: </tr>
2997: <tr>
2998: <td>Crac:
1.1.1.13! root 2999: <a href="http://www.pouet.net/prod.php?which=16681">Bound</a>,
! 3000: <a href="http://www.pouet.net/prod.php?which=23587">Bound 2</a>,
! 3001: <a href="http://www.pouet.net/prod.php?which=23588">Bound 3</a>
! 3002: </td>
1.1.1.4 root 3003: <td>1.3</td>
3004: <td>yes</td>
3005: <td>emu</td>
3006: <td></td>
1.1 root 3007: </tr>
3008: <tr>
1.1.1.13! root 3009: <td>Crac:
! 3010: <a href="http://www.pouet.net/prod.php?which=23589">Bound 4</a>,
! 3011: <a href="http://www.pouet.net/prod.php?which=23589">Bound 5</a>
! 3012: </td>
! 3013: <td class="major">1.8</td>
! 3014: <td>yes</td>
! 3015: <td>emu</td>
! 3016: <td>Expect Videl screen address counter to change</td>
! 3017: </tr>
! 3018: <tr>
1.1.1.4 root 3019: <td>Cream:
3020: <a href="http://jfhaslam.atari.org/downloads/bin_vga.zip">Binliner preview</a></td>
1.1.1.10 root 3021: <td class="minor">1.6</td>
1.1.1.4 root 3022: <td>yes</td>
3023: <td>emu</td>
1.1.1.13! root 3024: <td>Freaky screen works. Land & Worship screens die to illegal instruction 4afc</td>
1.1.1.4 root 3025: </tr>
3026: <tr>
3027: <td>Cruor:
3028: <a href="http://www.pouet.net/prod.php?which=15453">96ktro</a></td>
3029: <td>1.3</td>
3030: <td>yes</td>
3031: <td>emu</td>
3032: <td></td>
3033: </tr>
3034: <tr>
3035: <td>Cruor:
3036: <a href="http://www.pouet.net/prod.php?which=15453">The mountains flight</a></td>
3037: <td>1.3</td>
3038: <td>yes</td>
3039: <td>emu</td>
3040: <td></td>
3041: </tr>
3042: <tr>
3043: <td>DHS:
1.1.1.11 root 3044: <a href="http://www.pouet.net/prod.php?which=1760">128dist</a></td>
3045: <td>1.7</td>
3046: <td>-</td>
3047: <td>-</td>
3048: <td>Requires FPU</td>
3049: </tr>
3050: <tr>
1.1.1.13! root 3051: <td>Dekadence:
! 3052: <a href="http://www.pouet.net/prod.php?which=64683">Payback 2015</a></td>
! 3053: <td class="major">1.8+</td>
! 3054: <td>-</td>
! 3055: <td>-</td>
! 3056: <td>Doesn't continue from startup logo</td>
! 3057: </tr>
! 3058: <tr>
1.1.1.11 root 3059: <td>DHS:
3060: <a href="http://files.dhs.nu/demos/128krawl.zip">128 krawl</a></td>
3061: <td>1.7</td>
3062: <td>-</td>
3063: <td>-</td>
3064: <td>Requires FPU</td>
3065: </tr>
3066: <tr>
3067: <td>DHS:
3068: <a href="http://www.pouet.net/prod.php?which=1004">4ever</a></td>
3069: <td>1.7</td>
3070: <td>-</td>
3071: <td>-</td>
3072: <td>Requires FPU</td>
3073: </tr>
3074: <tr>
3075: <td>DHS:
3076: <a href="http://www.pouet.net/prod.php?which=986">4orce</a></td>
3077: <td>1.7</td>
3078: <td>yes</td>
3079: <td>-</td>
3080: <td>Requires FPU</td>
3081: </tr>
3082: <tr>
3083: <td>DHS:
1.1.1.4 root 3084: <a href="http://www.pouet.net/prod.php?which=985">A.T.S</a></td>
3085: <td>1.0</td>
3086: <td>yes</td>
1.1 root 3087: <td>-</td>
1.1.1.13! root 3088: <td>Fast. Needs FPU. Background music with DSP emu</td>
1.1.1.4 root 3089: </tr>
3090: <tr>
3091: <td>DHS:
3092: <a href="http://pouet.net/prod.php?which=2165">Don't Break The Oath</a></td>
1.1.1.7 root 3093: <td>1.5</td>
1.1 root 3094: <td>-</td>
1.1.1.2 root 3095: <td>-</td>
1.1.1.11 root 3096: <td>Needs 14MB RAM and FPU. Uses NoCrew DSP MP2-player</td>
1.1 root 3097: </tr>
3098: <tr>
1.1.1.10 root 3099: <td>DHS:
1.1.1.11 root 3100: <a href="http://files.dhs.nu/demos/dreamdim11.zip">Dream Dimension</a></td>
3101: <td>1.7</td>
3102: <td>yes</td>
3103: <td>emu</td>
3104: <td>Requires FPU</td>
3105: </tr>
3106: <tr>
3107: <td>DHS:
3108: <a href="http://www.pouet.net/prod.php?which=9662">Echos</a></td>
3109: <td>1.7</td>
3110: <td>yes</td>
3111: <td>emu</td>
3112: <td>Requires FPU. Uses DSP for the music</td>
3113: </tr>
3114: <tr>
3115: <td>DHS:
3116: <a href="http://gemdemo.atari.org/">GEM-demo</a></td>
1.1.1.4 root 3117: <td>1.3</td>
1.1 root 3118: <td>-</td>
3119: <td>-</td>
1.1.1.4 root 3120: <td>Needs to be started in HiColor mode to work properly</td>
1.1 root 3121: </tr>
3122: <tr>
1.1.1.4 root 3123: <td>DHS:
3124: <a href="http://pouet.net/prod.php?which=24780">Outline 2006 invite</a></td>
1.1.1.7 root 3125: <td>1.5</td>
1.1.1.2 root 3126: <td>-</td>
3127: <td>-</td>
1.1.1.7 root 3128: <td>Needs 14MB RAM, uses NoCrew DSP MP2-player
1.1.1.6 root 3129: (recommended: --memory 14 --cpuclock 32 --dsp none --monitor vga
1.1.1.4 root 3130: --sound off --fast-forward yes)</td>
1.1.1.2 root 3131: </tr>
3132: <tr>
1.1.1.4 root 3133: <td>Digital Chaos:
3134: <a href="http://www.pouet.net/prod.php?which=17802">Built-in Obsolescence</a></td>
1.1.1.10 root 3135: <td>1.6.2</td>
1.1 root 3136: <td>yes</td>
1.1.1.4 root 3137: <td>emu</td>
1.1.1.10 root 3138: <td>Requires WinUAE CPU core, gives DSP stack overflows</td>
1.1.1.4 root 3139: </tr>
3140: <tr>
3141: <td>DNT Crew:
3142: <a href="http://pouet.net/prod.php?which=16806">Agony</a></td>
1.1.1.6 root 3143: <td class="minor">1.4</td>
3144: <td>yes</td>
1.1.1.4 root 3145: <td>emu</td>
3146: <td>After few screens freezes with black screen</td>
1.1 root 3147: </tr>
3148: <tr>
1.1.1.4 root 3149: <td>DNT Crew:
1.1.1.7 root 3150: <a href="http://www.pouet.net/prod.php?which=16807">Chaos A.D.</a>*</td>
3151: <td class="minor">1.5</td>
1.1 root 3152: <td>yes</td>
1.1.1.7 root 3153: <td>emu</td>
3154: <td>Uses its own IKBD 6301 routine to decode the demo's protection.
3155: Demo runs correctly but sound is rather noisy</td>
1.1 root 3156: </tr>
3157: <tr>
1.1.1.13! root 3158: <td>DrTypo:
! 3159: <a href="http://atari-forum.com/viewtopic.php?f=68&t=28152">Voxel</a></td>
! 3160: <td>1.9</td>
! 3161: <td>-</td>
! 3162: <td>emu</td>
! 3163: <td>At least 4MB RAM, FPU and VGA monitor</td>
! 3164: </tr>
! 3165: <tr>
1.1.1.4 root 3166: <td>EKO:
3167: <a href="http://www.pouet.net/prod.php?which=1180">Are You Experienced?</a></td>
1.1.1.8 root 3168: <td>1.6</td>
1.1 root 3169: <td>yes</td>
1.1.1.4 root 3170: <td>emu</td>
1.1.1.8 root 3171: <td>Requires WinUAE CPU core</td>
1.1.1.2 root 3172: </tr>
3173: <tr>
1.1.1.4 root 3174: <td>EKO:
3175: <a href="http://www.pouet.net/prod.php?which=8572">E.K.O System</a></td>
1.1.1.8 root 3176: <td>1.6</td>
1.1.1.2 root 3177: <td>yes</td>
1.1.1.4 root 3178: <td>emu</td>
1.1.1.8 root 3179: <td>Requires WinUAE CPU core</td>
1.1.1.4 root 3180: </tr>
3181: <tr>
3182: <td>EKO:
1.1.1.6 root 3183: <a href="http://www.pouet.net/prod.php?which=25916">Epidemic musicdisk</a></td>
3184: <td class="major">1.4</td>
3185: <td>yes</td>
1.1.1.2 root 3186: <td>-</td>
1.1.1.4 root 3187: <td>Bombs out when it comes to the menu</td>
1.1 root 3188: </tr>
3189: <tr>
1.1.1.4 root 3190: <td>EKO:
3191: <a href="http://www.pouet.net/prod.php?which=17874">Geranium</a></td>
3192: <td>1.3</td>
1.1 root 3193: <td>yes</td>
1.1.1.4 root 3194: <td>emu</td>
3195: <td></td>
1.1.1.2 root 3196: </tr>
3197: <tr>
1.1.1.4 root 3198: <td>EKO:
3199: <a href="http://www.pouet.net/prod.php?which=1179">Papa was a Bladerunner</a></td>
3200: <td>1.3</td>
1.1.1.2 root 3201: <td>yes</td>
1.1.1.4 root 3202: <td>emu</td>
3203: <td>Texture mapping uses DSP, but otherwise works fine also without DSP</td>
1.1 root 3204: </tr>
3205: <tr>
1.1.1.4 root 3206: <td>Escape:
3207: <a href="http://pouet.net/prod.php?which=15676">_</a></td>
1.1.1.10 root 3208: <td class="major">1.6</td>
1.1.1.2 root 3209: <td>yes</td>
1.1.1.4 root 3210: <td>emu</td>
1.1.1.13! root 3211: <td>Freezes or exits after few screens to illegal DSP instructions</td>
1.1 root 3212: </tr>
3213: <tr>
1.1.1.4 root 3214: <td>Escape:
3215: <a href="http://pouet.net/prod.php?which=3192">Hmmm...</a></td>
3216: <td>1.3</td>
1.1 root 3217: <td>yes</td>
1.1.1.4 root 3218: <td>emu</td>
3219: <td>"Classic" from 2001</td>
3220: </tr>
3221: <tr>
3222: <td>Escape:
3223: <a href="http://www.pouet.net/prod.php?which=1169">Illness</a></td>
3224: <td>1.3</td>
1.1 root 3225: <td>yes</td>
1.1.1.4 root 3226: <td>emu</td>
1.1 root 3227: <td></td>
3228: </tr>
3229: <tr>
1.1.1.4 root 3230: <td>EXA:
3231: <a href="http://www.pouet.net/prod.php?which=17784">Entcarte</a></td>
1.1.1.13! root 3232: <td class="major">1.8</td>
1.1 root 3233: <td>-</td>
3234: <td>-</td>
1.1.1.4 root 3235: <td>Bombs immediately</td>
1.1 root 3236: </tr>
3237: <tr>
1.1.1.4 root 3238: <td>Extream:
1.1.1.13! root 3239: <a href="http://pouet.net/prod.php?which=64617">Old Stuff</a></td>
! 3240: <td>1.8</td>
! 3241: <td>yes</td>
! 3242: <td>-</td>
! 3243: <td>Music with DSP</td>
! 3244: </tr>
! 3245: <tr>
! 3246: <td>Extream:
1.1.1.4 root 3247: <a href="http://pouet.net/prod.php?which=13601">Whirlpool 128k</a></td>
3248: <td>1.3</td>
1.1 root 3249: <td>yes</td>
1.1.1.4 root 3250: <td>emu</td>
3251: <td>Transitions look a bit strange</td>
1.1 root 3252: </tr>
3253: <tr>
1.1.1.4 root 3254: <td>Fit:
1.1.1.13! root 3255: <a href="http://www.pouet.net/prod.php?which=17311">Hex Pistols</a></td>
! 3256: <td>1.9</td>
! 3257: <td>yes</td>
! 3258: <td>emu</td>
! 3259: <td>14MB + MMU + FPU, .tSCc port from Amiga</td>
! 3260: </tr>
! 3261: <tr>
! 3262: <td>Fit:
1.1.1.4 root 3263: <a href="http://pouet.net/prod.php?which=990">Mahabharata</a></td>
3264: <td>1.3</td>
3265: <td>yes</td>
3266: <td>emu</td>
3267: <td>Bombay-style...</td>
3268: </tr>
3269: <tr>
1.1.1.13! root 3270: <td>Fit:
! 3271: <a href="http://www.pouet.net/prod.php?which=26083">Stercus Accidit</a></td>
! 3272: <td>1.8+</td>
! 3273: <td>yes</td>
! 3274: <td>emu</td>
! 3275: <td>8MB + FPU, .tSCc port from Amiga</td>
! 3276: </tr>
! 3277: <tr>
1.1.1.4 root 3278: <td>Fun Industries:
3279: <a href="http://www.pouet.net/prod.php?which=1173">Alive</a></td>
3280: <td>1.3</td>
3281: <td>yes</td>
1.1 root 3282: <td>-</td>
1.1.1.6 root 3283: <td>Background music with DSP emu</td>
1.1 root 3284: </tr>
3285: <tr>
1.1.1.4 root 3286: <td>Fun Industries:
3287: <a href="http://pouet.net/prod.php?which=1172">Fungle Beats</a></td>
1.1.1.10 root 3288: <td>1.6</td>
1.1 root 3289: <td>yes</td>
3290: <td>-</td>
1.1.1.10 root 3291: <td>Needs WinUAE CPU core. Background music with DSP emu</td>
1.1.1.4 root 3292: </tr>
3293: <tr>
3294: <td>Gaston:
3295: <a href="http://www.pouet.net/prod.php?which=16730">Earth</a></td>
3296: <td>1.0</td>
3297: <td>-</td>
1.1.1.2 root 3298: <td>-</td>
3299: <td>Texturemapped ball</td>
1.1 root 3300: </tr>
3301: <tr>
1.1.1.4 root 3302: <td>ICE:
3303: <a href="http://www.pouet.net/prod.php?which=28712">Cooler than ever</a></td>
3304: <td>1.0</td>
1.1 root 3305: <td>yes</td>
3306: <td>-</td>
1.1.1.4 root 3307: <td>Background music with DSP emu</td>
1.1 root 3308: </tr>
3309: <tr>
1.1.1.6 root 3310: <td>ICE:
3311: <a href="http://www.umich.edu/%7Earchive/atari/Falcon/Games/tron2001.lzh">Tron2001</a></td>
3312: <td class="minor">1.4</td>
3313: <td>yes</td>
3314: <td>-</td>
3315: <td>Bus error at startup unless IDE enabled. Screen resolution or
3316: update issues. Non-interactive game(?) demo.</td>
3317: </tr>
3318: <tr>
1.1.1.4 root 3319: <td>Impulse:
3320: <a href="http://www.pouet.net/prod.php?which=1045">Bugs from Outer Space</a></td>
3321: <td>1.1</td>
1.1 root 3322: <td>yes</td>
3323: <td>-</td>
3324: <td></td>
3325: </tr>
3326: <tr>
1.1.1.4 root 3327: <td>Lazer:
3328: <a href="http://pouet.net/prod.php?which=17782">Autowaschen Verboten</a></td>
3329: <td>1.3</td>
1.1 root 3330: <td>yes</td>
1.1.1.4 root 3331: <td>emu</td>
1.1 root 3332: <td></td>
3333: </tr>
3334: <tr>
1.1.1.4 root 3335: <td>Lazer:
3336: <a href="http://pouet.net/prod.php?which=17957">Gurkensalad</a></td>
3337: <td>1.3</td>
1.1 root 3338: <td>-</td>
1.1.1.4 root 3339: <td>emu</td>
3340: <td>4K</td>
1.1 root 3341: </tr>
3342: <tr>
1.1.1.4 root 3343: <td>Lazer:
3344: <a href="http://pouet.net/prod.php?which=5201">Lost Blubb</a></td>
1.1.1.8 root 3345: <td>1.6</td>
1.1 root 3346: <td>yes</td>
1.1.1.4 root 3347: <td>emu</td>
1.1.1.8 root 3348: <td>Requires WinUAE CPU core</td>
1.1 root 3349: </tr>
3350: <tr>
1.1.1.4 root 3351: <td>Lazer:
3352: <a href="http://pouet.net/prod.php?which=28749">Oergs</a></td>
3353: <td>1.3</td>
3354: <td>yes</td>
3355: <td>emu</td>
3356: <td>Barely an intro</td>
1.1 root 3357: </tr>
3358: <tr>
1.1.1.4 root 3359: <td>Lazer:
3360: <a href="http://pouet.net/prod.php?which=8585">Warum</a></td>
3361: <td>1.3</td>
1.1 root 3362: <td>yes</td>
1.1.1.4 root 3363: <td>emu</td>
3364: <td>Nice</td>
1.1 root 3365: </tr>
3366: <tr>
1.1.1.4 root 3367: <td>Light:
3368: <a href="http://www.pouet.net/prod.php?which=17189">680xx</a></td>
3369: <td>1.3</td>
3370: <td>yes</td>
3371: <td>emu</td>
3372: <td>Music is broken</td>
1.1.1.2 root 3373: </tr>
3374: <tr>
1.1.1.4 root 3375: <td>Lineout:
3376: <a href="http://www.pouet.net/prod.php?which=8514">Delta</a></td>
3377: <td>1.3</td>
1.1 root 3378: <td>yes</td>
1.1.1.4 root 3379: <td>emu</td>
3380: <td>Nice (+ almost half an hour long + includes sources)</td>
1.1.1.2 root 3381: </tr>
3382: <tr>
1.1.1.4 root 3383: <td>Lineout:
3384: <a href="http://pouet.net/prod.php?which=30639">Hurry</a></td>
3385: <td>1.3</td>
3386: <td>yes</td>
3387: <td>emu</td>
3388: <td></td>
1.1 root 3389: </tr>
3390: <tr>
1.1.1.4 root 3391: <td>Lineout:
3392: <a href="http://pouet.net/prod.php?which=11489">Out</a></td>
3393: <td>1.3</td>
3394: <td>yes</td>
3395: <td>emu</td>
3396: <td></td>
3397: </tr>
3398: <tr>
1.1.1.11 root 3399: <td>Mind Design:
3400: <a href="http://www.pouet.net/prod.php?which=28761">4some</a></td>
1.1.1.13! root 3401: <td class="minor">1.9</td>
1.1.1.11 root 3402: <td>-</td>
3403: <td>-</td>
1.1.1.13! root 3404: <td>Requires FPU. Hangs/crashes in plasma screen with WinUAE CPU core and also with VGA version</td>
1.1.1.11 root 3405: </tr>
3406: <tr>
1.1.1.6 root 3407: <td>MJJ Prod:
3408: <a href="http://pouet.net/prod.php?which=28764">Bound 42</a></td>
1.1.1.13! root 3409: <td class="minor">1.4</td>
1.1.1.6 root 3410: <td>yes</td>
3411: <td>emu</td>
1.1.1.10 root 3412: <td>Crashes at cyan millstone screen</td>
1.1.1.6 root 3413: </tr>
3414: <tr>
1.1.1.13! root 3415: <td>Mugwumps:
! 3416: <a href="http://pouet.net/prod.php?which=15917">Cycedelic knockout</a></td>
! 3417: <td>1.8+</td>
! 3418: <td>yes</td>
! 3419: <td>emu</td>
! 3420: <td>Nice techno + color cycling</td>
! 3421: </tr>
! 3422: <tr>
1.1.1.6 root 3423: <td>Mystic bytes:
3424: <a href="http://pouet.net/prod.php?which=24801">Chosneck Supplement (e5)</a></td>
3425: <td>1.4</td>
3426: <td>yes</td>
3427: <td>emu</td>
3428: <td>Needs 14MB RAM. Music notes screen colors aren't right
3429: (Hatari Videl emu doesn't support palette cycling?)</td>
3430: </tr>
3431: <tr>
1.1.1.4 root 3432: <td>Mystic bytes:
3433: <a href="http://pouet.net/prod.php?which=14856">Moai 96kB</a></td>
1.1.1.6 root 3434: <td>1.4</td>
3435: <td>yes</td>
1.1.1.4 root 3436: <td>emu</td>
1.1.1.7 root 3437: <td>14MB RAM + (EC)030 + FPU. Works only with old CPU.</td>
1.1.1.4 root 3438: </tr>
3439: <tr>
3440: <td>Mystic bytes:
3441: <a href="http://pouet.net/prod.php?which=17780">Time Out</a></td>
1.1.1.8 root 3442: <td>1.6</td>
1.1.1.4 root 3443: <td>yes</td>
3444: <td>emu</td>
1.1.1.10 root 3445: <td>Requires WinUAE CPU core</td>
1.1.1.4 root 3446: </tr>
3447: <tr>
1.1.1.11 root 3448: <td>Mystic bytes:
3449: <a href="http://www.pouet.net/prod.php?which=28778">Virtual Dream</a></td>
3450: <td class="major">1.7</td>
3451: <td>-</td>
3452: <td>-</td>
3453: <td>Requires FPU. Crashes with bus error after a few seconds</td>
3454: </tr>
3455: <tr>
1.1.1.4 root 3456: <td>New Beat:
1.1.1.11 root 3457: <a href="http://newbeat.atari.org/main.php?page=productions">Blue</a></td>
1.1.1.4 root 3458: <td>1.1</td>
1.1 root 3459: <td>-</td>
3460: <td>-</td>
1.1.1.11 root 3461: <td>Very nice 4K demo from New Beat</td>
3462: </tr>
3463: <tr>
3464: <td>New Beat:
3465: <a href="http://newbeat.atari.org/main.php?page=productions">Flu</a></td>
3466: <td>1.1</td>
3467: <td>yes</td>
3468: <td>-</td>
3469: <td>Very nice 4K demo from New Beat. Flu requires FPU</td>
1.1 root 3470: </tr>
3471: <tr>
1.1.1.4 root 3472: <td>New Beat:
3473: <a href="http://newbeat.atari.org/main.php?page=productions">Maggie 24 intro</a></td>
3474: <td>1.3</td>
1.1 root 3475: <td>-</td>
1.1.1.4 root 3476: <td>emu</td>
3477: <td></td>
3478: </tr>
3479: <tr>
1.1.1.6 root 3480: <td>NoCrew:
3481: <a href="http://www.pouet.net/prod.php?which=25219">Aggressive Party 2 4k</a></td>
3482: <td>1.4</td>
3483: <td>-</td>
3484: <td>emu</td>
1.1.1.10 root 3485: <td>Uses DSP play / DMA record in handshake mode. Doesn't work if auto-started.</td>
1.1.1.6 root 3486: </tr>
3487: <tr>
3488: <td>NoCrew:
3489: <a href="http://www.pouet.net/prod.php?which=15140">Stocasto</a></td>
1.1.1.10 root 3490: <td class="major">1.6</td>
1.1.1.6 root 3491: <td>yes</td>
3492: <td>emu</td>
1.1.1.10 root 3493: <td>Bombs on startup (in v1.5 it froze, but in later stage)</td>
1.1.1.6 root 3494: </tr>
3495: <tr>
1.1.1.4 root 3496: <td>Opium:
3497: <a href="http://www.pouet.net/prod.php?which=17822">Chrome Dragon</a></td>
3498: <td>1.0</td>
1.1 root 3499: <td>yes</td>
3500: <td>-</td>
1.1.1.10 root 3501: <td>With Hatari v1.6, needs WinUAE core</td>
1.1 root 3502: </tr>
3503: <tr>
1.1.1.4 root 3504: <td>Opium:
3505: <a href="http://www.pouet.net/prod.php?which=17823">Falcon Flight</a></td>
3506: <td>1.0</td>
1.1.1.2 root 3507: <td>yes</td>
3508: <td>-</td>
1.1.1.4 root 3509: <td></td>
1.1.1.2 root 3510: </tr>
3511: <tr>
1.1.1.13! root 3512: <td>Orion_:
! 3513: <a href="http://www.pouet.net/prod.php?which=64508">Unexpected Fun</a></td>
! 3514: <td class="minor">1.9</td>
! 3515: <td>yes</td>
! 3516: <td>-</td>
! 3517: <td>needs 8 MB TT ram, music with DSP. Colors are wrong</td>
! 3518: </tr>
! 3519: <tr>
1.1.1.4 root 3520: <td>Paranoia:
3521: <a href="http://www.pouet.net/prod.php?which=6659">Illusion 64</a></td>
3522: <td>1.3</td>
3523: <td>yes</td>
1.1 root 3524: <td>-</td>
1.1.1.4 root 3525: <td>Background music with DSP emu</td>
1.1 root 3526: </tr>
3527: <tr>
1.1.1.4 root 3528: <td>POV:
3529: <a href="http://www.pouet.net/prod.php?which=28794">JESTERday</a></td>
1.1.1.6 root 3530: <td>1.4</td>
3531: <td>yes</td>
1.1.1.2 root 3532: <td>emu</td>
1.1.1.6 root 3533: <td>256 colors DSP+DMA MOD music demo</td>
1.1.1.2 root 3534: </tr>
3535: <tr>
1.1.1.4 root 3536: <td>Psychosis:
3537: <a href="http://pouet.net/prod.php?which=26607">FOG-intro</a></td>
3538: <td>1.3</td>
1.1 root 3539: <td>yes</td>
1.1.1.4 root 3540: <td>emu</td>
3541: <td></td>
1.1 root 3542: </tr>
3543: <tr>
1.1.1.4 root 3544: <td>Reservoir Gods:
3545: <a href="http://pouet.net/prod.php?which=23301">Are you sitting comfortably?</a></td>
3546: <td>1.3</td>
3547: <td>yes</td>
3548: <td>emu</td>
3549: <td>Needs 14MB to work properly (otherwise bombs or gets Dsp overflow)</td>
1.1 root 3550: </tr>
3551: <tr>
1.1.1.4 root 3552: <td>Reservoir Gods:
3553: <a href="http://rg.atari.org/demos.htm">Ascii, SnowStorm, HongTron</a></td>
3554: <td>1.0</td>
1.1 root 3555: <td>-</td>
3556: <td>-</td>
1.1.1.4 root 3557: <td>Intros by RG</td>
1.1 root 3558: </tr>
3559: <tr>
1.1.1.4 root 3560: <td>Shadows:
3561: <a href="http://www.pouet.net/prod.php?which=17804">Firestarter</a></td>
3562: <td>1.0</td>
3563: <td>yes</td>
1.1 root 3564: <td>-</td>
1.1.1.13! root 3565: <td>Background music with DSP emu, slow otherwise. Doesn't work if auto-started</td>
1.1 root 3566: </tr>
3567: <tr>
1.1.1.4 root 3568: <td>STAX:
3569: <a href="http://pouet.net/prod.php?which=21577">Doomino</a></td>
1.1.1.6 root 3570: <td>1.4</td>
1.1 root 3571: <td>-</td>
1.1.1.6 root 3572: <td>emu</td>
3573: <td>Doesn't work with 020 CPU</td>
1.1 root 3574: </tr>
3575: <tr>
1.1.1.13! root 3576: <td>TBL:
! 3577: <a href="http://www.pouet.net/groups.php?which=1">Ocean Machine, Rift, Silkcut, Startstruck</a></td>
! 3578: <td>1.9</td>
! 3579: <td>yes</td>
! 3580: <td>-</td>
! 3581: <td>Require 060 + FPU + 4MB / 32MB TT-RAM (DSP + sound can be disabled to speed up emulation)</td>
! 3582: </tr>
! 3583: <tr>
1.1.1.4 root 3584: <td>The Respectables:
3585: <a href="http://www.pouet.net/prod.php?which=28806">Cebit 93 demo</a></td>
1.1.1.13! root 3586: <td>1.9</td>
1.1.1.4 root 3587: <td>yes</td>
1.1 root 3588: <td>-</td>
1.1.1.10 root 3589: <td>Requires WinUAE CPU core for screen to be drawn correctly</td>
1.1 root 3590: </tr>
3591: <tr>
1.1.1.4 root 3592: <td>Trio:
3593: <a href="http://www.pouet.net/prod.php?which=1083">124 beers later</a></td>
1.1.1.10 root 3594: <td>1.6</td>
1.1.1.4 root 3595: <td>yes</td>
1.1 root 3596: <td>-</td>
1.1.1.10 root 3597: <td></td>
1.1 root 3598: </tr>
3599: <tr>
1.1.1.4 root 3600: <td>Trio:
3601: <a href="http://www.pouet.net/prod.php?which=15974">X-tasie</a></td>
1.1.1.11 root 3602: <td class="minor">1.7</td>
1.1 root 3603: <td>-</td>
3604: <td>-</td>
1.1.1.11 root 3605: <td>Demo requires 030 MMU, i.e. it only runs with WinUAE CPU core and when
3606: MMU has been enabled. There is a Videl emulation problem left when
3607: the user moves the mouse during the first screen.</td>
1.1.1.2 root 3608: </tr>
3609: <tr>
1.1.1.4 root 3610: <td>tSCc:
3611: <a href="http://pouet.net/prod.php?which=1015">30L Coke</a> &
3612: <a href="http://pouet.net/prod.php?which=1014">A Rh positive</a></td>
3613: <td>1.3</td>
1.1.1.2 root 3614: <td>-</td>
3615: <td>emu</td>
1.1.1.4 root 3616: <td>4K demos. Rh positive flickers a bit</td>
1.1 root 3617: </tr>
3618: <tr>
1.1.1.4 root 3619: <td>tSCc:
3620: <a href="http://www.pouet.net/prod.php?which=16426">Beams</a>
3621: (Falcon version)</td>
1.1.1.7 root 3622: <td>1.5</td>
1.1 root 3623: <td>-</td>
1.1.1.4 root 3624: <td>-</td>
1.1.1.7 root 3625: <td>Nice demo, NoCrew DSP MP2-music</td>
1.1 root 3626: </tr>
3627: <tr>
1.1.1.4 root 3628: <td>tSCc:
3629: <a href="http://pouet.net/prod.php?which=977">Six Sievert</a></td>
3630: <td>1.3</td>
1.1 root 3631: <td>-</td>
1.1.1.2 root 3632: <td>-</td>
1.1.1.4 root 3633: <td></td>
1.1.1.2 root 3634: </tr>
3635: <tr>
1.1.1.4 root 3636: <td>tSCc:
3637: <a href="http://pouet.net/prod.php?which=1013">Terrorize your soul</a></td>
3638: <td>1.3</td>
3639: <td>yes</td>
1.1.1.2 root 3640: <td>emu</td>
1.1.1.4 root 3641: <td></td>
1.1.1.2 root 3642: </tr>
3643: <tr>
1.1.1.4 root 3644: <td>Tony Benett:
3645: <a href="http://pouet.net/prod.php?which=28853">Virtual City</a></td>
3646: <td>1.1</td>
1.1.1.2 root 3647: <td>-</td>
3648: <td>emu</td>
1.1.1.13! root 3649: <td>HiColor, drawing the city requires DSP emulation</td>
1.1 root 3650: </tr>
3651: <tr>
1.1.1.4 root 3652: <td>Toons:
3653: <a href="http://pouet.net/prod.php?which=8584">Yepyha</a></td>
1.1.1.10 root 3654: <td class="major">1.6</td>
3655: <td>yes</td>
1.1 root 3656: <td>-</td>
1.1.1.6 root 3657: <td>Strange screen sizes, stops in middle. With DSP, has
3658: background music, but stops earlier to DSP stack overflow</td>
3659: </tr>
3660: <tr>
3661: <td>T.O.Y.S:
3662: <a href="http://pouet.net/prod.php?which=2019">wait</a></td>
1.1.1.10 root 3663: <td>1.6</td>
3664: <td>yes</td>
1.1.1.6 root 3665: <td>emu</td>
1.1.1.10 root 3666: <td>Uses NoCrew DSP MP2-player</td>
1.1 root 3667: </tr>
3668: <tr>
1.1.1.4 root 3669: <td>Wildfire:
3670: <a href="http://pouet.net/prod.php?which=7057">4kbtro</a></td>
3671: <td>1.3</td>
1.1 root 3672: <td>-</td>
1.1.1.4 root 3673: <td>emu</td>
3674: <td>Julia fractals</td>
3675: </tr>
3676: <tr>
1.1.1.11 root 3677: <td>Wildfire:
3678: <a href="http://www.pouet.net/prod.php?which=16820">4tune</a></td>
3679: <td>1.7</td>
3680: <td>-</td>
3681: <td>emu</td>
3682: <td>Requires FPU and DSP</td>
3683: </tr>
3684: <tr>
1.1.1.13! root 3685: <td>Unknown:
! 3686: <a href="http://falcdemos.atari.org/archive/unknown/1993.birdshow/">Birdshow</a></td>
1.1.1.4 root 3687: <td>1.0</td>
1.1 root 3688: <td>-</td>
3689: <td>-</td>
1.1.1.4 root 3690: <td>A simple FLE animation player</td>
1.1 root 3691: </tr>
1.1.1.13! root 3692: <tr>
! 3693: <td>Unknown:
! 3694: <a href="http://falcdemos.atari.org/archive/unknown/1993.rot3dbmp/">ROT3DBMP</a></td>
! 3695: <td>1.8+</td>
! 3696: <td>-</td>
! 3697: <td>emu</td>
! 3698: <td>Streams data to DSP without synchronization</td>
! 3699: </tr>
1.1 root 3700: </tbody>
3701: </table>
3702:
1.1.1.6 root 3703: <p>More Falcon demos can be found e.g. from the Atari.Org
3704: <a href="http://falcdemos.atari.org/archive/">Falcon demos</a> archive
3705: and demo tools from the dhs.nu <a href="http://dhs.nu/">demoscene</a>
3706: site.</p>
3707:
1.1 root 3708:
1.1.1.11 root 3709: <h3>Falcon applications</h3>
1.1 root 3710:
1.1.1.2 root 3711: <p>Here are listed some <em>Falcon specific</em> applications:</p>
1.1.1.12 root 3712: <table>
1.1.1.11 root 3713: <caption>Falcon applications</caption>
3714: <thead>
3715: <tr class="backdropped">
3716: <th>Title</th>
3717: <th>Hatari version</th>
3718: <th>DSP</th>
3719: <th>Comment</th>
1.1 root 3720: </tr>
1.1.1.11 root 3721: </thead>
3722: <tbody>
1.1 root 3723: <tr>
1.1.1.4 root 3724: <td><a href="http://newbeat.atari.org/main.php?page=productions">AceMidi</a>
3725: (demo)</td>
1.1.1.10 root 3726: <td>1.6</td>
1.1.1.4 root 3727: <td>emu</td>
1.1.1.12 root 3728: <td>DSP generated softsynth sounds need Hatari at least v1.6 to sound OKish</td>
1.1.1.2 root 3729: </tr>
3730: <tr>
1.1.1.12 root 3731: <td><a href="http://newbeat.atari.org/main.php?page=productions">AceTracker v2</a></td>
3732: <td class="minor">1.8</td>
1.1.1.6 root 3733: <td>emu</td>
1.1.1.13! root 3734: <td>Individual synthetized sounds are fine with WinUAE CPU core,
! 3735: but full AM module playback audio quality is bad</td>
1.1.1.6 root 3736: </tr>
3737: <tr>
3738: <td>AFM (audio fun machine)</td>
3739: <td>1.4</td>
1.1.1.2 root 3740: <td>emu</td>
1.1.1.6 root 3741: <td></td>
1.1.1.2 root 3742: </tr>
3743: <tr>
1.1.1.4 root 3744: <td>Apex (demo)</td>
1.1.1.13! root 3745: <td class="major">1.8+</td>
1.1 root 3746: <td>-</td>
1.1.1.4 root 3747: <td>Crashes with a "MOVE.W $fff20000,D0" instruction.
3748: It's unclear why this works on a real Falcon.
3749: The separate imageviewers work fine.</td>
1.1 root 3750: </tr>
3751: <tr>
1.1.1.6 root 3752: <td><a href="http://pagesperso-orange.fr/didierm/index-e.htm">Aniplayer</a></td>
1.1.1.13! root 3753: <td class="minor">1.8+</td>
1.1.1.6 root 3754: <td>emu</td>
3755: <td>DSP stack underflow on switching JPG images, synchronization
3756: doesn't work when DSP used with DMA transfers to play MP3</td>
3757: </tr>
3758: <tr>
1.1.1.4 root 3759: <td><a href="http://deunstg.free.fr/sct1/s_avi030.htm">AVI 030</a></td>
1.1.1.13! root 3760: <td class="major">1.8+</td>
1.1 root 3761: <td>-</td>
1.1.1.13! root 3762: <td>Worked with Hatari v1.1, freezes with v1.6, TTP exits with v1.8+</td>
1.1 root 3763: </tr>
3764: <tr>
1.1.1.6 root 3765: <td><a href="http://centek.free.fr/atari/softs/s_cent_1.htm">Centview</a></td>
1.1.1.4 root 3766: <td>1.3</td>
3767: <td>emu</td>
1.1.1.13! root 3768: <td>Remember to run included JPEGD.PRG first (or put it to AUTO-folder)</td>
1.1.1.2 root 3769: </tr>
3770: <tr>
1.1.1.10 root 3771: <td><a href="http://centek.free.fr/atari/softs/s_centbe.htm">Centurbo bench</a></td>
1.1.1.13! root 3772: <td class="minor">1.9</td>
1.1.1.10 root 3773: <td>emu</td>
1.1.1.13! root 3774: <td>New WinUAE CPU core: FPU 812 Mhz, DSP 56 Mhz, CPU 26 Mhz<br>
! 3775: Old WinUAE CPU core: FPU 221 Mhz, DSP 32 Mhz, CPU 15 Mhz<br>
! 3776: Old UAE CPU core: FPU 403 Mhz, DSP 32 Mhz, CPU 78 Mhz<br>
! 3777: (moving mouse drops FPU and CPU numbers slightly)</td>
1.1.1.10 root 3778: </tr>
3779: <tr>
1.1 root 3780: <td>Chronos 3D player</td>
1.1.1.13! root 3781: <td class="major">1.8+</td>
1.1 root 3782: <td>-</td>
3783: <td>Complains about wrong resolution, requires 15-bit</td>
3784: </tr>
3785: <tr>
1.1.1.4 root 3786: <td><a href="http://pouet.net/prod.php?which=29344">Delmpaint</a></td>
3787: <td>1.0</td>
1.1 root 3788: <td>-</td>
1.1.1.13! root 3789: <td>Errors at exit if started in other than 256-color low rez</td>
1.1 root 3790: </tr>
3791: <tr>
1.1.1.4 root 3792: <td><a href="http://pouet.net/prod.php?which=25328">Escapepaint</a></td>
3793: <td>1.1</td>
1.1.1.2 root 3794: <td>-</td>
3795: <td>Very nice</td>
3796: </tr>
3797: <tr>
1.1.1.4 root 3798: <td><a href="http://deunstg.free.fr/sct1/falcamp/">FalcAMP</a></td>
1.1.1.10 root 3799: <td class="minor">1.6</td>
1.1.1.2 root 3800: <td>emu</td>
1.1.1.13! root 3801: <td>MOD playing works fine, MP3s have no sound / complain about DSP timeout</td>
1.1.1.2 root 3802: </tr>
3803: <tr>
1.1.1.13! root 3804: <td><a href="http://deunstg.free.fr/sct1/flaysid/">FlaySID (v3.01)</a></td>
! 3805: <td class="minor">1.8+</td>
1.1.1.2 root 3806: <td>emu</td>
1.1.1.13! root 3807: <td>No sound from SID playback with DSP engine, only with YM engine</td>
1.1.1.2 root 3808: </tr>
3809: <tr>
1.1.1.4 root 3810: <td><a href="http://newbeat.atari.org/main.php?page=productions">FlexTrax</a></td>
1.1.1.13! root 3811: <td class="minor">1.8+</td>
1.1.1.2 root 3812: <td>emu</td>
1.1.1.10 root 3813: <td>Freezes with old UAE core, but even with WinUAE core, sounds is noise.
1.1.1.13! root 3814: Startup graphics look OK only in VGA mode</td>
1.1 root 3815: </tr>
3816: <tr>
1.1.1.12 root 3817: <td><a href="http://yescrew.atari.org/eng/index_e.htm">GemPLAY</a></td>
1.1.1.13! root 3818: <td class="minor">1.8+</td>
1.1.1.4 root 3819: <td>emu</td>
1.1.1.13! root 3820: <td>Somewhat unstable. Sound quality depends on which CPU core is used,
! 3821: AM module is complete noise with old UAE CPU core.
! 3822: Fileselector dir selection doesn't work with v1.92 or newer (GemPlay bug)</td>
1.1.1.4 root 3823: </tr>
3824: <tr>
3825: <td><a href="http://rg.atari.org/utils.htm">Godpaint</a></td>
3826: <td>1.0</td>
1.1 root 3827: <td>-</td>
3828: <td></td>
3829: </tr>
3830: <tr>
1.1.1.12 root 3831: <td><a href="http://www.pouet.net/prod.php?which=56822">Hextracker</a></td>
3832: <td class="major">1.7</td>
3833: <td>-</td>
3834: <td>Freezes at start waiting Videl screen address counter to change</td>
3835: </tr>
3836: <tr>
1.1.1.4 root 3837: <td><a href="http://pouet.net/prod.php?which=29348">Indypaint</a></td>
3838: <td>1.0</td>
1.1 root 3839: <td>-</td>
1.1.1.4 root 3840: <td>Errors at exit if started in other than HiColor mode.</td>
1.1 root 3841: </tr>
3842: <tr>
1.1.1.6 root 3843: <td><a href="http://mp2.nocrew.org/">MP2 player</a></td>
1.1.1.7 root 3844: <td>1.5</td>
1.1.1.6 root 3845: <td>emu</td>
1.1.1.7 root 3846: <td>NoCrew MP2 sound player</td>
1.1.1.6 root 3847: </tr>
3848: <tr>
1.1.1.10 root 3849: <td><a href="http://www.rainbowpainter.com/about/rainbow2multimedia.html">Rainbow II multimedia</a></td>
1.1.1.7 root 3850: <td>1.5</td>
3851: <td>emu</td>
1.1.1.10 root 3852: <td>Works only with the new WinUAE CPU core. With old UAE core,
3853: bombs immediately at startup (MMU not emulated in old UAE).
3854: Mouse cannot traverse whole screen unless mouse grab or
3855: fullscreen mode is used</td>
1.1.1.2 root 3856: </tr>
3857: <tr>
1.1.1.13! root 3858: <td><a href="http://atari-forum.com/viewtopic.php?f=26&t=27728&start=25">ScummVm</a></td>
! 3859: <td>1.9</td>
! 3860: <td>-</td>
! 3861: <td>Very slow, needs FPU, a lot of TT-RAM and user-specified config file name
! 3862: ("hatari-prg-args.sh -s 14 --ttram 256 --machine falcon --tos tos404.img
! 3863: --dsp none --addr24 off --fpu-type internal -- ./scummvm-m68020-olivier.ttp
! 3864: -c scummvm.cfg")</td>
! 3865: </tr>
! 3866: <tr>
1.1.1.2 root 3867: <td>Whip</td>
1.1.1.6 root 3868: <td>1.4</td>
3869: <td>emu</td>
3870: <td>Effects are working</td>
3871: </tr>
3872: <tr>
3873: <td>WinRec</td>
3874: <td>1.4</td>
3875: <td>emu</td>
3876: <td>Direct-to-disk recording with DSP sound effects processing</td>
1.1 root 3877: </tr>
3878: </tbody>
3879: </table>
3880:
3881:
1.1.1.11 root 3882: <h2>TT/Falcon utilities</h2>
1.1.1.4 root 3883:
1.1.1.6 root 3884: <p>Here are some utilities that either have specific TT and/or Falcon
3885: support or work only on them.</p>
1.1.1.4 root 3886:
1.1.1.12 root 3887: <table>
1.1.1.11 root 3888: <caption>TT/Falcon utilities</caption>
3889: <thead>
3890: <tr class="backdropped">
3891: <th>Utility</th>
3892: <th>Hatari version</th>
3893: <th>Notes</th>
3894: </tr>
3895: </thead>
1.1.1.4 root 3896: <tbody>
1.1.1.11 root 3897: <tr>
3898: <td><a href="http://adebug.sourceforge.net/">Adebug (reloaded)</a></td>
3899: <td>1.7</td>
3900: <td>Debugger supporting 68000 - 68030. On Falcon and TT this
3901: uses MMU i.e. requires WinUAE CPU core</td>
1.1.1.4 root 3902: </tr>
3903: <tr>
1.1.1.6 root 3904: <td>Calamus SL (1991 demo)</td>
1.1.1.4 root 3905: <td>1.0</td>
1.1.1.6 root 3906: <td>Nice with Hatari TT or 32Mhz Falcon emulation at
1.1.1.13! root 3907: e.g. 1024x768x1 VDI resolution...</td>
! 3908: </tr>
! 3909: <tr>
! 3910: <td><a href="http://www.calamus.net/download/lite_tos.php">Calamus SL lite 20xx</a></td>
! 3911: <td>1.9</td>
! 3912: <td>Newer versions work only with EmuTOS (2015-04-26 git version or newer),
! 3913: FPU, lot of both ST and TT-RAM and at least 800x600 resolution.
! 3914: ("--machine tt -m -s 14 --ttram 32 --tos etos512k.img", or
! 3915: "--machine falcon --dsp none --fpu-type 68882
! 3916: --vdi-width 896 --vdi-height 608 --vdi-planes 4
! 3917: -s 14 --addr24 off --ttram 32 --tos etos512k.img")</td>
1.1.1.4 root 3918: </tr>
3919: <tr>
1.1.1.11 root 3920: <td><a href="http://centek.free.fr/atari/softs/s_cecile.htm">Cecile</a></td>
3921: <td>1.2</td>
3922: <td>Hard disk driver. In Hatari works only with IDE emulation.
3923: Supports only TT and Falcon</td>
3924: </tr>
3925: <tr>
1.1.1.4 root 3926: <td><a href="http://freemint.de/en/">FreeMiNT</a></td>
3927: <td>1.2</td>
3928: <td>Needs to be installed/booted from an ACSI or IDE HD image and
1.1.1.10 root 3929: memory protection needs to be disabled (Hatari old UAE core doesn't
1.1.1.6 root 3930: emulate MMU)</td>
1.1.1.4 root 3931: </tr>
3932: <tr>
1.1.1.6 root 3933: <td><a href="http://www.seimet.de/atari/en/hddriver.html">HD Driver</a></td>
3934: <td>1.4</td>
1.1.1.13! root 3935: <td>Hard disk driver. In Hatari works only with IDE emulation. With TOS v4,
! 3936: CPU needs to be set to EC030 or better, with TOS v3 works also with 020 CPU
! 3937: (used by earlier Hatari versions for TOS ≥ v3)</td>
! 3938: </tr>
! 3939: <tr>
! 3940: <td><a href="http://www.seimet.de/atari/en/index.html">ROMSPEED</a></td>
! 3941: <td class="minor">1.9</td>
! 3942: <td>Utility to copy and run ROM from Fast-RAM to accelerate its working.
! 3943: Requires TT-RAM / WinUAE CPU core to work. Different memory
! 3944: timings on different memory areas aren't emulated yet, so no
! 3945: speed changes are visible</td>
1.1.1.4 root 3946: </tr>
3947: </tbody>
3948: </table>
3949:
1.1 root 3950:
1.1.1.11 root 3951: <h2>Software sites</h2>
1.1.1.6 root 3952:
3953: <p>In case you're new to the Atari scene or an old-timer who's forgotten
3954: where all the freely available software is, these file archive sites
3955: still retain their Atari sections:</p>
3956: <ul>
3957: <li><a href="http://ftp.funet.fi/pub/atari/">funet.fi</a></li>
3958: <li><a href="http://www-ftp.lip6.fr/pub/atari/">lip6.fr</a></li>
1.1.1.11 root 3959: <li><a href="ftp://ftp.cs.tu-berlin.de/pub/atari/">tu-berlin.de</a></li>
1.1.1.6 root 3960: <li><a href="http://www.umich.edu/~archive/atari/">umich.edu</a></li>
1.1.1.11 root 3961: <li><a href="http://no-fragments.atari.org/no_fragments_04/archive/">no-fragments</a> (Falcon SW)</li>
1.1.1.6 root 3962: </ul>
3963:
1.1.1.11 root 3964: <p>Demos (for many platforms) can be found from pouet.net and
3965: besides Atari scene news, Dead Hackers Society provides descriptions,
3966: screenshots and files for tools to create music, graphics and code on
3967: Atari:
3968: <ul>
3969: <li><a href="http://pouet.net/">pout.net</a>
3970: <li><a href="http://dhs.nu/files.php">dhs.nu</a></li>
3971: </ul>
3972:
1.1.1.12 root 3973: <p>There are also couple of sites dedicated to STE and Falcon specific
3974: software:</p>
3975: <ul>
3976: <li><a href="http://christophe.bray.free.fr/informatique/falcon/falcon_jeux.htm">Cristophe's Falcon games site</a></li>
3977: <li><a href="http://atari-ste.anvil-soft.com/html/archivapps.htm">Information about programs with STE specific features</a></li>
3978: </ul>
3979:
1.1.1.11 root 3980: <hr>
1.1.1.6 root 3981:
1.1 root 3982: </body>
3983: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.