|
|
1.1.1.11 root 1: <!DOCTYPE html>
1.1.1.14 root 2: <html lang="en">
1.1 root 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.15! root 54: Version 2.1, February 2018
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>
1.1.1.15! root 506: <td><a href="http://www.pouet.net/prod.php?which=32816">Tiles Osmosis</a></td>
! 507: <td>1.8</td>
! 508: <td>Requires disk in drive A: to start</td>
! 509: </tr>
! 510: <tr>
1.1.1.12 root 511: <td><a href="http://www.atarimania.com/game-atari-st-to-be-on-top_10640.html">To Be On Top</a></td>
512: <td>1.8</td>
513: <td>Does not work with cartridge / HD emulation. Although it works on real ST with 512 kB of RAM,
514: current emulation requires to use ≥ 1MB RAM</td>
515: </tr>
516: <tr>
1.1.1.2 root 517: <td>Toki</td>
518: <td>before 1.0</td>
1.1 root 519: <td> </td>
520: </tr>
521: <tr>
1.1.1.12 root 522: <td><a href="http://www.atarimania.com/game-atari-st-total-eclipse_10655.html">Total Eclipse</a></td>
523: <td>1.8</td>
524: <td>Does not work with cartridge / HD emulation</td>
525: </tr>
526: <tr>
1.1.1.8 root 527: <td>Treasure Trap</td>
1.1.1.12 root 528: <td>1.8</td>
1.1.1.8 root 529: <td>When running on Hatari versions before 1.6, the RS232 emulation must
530: be enabled for the game to work (since it writes some debug
531: informations to the serial port)</td>
532: </tr>
533: <tr>
1.1.1.11 root 534: <td>Warlock's Quest</td>
535: <td>1.7</td>
536: <td>The game has some IKBD bugs, it doesn't work with TOS 1.04, but works
537: fine with TOS 1.02 or 1.62. The keyboard mode is also less responsive
538: than the joystick mode, but that's the same on a real ST</td>
539: </tr>
540: <tr>
1.1.1.2 root 541: <td>Wings Of Death</td>
542: <td>1.0</td>
543: <td>works in STE mode too</td>
544: </tr>
545: <tr>
546: <td>Xenon</td>
547: <td>1.1</td>
1.1 root 548: <td> </td>
549: </tr>
550: <tr>
1.1.1.2 root 551: <td>Xenon 2 - Megablast</td>
552: <td>before 1.0</td>
1.1 root 553: <td> </td>
1.1.1.2 root 554: </tr>
1.1.1.8 root 555: <tr>
556: <td>Yolanda</td>
557: <td>1.6</td>
558: <td>This game expects random data from the TOS memory test in low RAM,
559: so the emulator has to be started with "fast boot" disabled
1.1.1.12 root 560: or the game will freeze after a few seconds</td>
1.1.1.8 root 561: </tr>
1.1.1.11 root 562: <tr>
563: <td>Zombi</td>
564: <td>1.6.2</td>
565: <td>Uses the IKBD set-clock command to set a custom time for game-internal
566: time measurement</td>
567: </tr>
1.1 root 568: </tbody>
569: </table>
570:
1.1.1.11 root 571: <h3>ST demos</h3>
1.1 root 572:
1.1.1.2 root 573: <p>Some (very) rare demos try to install IKBD code. Hatari doesn't have
574: full 6301 emulator, but has specific code to handle these particular demos.
575: They are marked with '*'. Few remaining screen sync issues are related to
576: hi/lo frequency switching or switching to 60 Hz for too long (used
577: for border removal).</p>
578:
1.1.1.12 root 579: <table>
1.1.1.11 root 580: <caption>Tested ST demos</caption>
581: <thead>
582: <tr class="backdropped">
583: <th>Demo</th>
584: <th>Hatari version</th>
585: <th>Notes</th>
1.1 root 586: </tr>
1.1.1.11 root 587: </thead>
588: <tbody>
1.1 root 589: <tr>
1.1.1.2 root 590: <td>1984:
591: <a href="http://pouet.net/prod.php?which=11198">No Cooper</a></td>
592: <td>1.0</td>
593: <td>Many very good plasma effects, mid res overscan, ... The loader's protection
594: requires exact cpu/shifter sync, as well as cpu pairing</td>
1.1 root 595: </tr>
596: <tr>
1.1.1.2 root 597: <td>ACF:
598: <a href="http://pouet.net/prod.php?which=885">Just Buggin'</a></td>
1.1.1.8 root 599: <td>1.6</td>
600: <td>Requires at least Hatari 1.6 for correct FDC emulation</td>
1.1 root 601: </tr>
602: <tr>
1.1.1.2 root 603: <td>Acid Team:
604: <a href="http://pouet.net/prod.php?which=19268">Dragonnels</a>*</td>
605: <td>1.1</td>
606: <td>
607: Uses its own IKBD 6301 routine. The "Unlimited Bobs"
1.1.1.6 root 608: screen is very sensitive to proper IKBD timings.
1.1.1.2 root 609: </td>
1.1 root 610: </tr>
611: <tr>
1.1.1.2 root 612: <td>Aggression:
613: <a href="http://pouet.net/prod.php?which=12635">Overdose</a></td>
614: <td>before 1.0</td>
615: <td>Does not work with cartridge / HD emulation</td>
1.1 root 616: </tr>
617: <tr>
1.1.1.11 root 618: <td>Big Alec:
619: <a href="http://pouet.net/prod.php?which=31510">Audio Artistic Demo</a></td>
620: <td>1.7</td>
621: <td> </td>
622: </tr>
623: <tr>
1.1.1.2 root 624: <td>BushWacKers:
625: <a href="http://pouet.net/prod.php?which=14935">Transbeauce II</a>*</td>
626: <td>1.1</td>
1.1.1.15! root 627: <td>Uses its own IKBD 6301 routine. Does not work with HD emulation.
! 628: Due to a bug in the demo when detecting RAM size, it will crash
! 629: in STF mode when using more than 1 MB (because MMU is forced to 512 KB)</td>
1.1 root 630: </tr>
631: <tr>
1.1.1.2 root 632: <td>Chaos:
633: <a href="http://pouet.net/prod.php?which=11839">Pandemonium</a></td>
1.1.1.7 root 634: <td class="minor">1.5</td>
635: <td>The Mega-3D screen exits prematuraly (crash due to a cpu timing problem ?)</td>
1.1 root 636: </tr>
637: <tr>
1.1.1.2 root 638: <td>Checkpoint:
639: <a href="http://pouet.net/prod.php?which=9699">Posh</a></td>
640: <td>before 1.0</td>
1.1 root 641: <td> </td>
642: </tr>
643: <tr>
1.1.1.2 root 644: <td>Checkpoint:
1.1.1.4 root 645: <a href="http://pacidemo.planet-d.net/archives/SURETRIP.ZIP">Suretrip 49%</a></td>
646: <!-- double disk pouet.net version doesn't work unlike above single disk one
1.1.1.2 root 647: <a href="http://pouet.net/prod.php?which=1287">Suretrip 49%</a></td>
1.1.1.4 root 648: -->
1.1.1.14 root 649: <td>2.0</td>
650: <td>Requires Hatari ≥ 2.0 to work, else the fullscreen tunnel part
651: will crash after a few seconds (due to complex VBL/HBL exception timing)</td>
652: </tr>
653: <tr>
654: <td>Dead Braincells:
655: <a href="http://www.pouet.net/prod.php?which=29701">Monoscreen</a></td>
656: <td class="minor">1.9</td>
657: <td>(Partial) monochrome overscan isn't supported by Hatari.
658: Demo requires manual monitor timings adjustments to work
659: (which may be SM124 specific)</td>
1.1 root 660: </tr>
661: <tr>
1.1.1.2 root 662: <td>Delta Force:
663: <a href="http://pouet.net/prod.php?which=11806">Punish Your Machine</a></td>
1.1.1.7 root 664: <td>1.5</td>
665: <td>Sync-scroll, overscan... ST Connexion's screen features 4 pixels hardware scrolling on STF.
666: "Best Part Of The Creation" uses spec512 mode in med res</td>
1.1 root 667: </tr>
668: <tr>
1.1.1.2 root 669: <td>Delta Force:
670: <a href="http://pouet.net/prod.php?which=498">Syntax Terror</a></td>
1.1.1.4 root 671: <td>1.3</td>
672: <td>Planes are shifted in TCB screen (missing stabilizer). Tex screen works since 1.3
673: (mixes 50/60 HZ lines)</td>
1.1 root 674: </tr>
675: <tr>
1.1.1.2 root 676: <td>DHS:
677: <a href="http://pouet.net/prod.php?which=1029">Sweety</a></td>
678: <td>before 1.0</td>
1.1 root 679: <td>Does not work with HD emulation</td>
680: </tr>
681: <tr>
1.1.1.7 root 682: <td>Diamond Design:
683: <a href="http://pouet.net/prod.php?which=3241">Brace</a></td>
684: <td>1.5</td>
685: <td>Use spec512 mode in med res in the mixed low/med res horizontal scrolltext</td>
686: </tr>
687: <tr>
1.1.1.3 root 688: <td>Dune:
689: <a href="http://pouet.net/prod.php?which=14276">Illusion</a></td>
690: <td>1.0</td>
1.1.1.8 root 691: <td>Very nice demo. Some rasters are sometimes flickering, this is a bug
692: in the demo, not in Hatari. Using --fastfdc can cause problems
693: with some parts of this demo</td>
1.1.1.3 root 694: </tr>
695: <tr>
1.1.1.2 root 696: <td>Dune/Sector One:
697: <a href="http://pouet.net/prod.php?which=11223">Fantasia</a></td>
698: <td>before 1.0</td>
1.1 root 699: <td> </td>
700: </tr>
701: <tr>
1.1.1.2 root 702: <td>Dune/Sector One:
703: <a href="http://pouet.net/prod.php?which=1960">Odd Stuff</a></td>
704: <td>before 1.0</td>
1.1.1.7 root 705: <td>In STF mode, some screens tries to simulate more colors by changing the
706: palette on each VBL, which creates an unpleasant flickering effect
707: (this is not a bug in Hatari). Use STE mode for better results</td>
1.1 root 708: </tr>
709: <tr>
1.1.1.14 root 710: <td>Eagles / EKO / Impact:
711: <a href="http://pouet.net/prod.php?which=20057">Place To Be Again</a></td>
712: <td>devel</td>
713: <td>Although the demo should work in STF mode, the colors will be wrong in the
714: Menu part, unless you use STE mode (this is a bug in the demo which
715: disables timer B when enabling timer A to play samples)</td>
716: </tr>
717: <tr>
1.1.1.2 root 718: <td>Equinox:
719: <a href="http://pouet.net/prod.php?which=109">Virtual Escape</a></td>
720: <td>before 1.0</td>
1.1 root 721: <td> </td>
722: </tr>
723: <tr>
1.1.1.9 root 724: <td>Equinox:
725: <a href="http://pouet.net/prod.php?which=4163">Vodka Demo</a></td>
726: <td>1.6.1</td>
1.1.1.15! root 727: <td>The 'Kill The Beast 2' part requires Hatari 1.6.1 to work. Also due to
! 728: a bug in the demo loader that forces MMU to 512 KB, the demo will crash
! 729: in STF mode with more than 1MB RAM (even on a real STF)</td>
1.1.1.9 root 730: </tr>
731: <tr>
1.1.1.7 root 732: <td>Fraggle's:
733: <a href="http://pouet.net/prod.php?which=18720">Bird Mad Girl Show</a></td>
734: <td>1.5</td>
735: <td> </td>
736: </tr>
737: <tr>
738: <td>Futur Minds:
739: <a href="http://pouet.net/prod.php?which=755">Snork</a></td>
740: <td class="minor">1.5</td>
741: <td>DNT screen 1 is mixing low/med res on the same line, which is not supported
742: by Hatari at the moment</td>
743: </tr>
744: <tr>
1.1.1.11 root 745: <td>Inner Circle:
746: <a href="http://pouet.net/prod.php?which=3243">Decade Demo</a></td>
747: <td>1.7</td>
1.1.1.12 root 748: <td>Very good demo. Reset part requires Hatari ≥ 1.7 to avoid flickering
1.1.1.11 root 749: bottom border</td>
750: </tr>
751: <tr>
1.1.1.7 root 752: <td>Lynx:
753: <a href="http://pouet.net/prod.php?which=30934">BBS Intro 3</a></td>
754: <td>1.5</td>
755: <td>Good 3D (voluntarily uses some address errors in the 3D routines)</td>
756: </tr>
757: <tr>
1.1.1.10 root 758: <td>M.C.S:
759: <a href="http://pouet.net/prod.php?which=21348">Delirious Demos IV</a></td>
760: <td class="minor">1.6</td>
761: <td>Requires at least Hatari 1.6 for correct FDC emulation and for
762: some of the overscan screens. Some screens are not working or not
763: correctly emulated yet (Vodka, Fulltrax, Tekila, La Miga Demo)</td>
764: </tr>
765: <tr>
1.1.1.2 root 766: <td>MJJ Prod:
767: <a href="http://pouet.net/prod.php?which=499">Anomaly</a></td>
1.1.1.11 root 768: <td>1.7</td>
1.1.1.12 root 769: <td>Requires Hatari ≥ 1.7 to avoid glitches in the main menu
1.1.1.11 root 770: when playing digidrums</td>
1.1.1.2 root 771: </tr>
772: <tr>
773: <td>Next:
774: <a href="http://pouet.net/prod.php?which=496">Phaleon Giga Demo</a></td>
775: <td>1.0</td>
776: <td>4 disks. Some overscan screens have small sync issues
777: (in Future Minds screen, planes are shifted in the lower part)</td>
778: </tr>
779: <tr>
1.1.1.10 root 780: <td>Offbeat:
781: <a href="http://pouet.net/prod.php?which=13917">The Musical Wonders 1990</a></td>
1.1.1.11 root 782: <td>1.7</td>
783: <td>This demo requires STE mode. With STF mode, bottom border is not correctly
784: removed (this is the same on a real STF)</td>
1.1.1.10 root 785: </tr>
786: <tr>
1.1.1.2 root 787: <td>Omega:
788: <a href="http://pouet.net/prod.php?which=26007">Omega</a></td>
1.1.1.4 root 789: <td class="minor">1.3</td>
790: <td>In full overscan screen, planes are shifted due to missing hi/lo stabilizer</td>
1.1.1.2 root 791: </tr>
792: <tr>
1.1.1.7 root 793: <td>Omega:
794: <a href="http://pouet.net/prod.php?which=28031">RGB Plasma</a></td>
795: <td>1.5</td>
796: <td>Boot sector doesn't match the physical disk layout, which caused bus error in Hatari < 1.5</td>
797: </tr>
798: <tr>
1.1.1.2 root 799: <td>Overlanders:
1.1.1.3 root 800: <a href="http://www.pouet.net/prod.php?which=11809">European Demos</a></td>
801: <td>1.1</td>
802: <td>Does not work with cartridge / HD emulation</td>
803: </tr>
804: <tr>
805: <td>Overlanders:
1.1.1.7 root 806: <a href="http://www.pouet.net/prod.php?which=27107">Gen4 Demo</a></td>
807: <td>1.5</td>
808: <td>Does not work with cartridge / HD emulation. Uses illegal/address error
809: exceptions to decode the program</td>
810: </tr>
811: <tr>
812: <td>Overlanders:
1.1.1.2 root 813: <a href="http://www.pouet.net/prod.php?which=17351">Ventura</a></td>
814: <td>1.1</td>
815: <td>In Ultimate Dist screen planes are shifted in the upper logo</td>
816: </tr>
817: <tr>
818: <td>Oxygene:
819: <a href="http://pouet.net/prod.php?which=110">Flip-o-demo</a></td>
820: <td>before 1.0</td>
1.1 root 821: <td> </td>
822: </tr>
823: <tr>
1.1.1.7 root 824: <td>Oxygene:
1.1.1.8 root 825: <a href="http://pouet.net/prod.php?which=1251">ST-NICCC 2000 Demo</a></td>
1.1.1.11 root 826: <td>1.7</td>
827: <td>Due to a bug in the FDC's emulation, the demo ran slower than expected
828: with Hatari < 1.7</td>
1.1.1.7 root 829: </tr>
830: <tr>
1.1.1.4 root 831: <td>Paulo Simoes (ljkb):
1.1.1.6 root 832: <a href="http://pouet.net/prod.php?which=14831">The Overscan Demos</a></td>
833: <td>1.0</td>
834: <td>All demos are running in overscan, including some spectrum 512 pictures.</td>
835: </tr>
836: <tr>
837: <td>Paulo Simoes (ljkb):
1.1.1.4 root 838: <a href="http://www.pouet.net/prod.php?which=53126">shforstv</a></td>
839: <td>1.3</td>
840: <td>Small technical demo posted on www.atari-forum.com.
841: It features the most advanced hardscroll on STF, using only 4 raster lines
842: and all possible borders's removal (including 162 bytes 50 Hz line).</td>
843: </tr>
844: <tr>
1.1.1.2 root 845: <td>Phalanx:
846: <a href="http://www.pouet.net/prod.php?which=11351">Overdrive</a></td>
847: <td>1.1</td>
848: <td>In Dragon screen planes are shifted in the upper part</td>
849: </tr>
850: <tr>
1.1.1.12 root 851: <td>PHF:
852: <a href="http://www.pouet.net/prod.php?which=7787">UMD 8730</a></td>
853: <td>1.8</td>
854: <td>The Ultimate Music Disc for Atari. This demo doesn't work in STF mode
855: with Hatari < 1.8, due to the non standard fading colors routine
856: used at the start of the demo</td>
857: </tr>
858: <tr>
1.1.1.2 root 859: <td>Reservoir Gods:
860: <a href="http://pouet.net/prod.php?which=9711">Hallucinations</a></td>
861: <td>before 1.0</td>
1.1 root 862: <td> </td>
863: </tr>
864: <tr>
1.1.1.2 root 865: <td>Sector One:
866: <a href="http://pouet.net/prod.php?which=14739">Oh no!! More Froggies</a></td>
867: <td>1.0</td>
1.1.1.13 root 868: <td>Works only with <4MB of RAM. It doesn't support SID sound with timers
869: during the overscan parts, so it stops music (it's not a bug).</td>
1.1 root 870: </tr>
871: <tr>
1.1.1.2 root 872: <td>ST Connexion/Overlanders/Legacy:
873: <a href="http://www.pouet.net/prod.php?which=8936">Froggies over the Fence</a>*</td>
874: <td>1.1</td>
875: <td>Uses its own IKBD 6301 routine</td>
876: </tr>
877: <tr>
1.1.1.14 root 878: <td>Sync:
879: <a href="http://pouet.net/prod.php?which=61839">The LoSTE screens</a></td>
880: <td>2.0</td>
881: <td>Uses 2 cycle precision to create 0 byte lines on STF/STE and requires
882: wakeup states emulation for STF</td>
883: </tr>
884: <tr>
885: <td>Sync:
886: <a href="http://pouet.net/prod.php?which=66787">{Closure}</a></td>
887: <td>2.0</td>
888: <td>Very technical demo requiring accurate emulation of many items :
889: 2 cycle precision, wakeup states emulation for STF, new overscan line
890: with no stabiliser on the right. A real benchmark for emulators !</td>
891: </tr>
892: <tr>
1.1.1.2 root 893: <td>The CareBears:
894: <a href="http://www.pouet.net/prod.php?which=754">SoWatt</a></td>
895: <td>1.0</td>
896: <td>Sync-scroll, overscan...</td>
897: </tr>
898: <tr>
899: <td>The CareBears:
900: <a href="http://pouet.net/prod.php?which=11785">Swedish New Year</a></td>
1.1.1.4 root 901: <td>1.3</td>
902: <td>Fullscreen in the first TCB screen is mixing 50/60 HZ lines</td>
1.1.1.2 root 903: </tr>
904: <tr>
905: <td>The Exceptions:
906: <a href="http://pouet.net/prod.php?which=11350">B.I.G. Demo</a></td>
907: <td>1.0</td>
1.1 root 908: <td> </td>
1.1.1.2 root 909: </tr>
910: <tr>
911: <td>The Lost Boys:
912: <a href="http://www.pouet.net/prod.php?which=11348">Mindbomb</a></td>
1.1.1.4 root 913: <td>1.3</td>
914: <td>"DI No Shit" is mixing 50/60 Hz lines.
1.1.1.3 root 915: Does not work with cartridge / HD emulation</td>
1.1.1.2 root 916: </tr>
917: <tr>
918: <td>The Marvellous V8:
919: <a href="http://pouet.net/prod.php?which=16911">V8 Music System</a></td>
920: <td>1.1</td>
1.1.1.11 root 921: <td>The keyboard detection at the beginning is buggy and it's sometimes
922: necessary to retry several times (this is the same on a real STF)
1.1 root 923: </td>
924: </tr>
925: <tr>
1.1.1.2 root 926: <td>The Syndicate:
927: <a href="http://pouet.net/prod.php?which=11835">If Pigs Could Fly</a></td>
928: <td>before 1.0</td>
1.1 root 929: <td> </td>
930: </tr>
931: <tr>
1.1.1.12 root 932: <td>The Union:
933: <a href="http://pouet.net/prod.php?which=11060">The Union Demo</a></td>
934: <td>1.8</td>
935: <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,
936: current emulation requires to use ≥ 1MB RAM</td>
937: <tr>
1.1.1.2 root 938: <td>TNT Crew:
939: <a href="http://pouet.net/prod.php?which=29414">Death of the left border</a></td>
1.1.1.14 root 940: <td class="minor">2.0</td>
941: <td>Planes are shifted, but Hatari ≥ 2.0 includes a temporary fix for this</td>
1.1.1.2 root 942: </tr>
943: <tr>
1.1.1.12 root 944: <td>TOS Crew:
945: <a href="http://pouet.net/prod.php?which=29074">4-pixel plasma screen</a></td>
946: <td>1.8</td>
947: <td>This demo features some 4 pixels color changes on STF, instead of the usual
948: 8 pixels minimum width</td>
949: </tr>
950: <tr>
1.1.1.2 root 951: <td>Unlimited Matricks:
952: <a href="http://pouet.net/prod.php?which=11349">Dark Side Of The Spoon</a></td>
953: <td>1.0</td>
954: <td>Lots of fullscreens and sync-scrolling</td>
955: </tr>
956: <tr>
957: <td>X-Troll:
958: <a href="http://pouet.net/prod.php?which=29071">Long Screen</a></td>
959: <td>before 1.0</td>
1.1 root 960: <td> </td>
1.1.1.2 root 961: </tr>
962: <tr>
963: <td>Ym Rockerz:
964: <a href="http://pouet.net/prod.php?which=9454">Popstars</a></td>
965: <td>before 1.0</td>
1.1.1.13 root 966: <td> </td>
1.1 root 967: </tr>
968: </tbody>
969: </table>
970:
1.1.1.11 root 971: <h3>ST applications</h3>
1.1 root 972:
973: <p>Note that some applications can even crash at startup if their
974: configuration or data files are not writable.</p>
975:
1.1.1.12 root 976: <table>
1.1.1.11 root 977: <caption>Tested applications</caption>
978: <thead>
979: <tr class="backdropped">
980: <th>Application</th>
981: <th>Hatari version</th>
982: <th>Notes</th>
1.1 root 983: </tr>
1.1.1.11 root 984: </thead>
985: <tbody>
1.1 root 986: <tr class="backdropped">
1.1.1.11 root 987: <td colspan="3" class="subheader">Programming</td>
1.1 root 988: </tr>
989: <tr>
1.1.1.6 root 990: <td><a href="http://members.chello.nl/h.robbers/">AHCC</a></td>
991: <td>1.3</td>
992: <td>Open Source Pure-C compatible C-compiler and IDE</td>
993: </tr>
994: <tr>
995: <td>Pure-C</td>
996: <td>1.4</td>
997: <td>Debugger had issues with GEMDOS HD emulation before Hatari v1.4</td>
998: </tr>
999: <tr>
1.1.1.11 root 1000: <td>Devpac 2.2</td>
1.1.1.7 root 1001: <td>1.2</td>
1002: <td> </td>
1.1 root 1003: </tr>
1004: <tr>
1.1.1.11 root 1005: <td>Devpac 3</td>
1006: <td>1.7</td>
1007: <td>Earlier GEMDOS HD emu flushed writes only when file was
1008: closed or its metadata was changed. Before Hatari v1.7
1009: tools run by Devpac could get incomplete file contents</td>
1010: </tr>
1011: <tr>
1.1 root 1012: <td>Turbo Assembler</td>
1.1.1.2 root 1013: <td>before 1.0</td>
1.1 root 1014: <td>
1.1.1.2 root 1015: Due to a bug you need to have a proper disk image inserted into drive A.
1.1 root 1016: </td>
1017: </tr>
1018: <tr>
1019: <td>GFABASIC 3.6TT</td>
1.1.1.2 root 1020: <td>before 1.0</td>
1021: <td>MENU.PRG does not like harddisks. Use disk images for compiling.</td>
1.1 root 1022: </tr>
1023: <tr>
1024: <td>ST Basic</td>
1.1.1.2 root 1025: <td>before 1.0</td>
1.1 root 1026: <td> </td>
1027: </tr>
1028: <tr>
1029: <td>Gulam shell</td>
1.1.1.2 root 1030: <td>before 1.0</td>
1.1 root 1031: <td> </td>
1032: </tr>
1033: <tr>
1034: <td>Orcs Resource editor</td>
1.1.1.2 root 1035: <td>before 1.0</td>
1.1 root 1036: <td> </td>
1037: </tr>
1038: <tr class="backdropped">
1.1.1.11 root 1039: <td colspan="3" class="subheader">Graphics</td>
1.1 root 1040: </tr>
1041: <tr>
1042: <td>Crackart</td>
1.1.1.2 root 1043: <td>before 1.0</td>
1.1 root 1044: <td>
1045: Harddisk access does not work with GEMDOS emulation
1046: - fine with disk images
1047: </td>
1048: </tr>
1049: <tr>
1050: <td>ImCon</td>
1.1.1.2 root 1051: <td>before 1.0</td>
1.1 root 1052: <td> </td>
1053: </tr>
1054: <tr>
1.1.1.4 root 1055: <td><a href="http://www.klockars.net/mgif.html">Mgif</a></td>
1.1.1.7 root 1056: <td>1.4</td>
1057: <td>Convolutions can use Falcon DSP and JPEG loading Brainstorm
1058: DSP decoder</td>
1.1 root 1059: </tr>
1060: <tr>
1061: <td>Neochrome</td>
1.1.1.7 root 1062: <td>1.3</td>
1063: <td> </td>
1.1 root 1064: </tr>
1065: <tr>
1.1.1.15! root 1066: <td><a href="http://www.pouet.net/prod.php?which=63127">Neochrome Master 2.28</a></td>
! 1067: <td>2.1 dev</td>
! 1068: <td>Use bottom border removal on 50 Hz and 60 Hz screen</td>
! 1069: </tr>
! 1070: <tr>
1.1 root 1071: <td>OCR</td>
1.1.1.2 root 1072: <td>before 1.0</td>
1.1 root 1073: <td>Didn't try scanning</td>
1074: </tr>
1075: <tr>
1.1.1.8 root 1076: <td>Spectrum 512</td>
1.1.1.11 root 1077: <td>1.7</td>
1078: <td>Mouse moved too slowly before Hatari 1.7</td>
1.1.1.8 root 1079: </tr>
1080: <tr>
1.1 root 1081: <td>Speed Of Light</td>
1.1.1.2 root 1082: <td>before 1.0</td>
1.1 root 1083: <td> </td>
1084: </tr>
1085: <tr class="backdropped">
1.1.1.11 root 1086: <td colspan="3" class="subheader">Sound</td>
1087: </tr>
1088: <tr>
1.1.1.15! root 1089: <td><a href="http://dhs.nu/files.php?t=single&ID=135">Hextracker</a></td>
1.1.1.11 root 1090: <td>1.5</td>
1091: <td>Uses non-standard mouse event scaling factor.
1092: Mouse cannot traverse whole Hatari window unless
1093: mouse grab or fullscreen mode is used</td>
1.1 root 1094: </tr>
1095: <tr>
1.1.1.13 root 1096: <td><a href="http://www.atarimania.com/utility-atari-st-m_28275.html">M</a></td>
1097: <td>1.9</td>
1098: <td>MIDI program, use a weird way to trigger interrupt by changing MFP's AER</td>
1099: </tr>
1100: <tr>
1.1.1.11 root 1101: <td><a href="http://www.pouet.net/prod.php?which=18929">MusicMon 2</a></td>
1.1.1.2 root 1102: <td>before 1.0</td>
1.1 root 1103: <td> </td>
1104: </tr>
1105: <tr>
1.1.1.11 root 1106: <td><a href="http://www.pouet.net/prod.php?which=50028">Noise Tracker</a></td>
1.1.1.2 root 1107: <td>1.1</td>
1108: <td> </td>
1.1 root 1109: </tr>
1110: <tr>
1.1.1.13 root 1111: <td><a href="http://www.atarimania.com/utility-atari-st-notator-sl_27282.html">Notator</a></td>
1112: <td>1.9</td>
1113: <td>MIDI program, very sensitive to the timings when writing to the MIDI's ACIA</td>
1114: </tr>
1115: <tr>
1.1.1.15! root 1116: <td><a href="http://www.pouet.net/prod.php?which=50030">Protracker ST/STE 2.1</a></td>
! 1117: <td>2.1 dev</td>
! 1118: <td>Use bottom border removal on 50 Hz and 60 Hz screen</td>
1.1 root 1119: </tr>
1120: <tr>
1121: <td>Quartet</td>
1.1.1.2 root 1122: <td>before 1.0</td>
1.1 root 1123: <td> </td>
1124: </tr>
1125: <tr>
1.1.1.13 root 1126: <td><a href="http://www.atarimania.com/utility-atari-st-realtime_22890.html">Realtime</a></td>
1127: <td>1.9</td>
1128: <td>MIDI program, use a weird way to trigger interrupt by changing MFP's AER</td>
1129: </tr>
1130: <tr>
1.1.1.11 root 1131: <td><a href="http://www.pouet.net/prod.php?which=13336">SidSound Designer</a></td>
1.1.1.2 root 1132: <td>before 1.0</td>
1.1 root 1133: <td> </td>
1134: </tr>
1135: <tr>
1.1.1.11 root 1136: <td>Accompanist<br />(Henry Cosh Sequencer)</td>
1.1.1.3 root 1137: <td>1.2</td>
1.1.1.11 root 1138: <td><a href="#Midi_setup">MIDI input/output</a> works</td>
1.1 root 1139: </tr>
1140: <tr>
1141: <td>Cubase Lite</td>
1.1.1.3 root 1142: <td>1.2</td>
1.1.1.11 root 1143: <td><a href="#Midi_setup">MIDI input/output</a> works</td>
1.1 root 1144: </tr>
1145: <tr>
1146: <td>Sequencer One</td>
1.1.1.3 root 1147: <td>1.2</td>
1.1.1.11 root 1148: <td>Both <a href="#Midi_setup">MIDI input/output</a>
1.1.1.3 root 1149: and sampled sound work</td>
1.1 root 1150: </tr>
1151: <tr class="backdropped">
1.1.1.11 root 1152: <td colspan="3" class="subheader">Text Editors</td>
1.1 root 1153: </tr>
1154: <tr>
1155: <td>Tempus</td>
1.1.1.2 root 1156: <td>before 1.0</td>
1.1 root 1157: <td> </td>
1158: </tr>
1159: <tr>
1160: <td>Qed editor</td>
1.1.1.2 root 1161: <td>before 1.0</td>
1.1 root 1162: <td> </td>
1163: </tr>
1164: <tr>
1165: <td>Everest editor</td>
1.1.1.2 root 1166: <td>before 1.0</td>
1.1 root 1167: <td> </td>
1168: </tr>
1169: <tr class="backdropped">
1.1.1.11 root 1170: <td colspan="3" class="subheader">Business applications</td>
1.1 root 1171: </tr>
1172: <tr>
1173: <td>Opus spreadsheet</td>
1.1.1.2 root 1174: <td>before 1.0</td>
1.1 root 1175: <td> </td>
1176: </tr>
1177: <tr>
1178: <td>SBase database</td>
1.1.1.2 root 1179: <td>before 1.0</td>
1.1 root 1180: <td> </td>
1181: </tr>
1182: <tr>
1183: <td>Sheet spreadsheet</td>
1.1.1.2 root 1184: <td>before 1.0</td>
1.1 root 1185: <td> </td>
1186: </tr>
1187: <tr>
1.1.1.4 root 1188: <td>Calamus v1.0.9</td>
1.1.1.2 root 1189: <td>before 1.0</td>
1.1.1.4 root 1190: <td> </td>
1.1 root 1191: </tr>
1192: <tr>
1193: <td>Outline Art 3 (demo)</td>
1.1.1.2 root 1194: <td>before 1.0</td>
1.1 root 1195: <td> </td>
1196: </tr>
1197: <tr class="backdropped">
1.1.1.11 root 1198: <td colspan="3" class="subheader">Communications</td>
1.1 root 1199: </tr>
1200: <tr>
1201: <td>CAB browser</td>
1.1.1.2 root 1202: <td>before 1.0</td>
1.1 root 1203: <td> </td>
1204: </tr>
1205: <tr>
1206: <td>Connect</td>
1.1.1.2 root 1207: <td>before 1.0</td>
1.1 root 1208: <td> </td>
1209: </tr>
1210: <tr>
1211: <td>Kivi QWK Reader</td>
1.1.1.2 root 1212: <td>before 1.0</td>
1.1 root 1213: <td> </td>
1214: </tr>
1215: <tr class="backdropped">
1.1.1.11 root 1216: <td colspan="3" class="subheader">Desktops</td>
1.1 root 1217: </tr>
1218: <tr>
1.1.1.4 root 1219: <td><a href="http://solair.eunet.rs/~vdjole/teradesk.htm">Teradesk desktop</a></td>
1.1.1.2 root 1220: <td>before 1.0</td>
1.1 root 1221: <td> </td>
1222: </tr>
1223: <tr>
1224: <td>Thing desktop</td>
1.1.1.2 root 1225: <td>before 1.0</td>
1.1 root 1226: <td> </td>
1227: </tr>
1228: <tr class="backdropped">
1.1.1.11 root 1229: <td colspan="3" class="subheader">Science</td>
1.1 root 1230: </tr>
1231: <tr>
1232: <td>Euler</td>
1.1.1.2 root 1233: <td>before 1.0</td>
1.1 root 1234: <td> </td>
1235: </tr>
1236: <tr>
1237: <td>Minidraft</td>
1.1.1.2 root 1238: <td>before 1.0</td>
1.1 root 1239: <td> </td>
1240: </tr>
1241: <tr>
1242: <td>Molsys</td>
1.1.1.2 root 1243: <td>before 1.0</td>
1.1 root 1244: <td> </td>
1245: </tr>
1246: <tr class="backdropped">
1.1.1.13 root 1247: <td colspan="3" class="subheader">Benchmarks/statistics</td>
1248: </tr>
1249: <tr>
1250: <td><a href="http://kronos.lutece.net/">Kronos</a></td>
1251: <td>before 1.6</td>
1252: <td>Disk speed check is really slow under GEMDOS HD emulation, use disk images instead</td>
1253: </tr>
1254: <tr>
1255: <td><a href="http://www.umich.edu/~archive/atari/Utilities/Benchmark/stats.lzh">Statistician</a></td>
1256: <td>1.8</td>
1257: <td>Program crashes if disk info is requested for GEMDOS HD
1258: emulated drive, or a floppy drive without a disk, because
1259: program doesn't check BIOS GetBPB() function return value</td>
1260: </tr>
1261: <tr class="backdropped">
1.1.1.11 root 1262: <td colspan="3" class="subheader">Utilities</td>
1.1 root 1263: </tr>
1264: <tr>
1265: <td>Revenge Document Displayer</td>
1.1.1.2 root 1266: <td>before 1.0</td>
1.1 root 1267: <td> </td>
1268: </tr>
1269: <tr>
1270: <td>ST-Guide</td>
1.1.1.2 root 1271: <td>before 1.0</td>
1.1 root 1272: <td> </td>
1273: </tr>
1274: <tr>
1275: <td>ST-Zip</td>
1.1.1.2 root 1276: <td>before 1.0</td>
1.1 root 1277: <td> </td>
1278: </tr>
1279: <tr>
1280: <td>STCat</td>
1.1.1.2 root 1281: <td>before 1.0</td>
1.1 root 1282: <td> </td>
1283: </tr>
1284: <tr>
1285: <td>Lharc Shell</td>
1.1.1.2 root 1286: <td>before 1.0</td>
1.1 root 1287: <td> </td>
1288: </tr>
1289: <tr>
1290: <td>TwoInOne</td>
1.1.1.2 root 1291: <td>before 1.0</td>
1.1 root 1292: <td> </td>
1293: </tr>
1294: <tr>
1295: <td>Sagrotan viruskiller</td>
1.1.1.2 root 1296: <td>before 1.0</td>
1.1 root 1297: <td> </td>
1298: </tr>
1299: <tr class="backdropped">
1.1.1.11 root 1300: <td colspan="3" class="subheader">Others</td>
1.1 root 1301: </tr>
1302: <tr>
1303: <td>ZX Spectrum emulator</td>
1.1.1.2 root 1304: <td>before 1.0</td>
1.1 root 1305: <td>Installer needs to be run from a floppy image and (HD)
1306: install directory needs to be already present. After installing,
1307: use unzip to get zero byte sized files from the original
1308: self-extracting zip files. Both 68000 and 68030 versions work
1309: both in color and mono.</td>
1310: </tr>
1311: </tbody>
1312: </table>
1313:
1.1.1.11 root 1314: <h3 id="Midi_setup">Midi setup</h3>
1.1 root 1315:
1316: <p>If you don't have a MIDI sequencer, on Linux you can use
1317: a softsynth like Timidity or FluidSynth instead (if your distribution
1.1.1.11 root 1318: supports ALSA). For instructions, see the
1319: <a href="midi-linux.txt">midi-linux.txt</a> file.</p>
1.1 root 1320:
1321:
1.1.1.11 root 1322: <h2>STE software compatibility list</h2>
1.1 root 1323:
1.1.1.2 root 1324: <p>By default everything should work with the STE emulation. The lists
1325: below contain nearly all the STE specific software that the developers
1326: could get their hands on...</p>
1327:
1.1 root 1328:
1.1.1.11 root 1329: <h3>STE games</h3>
1.1 root 1330:
1331: <p>First are some STE games that do work with the STE features
1332: in Hatari. Most of these games work only on STE, but here are also some
1333: games which work (or have a version that works) also on ST, i.e. they
1.1.1.15! root 1334: are just STE enhanced. These are marked with '*' (for more info, see
! 1335: <a href="http://atari.8bitchip.info/steandg.html">here</a>).</p>
1.1.1.2 root 1336:
1.1.1.12 root 1337: <table>
1.1.1.11 root 1338: <caption>Tested STE games</caption>
1339: <thead>
1340: <tr class="backdropped">
1341: <th>Title</th>
1342: <th>Hatari version</th>
1343: <th>Notes</th>
1.1 root 1344: </tr>
1.1.1.11 root 1345: </thead>
1346: <tbody>
1.1 root 1347: <tr>
1.1.1.7 root 1348: <td><a href="http://pouet.net/prod.php?which=54847">4K Pacman</a></td>
1349: <td>1.4</td>
1350: <td> </td>
1351: </tr>
1352: <tr>
1353: <td>Aerial Combat 3</td>
1354: <td>1.4</td>
1355: <td> </td>
1356: </tr>
1357: <tr>
1.1 root 1358: <td>Alien Blast</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.4 root 1363: <td>Alien Thing</td>
1364: <td>1.2</td>
1365: <td>"Director's cut" preview. Needs to be run from atdcdemo/-folder in root</td>
1366: </tr>
1367: <tr>
1.1.1.6 root 1368: <td><a href="http://paradize.final-memory.org/games.shtml">AttackWave*</a></td>
1369: <td>1.3</td>
1370: <td>Uses blitter and DMA sound on STE</td>
1371: </tr>
1372: <tr>
1.1 root 1373: <td>Astrodia*</td>
1.1.1.2 root 1374: <td>before 1.0</td>
1.1.1.10 root 1375: <td>Blitter</td>
1.1 root 1376: </tr>
1377: <tr>
1.1.1.6 root 1378: <td><a href="http://www.pouet.net/prod.php?which=11526">Battletris+</a></td>
1.1.1.2 root 1379: <td>before 1.0</td>
1.1 root 1380: <td> </td>
1381: </tr>
1382: <tr>
1.1.1.15! root 1383: <td><a href="http://www.atarimania.com/game-atari-st-begemed_30784.html">BeGEMeD</a></td>
! 1384: <td>1.8</td>
! 1385: <td> </td>
! 1386: </tr>
! 1387: <tr>
1.1 root 1388: <td>Blat!</td>
1.1.1.2 root 1389: <td>before 1.0</td>
1.1 root 1390: <td> </td>
1391: </tr>
1392: <tr>
1.1.1.12 root 1393: <td><a href="http://homepage.ntlworld.com/kevcallahan/bombaman/">Bombaman</a></td>
1.1.1.2 root 1394: <td>before 1.0</td>
1.1 root 1395: <td> </td>
1396: </tr>
1397: <tr>
1.1.1.6 root 1398: <td><a href="http://paranoia.atari.org/projects/atari.html">Breakdance</a></td>
1.1.1.2 root 1399: <td>before 1.0</td>
1400: <td>THE ultimate scene game</td>
1.1 root 1401: </tr>
1402: <tr>
1403: <td>Chronicles of Omega*</td>
1.1.1.2 root 1404: <td>before 1.0</td>
1.1 root 1405: <td> </td>
1406: </tr>
1407: <tr>
1408: <td>Chaos Engine (demo)</td>
1.1.1.2 root 1409: <td>before 1.0</td>
1.1 root 1410: <td> </td>
1411: </tr>
1412: <tr>
1.1.1.12 root 1413: <td><a href="http://rg.atari.org/chuchu.htm">ChuChu Rocket</a>*</td>
1.1.1.2 root 1414: <td>before 1.0</td>
1.1 root 1415: <td>needs to be run from disk image</td>
1416: </tr>
1417: <tr>
1.1.1.15! root 1418: <td><a href="https://demozoo.org/productions/165172/">Crash Time Plumber</a></td>
! 1419: <td>1.8</td>
! 1420: <td> </td>
! 1421: </tr>
! 1422: <tr>
1.1.1.12 root 1423: <td><a href="http://www.atarimania.com/game-atari-st-dynabusters_28670.html">Dynabusters+</a></td>
1.1.1.15! root 1424: <td class="minor">2.0</td>
! 1425: <td>Hi-score ("Table") screen flickers</td>
1.1.1.2 root 1426: </tr>
1427: <tr>
1428: <td>Frantick</td>
1429: <td>1.0</td>
1.1 root 1430: <td> </td>
1431: </tr>
1432: <tr>
1433: <td>H.E.R.O. 2</td>
1.1.1.2 root 1434: <td>before 1.0</td>
1.1 root 1435: <td>Requires 4MB RAM</td>
1436: </tr>
1437: <tr>
1.1.1.12 root 1438: <td><a href="http://www.atari-forum.com/viewtopic.php?f=3&t=26360">Giana Sisters STE rewrite</a></td>
1439: <td>before 1.6.2</td>
1440: <td> </td>
1441: </tr>
1442: <tr>
1.1 root 1443: <td>Leavin' Teramis*</td>
1.1.1.12 root 1444: <td> </td>
1445: <td>Loader text was not correctly displayed with Hatari < 1.8</td>
1.1 root 1446: </tr>
1447: <tr>
1.1.1.4 root 1448: <td><a href="http://paradize.final-memory.org/games.shtml">Manga Puzzle</a></td>
1.1.1.2 root 1449: <td>before 1.0</td>
1.1 root 1450: <td> </td>
1451: </tr>
1452: <tr>
1453: <td>No Limit II</td>
1.1.1.2 root 1454: <td>before 1.0</td>
1.1 root 1455: <td> </td>
1456: </tr>
1457: <tr>
1458: <td>Obsession (demo)</td>
1.1.1.2 root 1459: <td>before 1.0</td>
1460: <td>Opens top, left (with STE shifter bug) and bottom borders</td>
1.1 root 1461: </tr>
1462: <tr>
1463: <td>Operation Garfield</td>
1.1.1.2 root 1464: <td>before 1.0</td>
1.1 root 1465: <td> </td>
1466: </tr>
1467: <tr>
1468: <td>Pacman on E</td>
1.1.1.2 root 1469: <td>before 1.0</td>
1.1 root 1470: <td> </td>
1471: </tr>
1472: <tr>
1.1.1.12 root 1473: <td><a href="http://www.atari-forum.com/viewtopic.php?f=3&t=24635">Pacmania STE rewrite</a></td>
1474: <td>1.6.2</td>
1475: <td> </td>
1476: </tr>
1477: <tr>
1.1.1.4 root 1478: <td><a href="http://paradize.final-memory.org/games.shtml">Penta*</a></td>
1.1.1.2 root 1479: <td>before 1.0</td>
1.1 root 1480: <td>Blitter, DMA audio and STE fadings do work properly</td>
1481: </tr>
1482: <tr>
1.1.1.15! root 1483: <td><a href="http://www.atari-forum.com/viewtopic.php?f=3&t=26068">Pole Position</a>
! 1484: (arcade conversion)</td>
! 1485: <td>1.8</td>
! 1486: <td>Preview version</td>
! 1487: </tr>
! 1488: <tr>
1.1.1.4 root 1489: <td><a href="http://pooz.atari.org/">Pooz*</a></td>
1.1.1.2 root 1490: <td>before 1.0</td>
1.1 root 1491: <td>Uses STE DMA, blitter and palette</td>
1492: </tr>
1493: <tr>
1.1.1.7 root 1494: <td><a href="http://cichon.cz/pu/index.html">Power Up*</a></td>
1495: <td>1.5</td>
1496: <td>Very weird sound routine in STE mode : play a 2 bytes sample in a loop with
1497: DMA sound and update the content of this sample with an MFP timer</td>
1.1 root 1498: </tr>
1499: <tr>
1.1.1.15! root 1500: <td><a href="http://www.atari-forum.com/viewtopic.php?f=28&t=29047">R-Type Deluxe</a>
! 1501: (arcade conversion)</td>
! 1502: <td>1.8</td>
! 1503: <td>STNICCC preview</td>
! 1504: </tr>
! 1505: <tr>
1.1.1.12 root 1506: <td><a href="http://www.rgcd.co.uk/2011/04/r0x-atari-ste-2009.html">R0X</a></td>
1.1.1.6 root 1507: <td>1.3</td>
1.1.1.15! root 1508: <td> </td>
1.1.1.6 root 1509: </tr>
1510: <tr>
1.1 root 1511: <td>Roger</td>
1.1.1.2 root 1512: <td>1.1</td>
1513: <td>Needs to be run from a disk image</td>
1.1 root 1514: </tr>
1515: <tr>
1516: <td>Skulls</td>
1.1.1.2 root 1517: <td>before 1.0</td>
1.1 root 1518: <td>Opens right border</td>
1519: </tr>
1520: <tr>
1.1.1.12 root 1521: <td><a href="http://www.atarimania.com/game-atari-st-starball_11382.html">Starball</a>*</td>
1.1.1.2 root 1522: <td>before 1.0</td>
1.1 root 1523: <td>Uses DMA sound</td>
1524: </tr>
1525: <tr>
1.1.1.14 root 1526: <td>Stardust<br />(tunnel demo)</td>
1.1.1.2 root 1527: <td>before 1.0</td>
1.1 root 1528: <td> </td>
1529: </tr>
1530: <tr>
1.1.1.4 root 1531: <td><a href="http://pagesperso-orange.fr/patrice.mandin/en/perso-moteurs.html">STrEet Fighter 2</a></td>
1.1.1.2 root 1532: <td>before 1.0</td>
1.1 root 1533: <td>Uses blitter, HW scrolling and DMA sound</td>
1534: </tr>
1535: <tr>
1536: <td>Stupid Balloon game</td>
1.1.1.2 root 1537: <td>before 1.0</td>
1.1 root 1538: <td> </td>
1539: </tr>
1540: <tr>
1541: <td>Substation (demo)</td>
1.1.1.2 root 1542: <td>before 1.0</td>
1.1 root 1543: <td> </td>
1544: </tr>
1545: <tr>
1.1.1.6 root 1546: <td>Team</td>
1547: <td>1.0</td>
1548: <td>HW scrolling, DMA sound, overscan</td>
1549: </tr>
1550: <tr>
1.1 root 1551: <td>TomTar</td>
1.1.1.2 root 1552: <td>before 1.0</td>
1.1 root 1553: <td> </td>
1554: </tr>
1555: <tr>
1.1.1.15! root 1556: <td>Trapped II*</td>
! 1557: <td>2.0</td>
! 1558: <td> </td>
! 1559: </tr>
! 1560: <tr>
1.1.1.12 root 1561: <td><a href="http://www.atarimania.com/game-atari-st-utopos_10757.html">Utopos</a></td>
1.1.1.6 root 1562: <td>1.4</td>
1563: <td>Screen was flickering with previous version of Hatari</td>
1.1 root 1564: </tr>
1565: <tr>
1566: <td>Ultimate Arena</td>
1.1.1.2 root 1567: <td>before 1.0</td>
1.1 root 1568: <td> </td>
1569: </tr>
1570: <tr>
1.1.1.8 root 1571: <td>Whitewater Madness</td>
1572: <td class="minor">1.6</td>
1573: <td>Bottom part of the screen is not correct, due to changing video address
1574: when display is already on</td>
1575: </tr>
1576: <tr>
1.1.1.12 root 1577: <td><a href="http://www.atarimania.com/game-atari-st-wolfenstein-3d_28676.html">Wolfenstein 3D*</a></td>
1.1.1.3 root 1578: <td>1.2</td>
1579: <td>Uses DMA sound on STE</td>
1.1 root 1580: </tr>
1581: <tr>
1582: <td>Zool (demo)</td>
1.1.1.2 root 1583: <td>1.0</td>
1.1 root 1584: <td> </td>
1585: </tr>
1.1.1.6 root 1586: <tr>
1.1.1.14 root 1587: <td><a
1588: href="http://www.umich.edu/~archive/atari/Games/Space/zero_5.zip">Zero-5</a><br />(ST Review -demo)</td>
1589: <td class="minor">2.0</td>
1590: <td>STE DMA sound, Blitter and palette. STE joypad / mouse control.
1591: Mouse cursor flickers in menus. Demo crashes after landing on moon,
1592: getting back on space and few quantum bombs have exploded (could be
1593: demo issue). Earlier Hatari versions had issues in mouse control +
1594: flicker and wrong colors on the bottom part of the in-game screen</td>
1.1.1.6 root 1595: </tr>
1.1 root 1596: </tbody>
1597: </table>
1598:
1.1.1.11 root 1599: <h3>STE demos</h3>
1.1 root 1600:
1.1.1.2 root 1601: <p>Blitter emulation cycle-accuracy is an issue for some demos.</p>
1602:
1.1.1.12 root 1603: <table>
1.1.1.11 root 1604: <caption>Tested STE demos</caption>
1605: <thead>
1606: <tr class="backdropped">
1607: <th>Demo</th>
1608: <th>Hatari version</th>
1609: <th>Notes</th>
1.1.1.2 root 1610: </tr>
1.1.1.11 root 1611: </thead>
1612: <tbody>
1.1.1.2 root 1613: <tr>
1614: <td>Aggression:
1615: <a href="http://pouet.net/prod.php?which=29352">Armada is dead</a></td>
1616: <td>1.0</td>
1617: <td> </td>
1618: </tr>
1619: <tr>
1620: <td>Aggression:
1621: <a href="http://pouet.net/prod.php?which=4631">Braindamage</a></td>
1.1.1.6 root 1622: <td>1.3</td>
1623: <td> </td>
1.1.1.2 root 1624: </tr>
1625: <tr>
1626: <td>Aggression:
1627: <a href="http://pouet.net/prod.php?which=29355">RGBeast</a></td>
1.1.1.13 root 1628: <td>1.9</td>
1629: <td>Overscan + blitter. Requires Hatari ≥ 1.9</td>
1.1.1.2 root 1630: </tr>
1631: <tr>
1632: <td>Anatomica:
1633: <a href="http://pouet.net/prod.php?which=15428">Extreme Rage</a></td>
1634: <td class="minor">1.1</td>
1635: <td>Bad blitter timings cause timer B to occur at wrong time</td>
1636: </tr>
1637: <tr>
1638: <td>Atari scene collective:
1639: <a href="http://www.pouet.net/prod.php?which=20584">20 years</a>*</td>
1640: <td>1.1</td>
1641: <td>You may need to reset between screens</td>
1642: </tr>
1643: <tr>
1.1.1.7 root 1644: <td>Brainless Institute:
1645: <a href="http://www.pouet.net/prod.php?which=15437">Bad Taste</a></td>
1646: <td class="major">1.4</td>
1647: <td>Demo crashes during the vector balls at the beginning. This is due to
1648: the blitter overwriting some code (due to a bug in the sprite routine)
1649: but the reason why it happens only under Hatari was not found yet</td>
1650: </tr>
1651: <tr>
1.1.1.13 root 1652: <td>Checkpoint:
1653: <a href="http://www.pouet.net/prod.php?which=65101">ATM 10 Years</a></td>
1654: <td>1.8</td>
1655: <td>Streamed music, voxels</td>
1656: </tr>
1657: <tr>
1.1.1.4 root 1658: <td>Cream: <a href="http://www.pouet.net/prod.php?which=1030">Madness</a></td>
1659: <td>1.2</td>
1660: <td>Music demo with Amiga Paula soundchip emulation + tunes</td>
1661: </tr>
1662: <tr>
1.1.1.13 root 1663: <td>Cybernetics: <a href="http://www.pouet.net/prod.php?which=14458">New Stream</a>
1664: </td>
1665: <td>1.8</td>
1666: <td>WRITER.PRG doesn't work due to FDC "write track" command,
1667: but demos work fine if you convert IMG files to ST floppy images
1668: by removing their 8 byte header.
1669: </tr>
1670: <tr>
1671: <td>Cybernetics: <a href="http://www.pouet.net/prod.php?which=14457">Relapse</a>
1672: </td>
1673: <td>1.9</td>
1674: <td>WRITER.PRG doesn't work due to FDC "write track" command (same as 'New Stream').
1675: The Graphix Sound 2 part uses blitter with overscan and requires Hatari ≥ 1.9.
1676: </tr>
1677: <tr>
1.1.1.6 root 1678: <td>Defence Force:
1.1.1.14 root 1679: <a href="http://www.pouet.net/prod.php?which=54106">Save The Earth</a></td>
1.1.1.7 root 1680: <td>1.5</td>
1.1.1.6 root 1681: <td>Right border switches, blitter, extended palette, HW
1.1.1.7 root 1682: scrolling/screen splitting, DMA music + microwire/lmc control.</td>
1.1.1.6 root 1683: </tr>
1684: <tr>
1.1.1.14 root 1685: <td>Defence Force:
1686: <a href="http://www.pouet.net/prod.php?which=66703">Time Slices</a></td>
1687: <td class="minor">2.0</td>
1688: <td>Monochrome. Vertical STNICCC2015 scroll text is missing
1689: and some parts of the screen have inverted colors:
1690: https://www.youtube.com/watch?v=RlpP7JVImGA</td>
1691: </tr>
1692: <tr>
1.1.1.6 root 1693: <td>DHS:
1694: <a href="http://www.pouet.net/prod.php?which=54037">Cernit Trandafir</a></td>
1.1.1.7 root 1695: <td>1.5</td>
1696: <td> </td>
1.1.1.6 root 1697: </tr>
1698: <tr>
1.1.1.2 root 1699: <td>DHS:
1700: <a href="http://www.pouet.net/prod.php?which=1001">Just Musix 2</a></td>
1701: <td>1.0</td>
1702: <td> </td>
1703: </tr>
1704: <tr>
1705: <td>DHS:
1706: <a href="http://www.pouet.net/prod.php?which=51962">More or Less Zero</a></td>
1.1.1.7 root 1707: <td>1.5</td>
1708: <td> </td>
1.1.1.2 root 1709: </tr>
1710: <tr>
1711: <td>DHS:
1712: <a href="http://www.pouet.net/prod.php?which=1000">Tyranny</a> &
1713: <a href="http://www.pouet.net/prod.php?which=4474">Massacre</a></td>
1714: <td>before 1.0</td>
1715: <td> </td>
1.1 root 1716: </tr>
1717: <tr>
1.1.1.10 root 1718: <td>Dune/Sector One:
1719: <a href="http://pouet.net/prod.php?which=59066">Antiques</a></td>
1720: <td>1.6.2</td>
1721: <td>The Greeting Parts requires Hatari 1.6.2 to work, it will flicker sometimes
1722: but that's a bug in the demo, not in Hatari</td>
1723: </tr>
1724: <tr>
1.1.1.12 root 1725: <td>Dune/Sector One:
1726: <a href="http://www.pouet.net/prod.php?which=60831">UFO</a></td>
1727: <td>1.7</td>
1728: <td>Requires --fastfdc off</td>
1729: </tr>
1730: <tr>
1.1.1.8 root 1731: <td>Electronic Images:
1732: <a href="http://www.pouet.net/prod.php?which=21037">Music Dream II</a></td>
1733: <td>1.5</td>
1734: <td>This demo requires accurate values when reading dma sound address ($ff8909/0b/0d)
1735: and won't work correctly with Hatari < 1.5</td>
1736: </tr>
1737: <tr>
1.1.1.2 root 1738: <td>GGN:
1.1.1.6 root 1739: <a href="http://www.pouet.net/prod.php?which=7871">The Sierpinski overdose 4K</a></td>
1.1.1.2 root 1740: <td>1.0</td>
1741: <td>Uses blitter, requires med-rez</td>
1.1 root 1742: </tr>
1743: <tr>
1.1.1.2 root 1744: <td>ICE:
1.1.1.4 root 1745: <a href="http://www.pouet.net/prod.php?which=14191">Ecstacy A</a></td>
1.1.1.2 root 1746: <td>before 1.0</td>
1.1 root 1747: <td> </td>
1748: </tr>
1749: <tr>
1.1.1.2 root 1750: <td>ICE:
1751: <a href="http://www.pouet.net/prod.php?which=31452">Jam-Cols</a></td>
1.1.1.15! root 1752: <td>2.1 dev</td>
1.1.1.6 root 1753: <td>Changes background color using blitter</td>
1.1 root 1754: </tr>
1755: <tr>
1.1.1.2 root 1756: <td>ICE:
1757: <a href="http://www.pouet.net/prod.php?which=31443">Kryos</a> &
1758: <a href="http://www.pouet.net/prod.php?which=31450">Intruding</a></td>
1759: <td class="minor">1.1</td>
1760: <td>Planes are shifted</td>
1.1 root 1761: </tr>
1762: <tr>
1.1.1.7 root 1763: <td>ICE:
1764: <a href="http://www.pouet.net/prod.php?which=31453">Space Tale</a></td>
1.1.1.15! root 1765: <td>2.0</td>
! 1766: <td> </td>
1.1.1.7 root 1767: </tr>
1768: <tr>
1769: <td>ICE:
1770: <a href="http://www.pouet.net/prod.php?which=31451">The Wave Of The Future</a></td>
1.1.1.10 root 1771: <td>1.6.2</td>
1772: <td></td>
1.1.1.7 root 1773: </tr>
1774: <tr>
1.1.1.2 root 1775: <td>Imagina:
1776: <a href="http://www.pouet.net/prod.php?which=12306">Xmas demo 92</a></td>
1777: <td>before 1.0</td>
1778: <td>Flickers without frameskip</td>
1.1 root 1779: </tr>
1780: <tr>
1.1.1.2 root 1781: <td>Imagina:
1782: <a href="http://www.pouet.net/prod.php?which=12305">Systematic error</a></td>
1.1.1.6 root 1783: <td>1.4</td>
1784: <td></td>
1.1 root 1785: </tr>
1786: <tr>
1.1.1.2 root 1787: <td>Light:
1788: <a href="http://www.pouet.net/prod.php?which=14448">E605</a></td>
1789: <td>before 1.0</td>
1.1 root 1790: <td> </td>
1791: </tr>
1792: <tr>
1.1.1.2 root 1793: <td>Light:
1794: <a href="http://www.pouet.net/prod.php?which=15189">Power Rise</a></td>
1795: <td>1.1</td>
1.1 root 1796: <td> </td>
1797: </tr>
1798: <tr>
1.1.1.2 root 1799: <td>Light:
1800: <a href="http://www.pouet.net/prod.php?which=21333">VGA slideshow</a></td>
1.1.1.14 root 1801: <td class="minor">2.0</td>
1802: <td>Some vertical bad pixels stripes and one of the images broken, otherwise fine</td>
1.1 root 1803: </tr>
1804: <tr>
1.1.1.13 root 1805: <td>Masters of Electric City:
1806: <a href="http://www.pouet.net/prod.php?which=64511">Unbeatable</a></td>
1807: <td>1.8</td>
1808: <td>Monochrome. Claims to work in ST, but due to bug in demo,
1809: does only on STE</td>
1810: </tr>
1811: <tr>
1.1.1.2 root 1812: <td>MJJ-Prod:
1813: <a href="http://www.pouet.net/prod.php?which=14852">1st Step</a></td>
1814: <td>before 1.0</td>
1.1 root 1815: <td> </td>
1816: </tr>
1817: <tr>
1.1.1.2 root 1818: <td>MJJ-Prod:
1819: <a href="http://atari.freemind-tobe.com/">Tribute to Rainbow TOS</a></td>
1820: <td>1.1</td>
1.1 root 1821: <td> </td>
1822: </tr>
1823: <tr>
1.1.1.2 root 1824: <td>New Core:
1825: <a href="http://www.pouet.net/prod.php?which=11524">Beyond Deadline</a></td>
1826: <td>before 1.0</td>
1.1 root 1827: <td> </td>
1828: </tr>
1829: <tr>
1.1.1.2 root 1830: <td>New Core:
1831: <a href="http://www.pouet.net/prod.php?which=11523">Coreflakes</a></td>
1832: <td>1.1</td>
1.1 root 1833: <td> </td>
1834: </tr>
1835: <tr>
1.1.1.2 root 1836: <td>Next: Illusion</td>
1.1.1.6 root 1837: <td>1.2</td>
1.1.1.3 root 1838: <td>Part of the Phaleon Gigademo</td>
1.1 root 1839: </tr>
1840: <tr>
1.1.1.2 root 1841: <td>N.L.C:
1842: <a href="http://www.pouet.net/prod.php?which=21385">Techno Drugs</a></td>
1843: <td>before 1.0</td>
1.1 root 1844: <td> </td>
1845: </tr>
1846: <tr>
1.1.1.13 root 1847: <td>No Extra:
1848: <a href="http://www.pouet.net/prod.php?which=64372">0OMPA</a></td>
1849: <td>1.8</td>
1850: <td> </td>
1851: </tr>
1852: <tr>
1853: <td>No Extra:
1854: <a href="http://www.pouet.net/prod.php?which=58071">Infinite Live of the Blitter</a></td>
1855: <td>1.8+</td>
1856: <td>Demo crashes in Hatari v1.7/v1.8 due to Blitter / MFP timings issue. Needs floppy in drive A</td>
1857: </tr>
1858: <tr>
1.1.1.2 root 1859: <td>Omega:
1860: <a href="http://www.pouet.net/prod.php?which=15386">Grotesque</a></td>
1861: <td>before 1.0</td>
1.1 root 1862: <td> </td>
1863: </tr>
1864: <tr>
1.1.1.7 root 1865: <td>OUCH:
1866: <a href="http://www.pouet.net/prod.php?which=22398">Songs Of The Unexpected</a></td>
1867: <td>1.5</td>
1868: <td> </td>
1.1 root 1869: </tr>
1870: <tr>
1.1.1.6 root 1871: <td>Oxygene:
1872: <a href="http://www.pouet.net/prod.php?which=52336">Amiga Demo 2</a></td>
1873: <td>1.4</td>
1874: <td>50kHz DMA sound</td>
1875: </tr>
1876: <tr>
1.1.1.14 root 1877: <td>Oxygene:
1878: <a href="http://www.pouet.net/prod.php?which=66702">We Were @</a></td>
1879: <td>2.0</td>
1880: <td>Blitter + overscan. 4MB</td>
1881: </tr>
1882: <tr>
1.1.1.6 root 1883: <td>Paradox:
1.1.1.7 root 1884: <a href="http://pouet.net/prod.php?which=54205">20 years Atari STE megademo</a></td>
1.1.1.6 root 1885: <td class="minor">1.4</td>
1.1.1.14 root 1886: <td>Sound is broken in Paradox color zoomer screen. Reset screen has a bug and will
1887: issue lots of bus errors if RAM is less than 4 MB.</td>
1.1.1.6 root 1888: </tr>
1889: <tr>
1.1.1.2 root 1890: <td>Paradox:
1891: <a href="http://pouet.net/prod.php?which=15053">X-mas 2004 demo</a></td>
1.1.1.14 root 1892: <td class="minor">2.0</td>
1.1.1.6 root 1893: <td>The last (4th) screen horizontal scroll texts don't look right
1894: and are jerky. It also needs frameskip even on 1.4Gz Athlon XP</td>
1.1 root 1895: </tr>
1896: <tr>
1.1.1.2 root 1897: <td>Paradox:
1898: <a href="http://pouet.net/prod.php?which=18861">Pacemaker</a></td>
1899: <td>1.1</td>
1900: <td>
1901: Some garbage in the end screen when the demo has been started from
1902: hard disk.
1903: </td>
1.1 root 1904: </tr>
1905: <tr>
1.1.1.2 root 1906: <td>Paradox:
1907: <a href="http://pouet.net/prod.php?which=12237">HighResMode</a></td>
1.1.1.7 root 1908: <td>1.5</td>
1.1.1.12 root 1909: <td>Use spec512 mode in med res. Requires Hatari ≥ 1.8 for correct
1910: alignment between bitmaps and color changes</td>
1.1 root 1911: </tr>
1912: <tr>
1.1.1.10 root 1913: <td>POV:
1914: <a href="http://www.pouet.net/prod.php?which=19461">POV 136</a></td>
1915: <td class="minor">1.6</td>
1916: <td>Hatari doesn't support modifying $ff8205 and reading it back
1917: while display is enabled. Without VBL sync, there's a only 10%
1918: chance of STE HW detection working</td>
1919: </tr>
1920: <tr>
1.1.1.2 root 1921: <td>Reservoir Gods:
1922: <a href="http://pouet.net/prod.php?which=9713">Mind Rewind</a></td>
1923: <td>before 1.0</td>
1924: <td>Opens all borders, heavily abuses horizontal STE HW scrolling</td>
1.1 root 1925: </tr>
1926: <tr>
1.1.1.2 root 1927: <td>Reservoir Gods:
1928: <a href="http://pouet.net/prod.php?which=9576">Grimey</a></td>
1929: <td>before 1.0</td>
1.1 root 1930: <td> </td>
1931: </tr>
1932: <tr>
1.1.1.2 root 1933: <td>Sedma:
1934: <a href="http://pouet.net/prod.php?which=22492">Blitter Mania</a></td>
1935: <td>1.1</td>
1.1 root 1936: <td> </td>
1937: </tr>
1938: <tr>
1.1.1.2 root 1939: <td>Syntax:
1940: <a href="http://pouet.net/prod.php?which=17044">Reanimation</a></td>
1941: <td>before 1.0</td>
1.1 root 1942: <td> </td>
1943: </tr>
1944: <tr>
1.1.1.12 root 1945: <td>Stax:
1946: <a href="http://pouet.net/prod.php?which=23541">Compact Disk #65</a></td>
1947: <td></td>
1948: <td>Requires TOS ≥ 1.06. MegaST's real time clock should be disabled</td>
1949: </tr>
1950: <tr>
1.1.1.2 root 1951: <td>T. Barker:
1952: <a href="http://pouet.net/prod.php?which=30977">Fantasia</a></td>
1953: <td>before 1.0</td>
1954: <td>For any other than TOS 1.06, you need to use fantfix.prg first</td>
1955: </tr>
1956: <tr>
1.1.1.7 root 1957: <td>The Pixels Twins:
1958: <a href="http://pouet.net/prod.php?which=11181">Mental Hangover</a></td>
1959: <td>1.5</td>
1960: <td>Does not work with cartridge / HD emulation. Real Time Clock should
1961: also be disabled to prevent a bug in the boot sector's loader (depends
1.1.1.12 root 1962: on the TOS version used). Sound requires Hatari ≥ 1.5 to work
1.1.1.7 root 1963: (the routines write in the sample buffer while it's played by the dma)</td>
1964: </tr>
1965: <tr>
1.1.1.4 root 1966: <td>Unit 17:
1967: <a href="http://www.pouet.net/prod.php?which=30915">Dynamite</a></td>
1968: <td>1.2</td>
1.1 root 1969: <td> </td>
1970: </tr>
1971: <tr>
1.1.1.2 root 1972: <td>Unit 17:
1.1.1.4 root 1973: <a href="http://www.pouet.net/prod.php?which=30912">E.P.S.S. Demo</a></td>
1.1.1.6 root 1974: <td>1.4</td>
1975: <td>Video counter is modified while display is ON</td>
1.1.1.2 root 1976: </tr>
1977: <tr>
1.1.1.7 root 1978: <td>Ym-Rockerz:
1979: <a href="http://pouet.net/prod.php?which=15943">Tyme Warp</a></td>
1.1.1.14 root 1980: <td>2.0</td>
1981: <td>The demo crashes on a real STF (write to ff8939), although
1982: pouet.net wrongly lists it as STF compatible</td>
1.1.1.7 root 1983: </tr>
1984: <tr>
1.1.1.2 root 1985: <td>Zeal:
1986: <a href="http://pouet.net/prod.php?which=15191">Birdie 2</a> &
1987: <a href="http://pouet.net/prod.php?which=15190">Lethal Trash</a></td>
1988: <td>1.0</td>
1.1 root 1989: <td> </td>
1990: </tr>
1991: </tbody>
1992: </table>
1993:
1.1.1.11 root 1994: <h3>STE applications</h3>
1.1 root 1995:
1.1.1.4 root 1996: <p>Finally some STE only or STE enhanced applications.</p>
1.1.1.12 root 1997: <table>
1.1.1.11 root 1998: <caption>tested STE applications</caption>
1999: <thead>
2000: <tr class="backdropped">
2001: <th>Application</th>
2002: <th>Hatari version</th>
2003: <th>Notes</th>
1.1 root 2004: </tr>
1.1.1.11 root 2005: </thead>
2006: <tbody>
1.1 root 2007: <tr>
1.1.1.15! root 2008: <td><a href="http://dhs.nu/files.php?t=single&ID=135">Hextracker</a> (0.849b)</td>
1.1.1.14 root 2009: <td class="minor">2.0</td>
1.1.1.12 root 2010: <td>Uses non-standard mouse event scaling factor.
2011: Mouse cannot (vertically) traverse whole Hatari window
2012: unless mouse grab or fullscreen mode is used</td>
1.1.1.14 root 2013: </tr>
1.1.1.8 root 2014: <tr>
1.1.1.4 root 2015: <td><a href="http://www.preromanbritain.com/maxymiser/">MaxYMiser DMA</a></td>
1.1.1.2 root 2016: <td>before 1.0</td>
1.1 root 2017: <td> </td>
2018: </tr>
2019: <tr>
1.1.1.7 root 2020: <td><a href="http://pouet.net/prod.php?which=15989">Octalyser STE</a></td>
1.1.1.2 root 2021: <td>1.0</td>
1.1.1.7 root 2022: <td>Opens left and bottom border, screen flickers when playing
2023: mods if Octalyser isn't configured correctly for the machine</td>
1.1 root 2024: </tr>
2025: <tr>
1.1.1.6 root 2026: <td><a href="http://people.opera.com/~karlo/">Protracker STE</a></td>
1.1.1.7 root 2027: <td>1.4</td>
2028: <td>Opens bottom border, 50kHz DMA replay</td>
1.1.1.6 root 2029: </tr>
1.1 root 2030: <tr>
2031: <td>Stretch</td>
1.1.1.2 root 2032: <td>before 1.0</td>
1.1 root 2033: <td>Screen extender (like the famous Bigscreen). One of the few programs
2034: which uses STE hardware scrolling also in monochrome mode</td>
2035: </tr>
2036: </tbody>
2037: </table>
2038:
2039:
1.1.1.11 root 2040: <h2>TT software compatibility list</h2>
1.1 root 2041:
1.1.1.15! root 2042: <p>Most programs that work on TT work also in the Falcon emulation.
! 2043: As all 1-8 bit GEM programs work without problems under TT emulation
1.1 root 2044: this section lists only TT-specific games and demos.</p>
2045:
1.1.1.11 root 2046: <h3>TT games</h3>
1.1 root 2047:
1.1.1.12 root 2048: <table>
1.1.1.11 root 2049: <caption>TT games</caption>
2050: <thead>
1.1 root 2051: <tr class="backdropped">
1.1.1.11 root 2052: <th>Game</th>
2053: <th>Hatari version</th>
2054: <th>Notes</th>
1.1 root 2055: </tr>
1.1.1.11 root 2056: </thead>
2057: <tbody>
1.1 root 2058: <tr>
1.1.1.14 root 2059: <td><a href="http://yescrew.atari.org/eng/products.htm#capy">Capy</a></td>
2060: <td>2.0</td>
2061: <td>VGA/TT-medium only. Some version(s) bus error due to DSP register
2062: check (although they should support TT with chip music)</td>
2063: </tr>
2064: <tr>
1.1.1.13 root 2065: <td><a href="http://atari-forum.com/viewtopic.php?f=26&t=13658&start=50">OpenTTD</a></td>
2066: <td>1.9</td>
2067: <td>"hatari-prg-args --machine tt --tos tos306uk.img -s 4 --ttram 256 --
1.1.1.14 root 2068: ./openttd-m68020.gtp -m null -s null -b 8bpp-optimized", then select
2069: "original" as "Land generator" at game start. Works also on Falcons
2070: with FPU and no DSP. Start from TT-low resolution.</td>
1.1.1.4 root 2071: </tr>
2072: <tr>
1.1 root 2073: <td>Oxyd 2 TT</td>
1.1.1.2 root 2074: <td>before 1.0</td>
1.1 root 2075: <td>Oxyd 2 in color</td>
2076: </tr>
2077: </tbody>
2078: </table>
2079:
1.1.1.11 root 2080: <h3>TT demos</h3>
1.1 root 2081:
1.1.1.12 root 2082: <table>
1.1.1.11 root 2083: <caption>TT demos</caption>
2084: <thead>
1.1 root 2085: <tr class="backdropped">
1.1.1.11 root 2086: <th>Demo</th>
2087: <th>Hatari version</th>
2088: <th>Notes</th>
1.1.1.2 root 2089: </tr>
1.1.1.11 root 2090: </thead>
2091: <tbody>
1.1.1.2 root 2092: <tr>
1.1.1.4 root 2093: <td>Brainstorm:
2094: <a href="http://www.pouet.net/prod.php?which=15752">Adebug 3DTT demo</a></td>
2095: <td>1.2</td>
2096: <td>(Works also on Falcon)</td>
2097: </tr>
2098: <tr>
1.1.1.14 root 2099: <td>Daroou:
2100: <a href="http://atari.daroou.fr/">Daroou's GEM Demos</a></td>
2101: <td>2.0</td>
2102: <td>Need TT-low mode. Work also on Falcon (with music).
2103: Boing demo bus errors on startup on both</td>
2104: </tr>
2105: <tr>
1.1.1.4 root 2106: <td>gwEm:
2107: <a href="http://www.pouet.net/prod.php?which=24961">4getful</a></td>
1.1.1.15! root 2108: <td>2.1 dev</td>
! 2109: <td>TT-version of gwEm's 4K demo</td>
1.1.1.4 root 2110: </tr>
2111: <tr>
2112: <td>Moving Pixels:
2113: <a href="http://pouet.net/prod.php?which=18189">TT-Wars</a></td>
1.1.1.2 root 2114: <td>before 1.0</td>
1.1.1.4 root 2115: <td> </td>
1.1 root 2116: </tr>
2117: <tr>
1.1.1.4 root 2118: <td>Omega:
2119: <a href="http://www.pouet.net/prod.php?which=18189">Swing, Vinjett, Xitkul</a></td>
2120: <td>1.2</td>
2121: <td>TT demos included to XiTEC presentation. Xitkul colors flicker</td>
1.1 root 2122: </tr>
2123: <tr>
1.1.1.4 root 2124: <td>tSCc:
1.1.1.13 root 2125: <a href="http://s390174849.online.de/ray.tscc.de/demos.htm">256mbrot, Bragg256, Glasstro, Orion-B, Yabt</a></td>
2126: <td>1.8</td>
2127: <td>TT/Falcon intros, Bragg256 requires WinUAE CPU core</td>
1.1.1.4 root 2128: </tr>
2129: <tr>
2130: <td>tSCc:
1.1.1.13 root 2131: <a href="http://www.pouet.net/prod.php?which=16426">Beams</a></td>
1.1.1.15! root 2132: <td>2.1 dev</td>
! 2133: <td>TT-version. At least 8MB RAM</td>
1.1.1.4 root 2134: </tr>
2135: <tr>
2136: <td>tSCc:
1.1.1.13 root 2137: <a href="http://s390174849.online.de/ray.tscc.de/misc.htm#cryview">CrY image viewer</a></td>
1.1.1.14 root 2138: <td class="minor">2.0</td>
2139: <td>Needs at least some TT-RAM. interlaced 16bpp CrY mode flickers badly + colors are wrong</td>
1.1.1.13 root 2140: </tr>
2141: <tr>
2142: <td>tSCc:
1.1.1.14 root 2143: <a href="http://s390174849.online.de/ray.tscc.de/misc.htm#ttruecol">TC fish / blobs</a></td>
2144: <td class="minor">2.0</td>
1.1.1.13 root 2145: <td>Flickers badly</td>
1.1.1.4 root 2146: </tr>
2147: <tr>
2148: <td>tSCc:
1.1.1.13 root 2149: <a href="http://s390174849.online.de/ray.tscc.de/misc.htm#tthires">TT-hires</a></td>
1.1.1.14 root 2150: <td class="major">2.0</td>
1.1.1.13 root 2151: <td>Needs 8MB. Slideshow flickers badly + graphics and colors are wrong</td>
1.1.1.4 root 2152: </tr>
2153: <tr>
2154: <td>Xanth FX:
2155: <a href="http://pouet.net/prod.php?which=18190">Shiny Bubbles TT</a></td>
2156: <td>1.2</td>
2157: <td> </td>
1.1 root 2158: </tr>
2159: </tbody>
2160: </table>
2161:
2162:
1.1.1.11 root 2163: <h2>Falcon software compatibility list</h2>
1.1 root 2164:
1.1.1.6 root 2165: <p>You can select between three different DSP emulation modes with
2166: the Hatari "--dsp" option:
1.1 root 2167: <ul>
1.1.1.2 root 2168: <li><b>none</b>: No emulation.
1.1.1.6 root 2169: If program doesn't need/use DSP, this is the best option.</li>
1.1.1.14 root 2170: <li><b>emu</b>: DSP emulation. Needed if program requires DSP.
2171: On by default for Falcon. Slow.</li>
1.1.1.4 root 2172: <li><b>dummy</b>: Faked DSP response to DSP commands.
1.1.1.6 root 2173: Some rare programs that need DSP may also work with faked DSP.
2174: This is much faster than the real DSP emulation.</li>
1.1 root 2175: </ul>
2176:
1.1.1.6 root 2177: <p>The "dsp" column in tables below tells which DSP emulation mode
2178: needs to be used for the given program to work. If it doesn't matter,
2179: the column contains "-". The column for whether the program works and
2180: for whether it has (working) sound have "yes" when this is true and
1.1 root 2181: otherwise "-".</p>
2182:
1.1.1.14 root 2183: <p>If something works only with either WinUAE or oldUAE CPU core,
2184: that's documented. Many timing critical demos (for example ones using
1.1.1.7 root 2185: NoCrew's DSP MP2-player) that are marked as working in the list below,
1.1.1.14 root 2186: <em>work only with the (default) WinUAE CPU core</em>.</p>
1.1.1.13 root 2187:
1.1.1.15! root 2188: <p>Due to incomplete VIDEL emulation, missing JagPad support and some
! 2189: remaining emulation cycle accuracy issues, some Falcon programs aren't
! 2190: usable yet. Most games and demos work with RGB monitor, those requiring
! 2191: VGA one are indicated separately.</p>
1.1.1.13 root 2192:
1.1.1.6 root 2193:
1.1.1.11 root 2194: <h3>Falcon games</h3>
1.1 root 2195:
1.1.1.12 root 2196: <table>
1.1.1.11 root 2197: <caption>Falcon games</caption>
2198: <thead>
2199: <tr class="backdropped">
2200: <th>Title</th>
2201: <th>Hatari version</th>
2202: <th>Sound</th>
2203: <th>DSP</th>
2204: <th>Comment</th>
1.1 root 2205: </tr>
1.1.1.11 root 2206: </thead>
2207: <tbody>
1.1 root 2208: <tr>
1.1.1.4 root 2209: <td><a href="http://logitron.atari.online.fr/aazohm_english.htm">Aazohm Krypth</a></td>
2210: <td>1.3</td>
2211: <td>-</td>
2212: <td>emu</td>
1.1.1.15! root 2213: <td>Use joypad. 8MB RAM. Black screen without DSP emu.
! 2214: Auto-starting works from Hatari v2.1 onward</td>
1.1.1.4 root 2215: </tr>
2216: <tr>
2217: <td><a href="http://nature.atari.org/">Aces High preview</a></td>
2218: <td>1.3</td>
1.1 root 2219: <td>-</td>
2220: <td>-</td>
2221: <td></td>
2222: </tr>
2223: <tr>
1.1.1.4 root 2224: <td>Addsub</td>
1.1.1.14 root 2225: <td class="minor">2.0</td>
2226: <td>-</td>
1.1.1.4 root 2227: <td>-</td>
1.1.1.14 root 2228: <td>Cannot be played. Exits when joystick up is used,
2229: often also on second startup</td>
2230: </tr>
2231: <tr>
2232: <td><a href="https://demozoo.org/productions/59217/">Ausbruch</a></td>
2233: <td>1.0</td>
2234: <td>yes</td>
1.1.1.4 root 2235: <td>-</td>
1.1.1.14 root 2236: <td>Use STE joypad. Background music if DSP emu enabled</td>
1.1.1.4 root 2237: </tr>
2238: <tr>
1.1.1.14 root 2239: <td><a href="http://devilsdoorbell.com/">Bad Mood (2016 game)</a></td>
1.1.1.15! root 2240: <td class="minor">2.0</td>
1.1.1.12 root 2241: <td>yes</td>
2242: <td>emu</td>
1.1.1.14 root 2243: <td>Enhanced Doom I/II port and engine rewrite. Game requires WinUAE
2244: CPU core, DSP and 14 MB RAM. WAD cache creation crashes/freezes,
2245: so one needs to get pre-built cache. Statusbar doesn't show due
2246: to Videl emulation omissions, unless "--natfeats yes" is used to
2247: tell game to use Hatari specific/heavier statusbar drawing mode.
1.1.1.13 root 2248: Some parts have clear speed differences to real Falcon due to
2249: CPU, FPU (instruction too fast) and Videl emulation
2250: (screen updated only at VBL) inaccuracies</td>
1.1.1.12 root 2251: </tr>
2252: <tr>
1.1.1.14 root 2253: <td><a href="http://www.klockars.net/bad_mood.html">Bad Mood<br />(90's demo)</a></td>
1.1.1.4 root 2254: <td>1.3</td>
1.1.1.2 root 2255: <td>-</td>
2256: <td>emu</td>
1.1.1.14 root 2257: <td>Old Doom level viewer. All tested versions (v2.14a, v307a) work
2258: with Doom1 WAD, but look wrong with Heretic WAD (although it's
2259: <a href="http://files.dhs.nu/party/sillyventure2013/mag2013/Magstuff/badmood.htm">claimed</a>
2260: to work also with that)</td>
1.1.1.2 root 2261: </tr>
2262: <tr>
1.1 root 2263: <td>Blackhole</td>
1.1.1.4 root 2264: <td>1.0</td>
1.1 root 2265: <td>yes</td>
2266: <td>-</td>
1.1.1.4 root 2267: <td>640x400@256 mode only</td>
1.1 root 2268: </tr>
2269: <tr>
1.1.1.4 root 2270: <td>Block Blizzard (preview)</td>
2271: <td>1.0</td>
1.1 root 2272: <td>-</td>
2273: <td>-</td>
2274: <td></td>
2275: </tr>
2276: <tr>
2277: <td>Blum</td>
1.1.1.6 root 2278: <td>1.4</td>
2279: <td>yes</td>
1.1 root 2280: <td>-</td>
1.1.1.11 root 2281: <td>Background music if DSP emu enabled</td>
1.1 root 2282: </tr>
2283: <tr>
2284: <td>Bomb Squad</td>
1.1.1.4 root 2285: <td>1.0</td>
1.1 root 2286: <td>yes</td>
2287: <td>-</td>
2288: <td></td>
2289: </tr>
2290: <tr>
1.1.1.4 root 2291: <td><a href="http://pouet.net/prod.php?which=28910">Boom preview</a></td>
1.1.1.15! root 2292: <td>2.1 dev</td>
1.1 root 2293: <td>yes</td>
1.1.1.4 root 2294: <td>emu</td>
1.1 root 2295: <td></td>
2296: </tr>
2297: <tr>
1.1.1.4 root 2298: <td><a href="http://rg.atari.org/game.htm">Bugger</a></td>
1.1.1.6 root 2299: <td>1.4</td>
2300: <td>yes</td>
1.1.1.13 root 2301: <td>emu</td>
2302: <td>If DSP emulation is disabled, game play pauses randomly</td>
1.1 root 2303: </tr>
2304: <tr>
1.1.1.4 root 2305: <td><a href="http://rg.atari.org/game.htm">Bunion</a></td>
1.1.1.6 root 2306: <td>1.4</td>
2307: <td>yes</td>
1.1.1.13 root 2308: <td>emu</td>
2309: <td>If DSP emulation is disabled, game play pauses randomly</td>
2310: </tr>
2311: <tr>
2312: <td><a href="http://yescrew.atari.org/eng/products.htm#capy">Capy</a></td>
1.1.1.14 root 2313: <td>2.0</td>
1.1.1.13 root 2314: <td>yes</td>
2315: <td>emu</td>
1.1.1.14 root 2316: <td>VGA/TT-medium (640x480x16) only</td>
1.1 root 2317: </tr>
2318: <tr>
1.1.1.4 root 2319: <td><a href="http://pouet.net/prod.php?which=29351">Cavemania (demo)</a></td>
1.1.1.14 root 2320: <td class="minor">2.0</td>
1.1.1.6 root 2321: <td>yes</td>
1.1.1.4 root 2322: <td>-</td>
1.1.1.6 root 2323: <td>Some menus are black (space gets through them).
1.1.1.14 root 2324: Game area bottom shows garbage. Background music with DSP emu</td>
1.1 root 2325: </tr>
2326: <tr>
1.1.1.4 root 2327: <td><a href="http://paradize.final-memory.org/games.shtml">ChainZ</a></td>
1.1.1.14 root 2328: <td>2.0</td>
1.1.1.6 root 2329: <td>yes</td>
1.1.1.13 root 2330: <td>-</td>
2331: <td>Background music with DSP emu (keep space pressed while game is
2332: starting to disable that). VGA only</td>
2333: </tr>
2334: <tr>
2335: <td><a href="http://atari-forum.com/viewtopic.php?f=68&t=24111&start=350#p270895">Chorensha</a></td>
2336: <td>1.8</td>
2337: <td>yes</td>
2338: <td>-</td>
2339: <td>Needs 14MB</td>
2340: </tr>
1.1.1.2 root 2341: <tr>
1.1.1.14 root 2342: <td><a href="http://demozoo.org/productions/55648/">Color runner</a></td>
2343: <td class="major">2.0</td>
1.1 root 2344: <td>yes</td>
2345: <td>-</td>
1.1.1.14 root 2346: <td>Unable to start game (only joypad fire works, not directions).
1.1.1.15! root 2347: Music with DSP. 14MB, joypad only. VGA for correct screen height.
! 2348: With 2.1 dev version, freezes earlier to DSP wait</td>
1.1.1.14 root 2349: </tr>
1.1 root 2350: <tr>
2351: <td>Columns by Deadheart (demo)</td>
1.1.1.4 root 2352: <td>1.0</td>
1.1 root 2353: <td>yes</td>
2354: <td>-</td>
1.1.1.4 root 2355: <td>Nice. Background music if DSP emu enabled</td>
1.1 root 2356: </tr>
2357: <tr>
1.1.1.14 root 2358: <td>Conquest of Elysium II</td>
2359: <td>1.0</td>
2360: <td>yes</td>
2361: <td>-</td>
2362: <td></td>
2363: </tr>
2364: <tr>
1.1.1.4 root 2365: <td>Confusion (demo)</td>
2366: <td>1.3</td>
1.1 root 2367: <td>yes</td>
2368: <td>-</td>
1.1.1.7 root 2369: <td>Background music if DSP emu enabled. Both demos 1 & 2 work</td>
1.1 root 2370: </tr>
2371: <tr>
1.1.1.13 root 2372: <td><a href="http://www.pouet.net/prod.php?which=1046">Corsair</a></td>
1.1.1.4 root 2373: <td>1.0</td>
2374: <td>yes</td>
1.1 root 2375: <td>-</td>
1.1.1.4 root 2376: <td>Background music if DSP emu enabled. Multiplayer</td>
2377: </tr>
1.1 root 2378: <tr>
1.1.1.4 root 2379: <td>Crown of Creation 3D</td>
2380: <td>1.3</td>
1.1 root 2381: <td>yes</td>
1.1.1.4 root 2382: <td>emu</td>
2383: <td>Non-interactive pre-preview</td>
2384: </tr>
2385: <tr>
2386: <td>DB 4K</td>
2387: <td>1.0</td>
1.1 root 2388: <td>-</td>
2389: <td>-</td>
2390: <td>DB in 4KB</td>
2391: </tr>
2392: <tr>
1.1.1.4 root 2393: <td><a href="http://rg.atari.org/game.htm">Double Bobble 2000</a></td>
1.1.1.13 root 2394: <td>1.9</td>
1.1.1.6 root 2395: <td>yes</td>
1.1.1.13 root 2396: <td>emu</td>
2397: <td>With earlier Hatari versions (1.4) worked also without DSP emulation</td>
1.1 root 2398: </tr>
2399: <tr>
1.1.1.15! root 2400: <td><a href="http://reboot.atari.org/new-reboot/downfallfalcon.html">DownFall</a></td>
1.1.1.8 root 2401: <td>1.5</td>
2402: <td>yes</td>
2403: <td>-</td>
1.1.1.14 root 2404: <td>Music is very noisy</td>
1.1.1.8 root 2405: </tr>
2406: <tr>
1.1.1.14 root 2407: <td><a href="https://demozoo.org/productions/65504/">Dry Egg</a></td>
2408: <td>1.8</td>
2409: <td>yes</td>
2410: <td>-</td>
2411: <td>Music with DSP. Use joypad for control.
2412: Bus Error writing at address $e00000 with TOS v4,
2413: works with EmuTOS</td>
2414: </tr>
2415: <tr>
2416: <td><a href="https://demozoo.org/productions/65505/">DuSau</a></td>
2417: <td>1.9</td>
2418: <td>yes</td>
2419: <td>-</td>
2420: <td>Music with DSP. Use "--gemdos-drive e",
2421: expects to be run from E:</td>
2422: </tr>
2423: <tr>
1.1.1.6 root 2424: <td>Epi-Lepsie</td>
2425: <td>1.4</td>
1.1 root 2426: <td>yes</td>
1.1.1.6 root 2427: <td>emu</td>
2428: <td></td>
2429: </tr>
2430: <tr>
1.1.1.11 root 2431: <td>Evolution Dino Dudes<br />(aka. Humans)</td>
1.1.1.15! root 2432: <td class="major">2.0</td>
! 2433: <td>yes</td>
1.1 root 2434: <td>-</td>
1.1.1.15! root 2435: <td>Needs jagpad. Sound with DSP. Intro and menu work,
! 2436: but graphics are distorted in game itself (writes
! 2437: twice to the $ff820e register during one VBL!)</td>
1.1 root 2438: </tr>
2439: <tr>
2440: <td>Falcon Fighter II</td>
1.1.1.4 root 2441: <td>1.0</td>
1.1 root 2442: <td>yes</td>
2443: <td>-</td>
1.1.1.4 root 2444: <td>ST low version has problems with scrolling (which doesn't
2445: happen with with STe emulation). In TC version parts of sprites
1.1.1.6 root 2446: get stuck to top of screen</td>
1.1 root 2447: </tr>
2448: <tr>
2449: <td>FalcTron</td>
1.1.1.4 root 2450: <td>1.3</td>
1.1 root 2451: <td>yes</td>
2452: <td>-</td>
2453: <td></td>
2454: </tr>
2455: <tr>
1.1.1.4 root 2456: <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Ganymed</a></td>
2457: <td>1.3</td>
2458: <td>yes</td>
1.1 root 2459: <td>-</td>
1.1.1.4 root 2460: <td>Use F1 to start game. With DSP emu there's bg music</td>
2461: </tr>
2462: <tr>
1.1.1.13 root 2463: <td><a href="http://atari-forum.com/viewtopic.php?f=68&t=24111">Galaga 88</a></td>
2464: <td>1.9</td>
2465: <td>-</td>
2466: <td>-</td>
2467: <td>Needs 14MB RAM</td>
2468: </tr>
2469: <tr>
1.1.1.14 root 2470: <td>Golden Island (v1.24 demo)</td>
2471: <td>2.0</td>
1.1.1.10 root 2472: <td>yes</td>
1.1 root 2473: <td>-</td>
1.1.1.14 root 2474: <td>VGA only. Works fully with old UAE CPU emulation. With WinUAE CPU core
2475: v1.8 or later, freezes due to CPU-DSP emulation cycle inaccuracy
2476: (0xFFFFA202 access), unless music is disabled at start</td>
1.1 root 2477: </tr>
2478: <tr>
1.1.1.4 root 2479: <td>Gravon (demo)</td>
1.1.1.6 root 2480: <td>1.4</td>
2481: <td>yes</td>
2482: <td>emu</td>
2483: <td>3D hovercraft. Slow</td>
1.1 root 2484: </tr>
2485: <tr>
1.1.1.4 root 2486: <td>Great</td>
2487: <td>1.3</td>
1.1 root 2488: <td>yes</td>
2489: <td>-</td>
1.1.1.4 root 2490: <td>Atoms clone</td>
2491: </tr>
2492: <tr>
1.1.1.14 root 2493: <td><a href="http://www.pouet.net/prod.php?which=50840">Grenzüberschreitung</a></td>
2494: <td class="minor">2.0</td>
2495: <td>yes</td>
2496: <td>-</td>
2497: <td>Tron, using Lua-interpreter. In game menu,
2498: joypad directions work, fire doesn't</td>
2499: </tr>
2500: <tr>
1.1.1.13 root 2501: <td><a href="http://www.pouet.net/prod.php?which=17762">H2O</a></td>
1.1.1.6 root 2502: <td>1.4</td>
2503: <td>yes</td>
1.1.1.4 root 2504: <td>emu</td>
1.1.1.14 root 2505: <td>Nice</td>
1.1.1.4 root 2506: </tr>
1.1 root 2507: <tr>
1.1.1.6 root 2508: <td>Hexogan (v0.6)</td>
2509: <td>1.4</td>
1.1 root 2510: <td>yes</td>
2511: <td>-</td>
1.1.1.6 root 2512: <td>Use number keypad to play</td>
1.1 root 2513: </tr>
2514: <tr>
2515: <td>Impulse</td>
1.1.1.4 root 2516: <td>1.3</td>
2517: <td>yes</td>
2518: <td>-</td>
1.1.1.11 root 2519: <td>Nice breakout clone. Background music if DSP emu enabled</td>
1.1.1.4 root 2520: </tr>
2521: <tr>
1.1.1.15! root 2522: <td>Ishar 1, 2</td>
! 2523: <td>2.1 dev</td>
! 2524: <td>yes</td>
1.1 root 2525: <td>-</td>
1.1.1.15! root 2526: <td>Work only from a floppy</td>
! 2527: </tr>
! 2528: <tr>
! 2529: <td>Ishar 3</td>
! 2530: <td>2.1. dev</td>
! 2531: <td>yes</td>
! 2532: <td>-</td>
! 2533: <td></td>
1.1.1.6 root 2534: </tr>
2535: <tr>
2536: <td><a href="http://paradize.final-memory.org/games.shtml">Jewelz</a></td>
1.1.1.14 root 2537: <td>2.0</td>
1.1.1.6 root 2538: <td>yes</td>
2539: <td>-</td>
1.1.1.13 root 2540: <td>Background music with DSP emu (game F1 / Falcon option). VGA only</td>
1.1.1.4 root 2541: </tr>
2542: <tr>
2543: <td><a href="http://www.pouet.net/prod.php?which=25919">"K"</a></td>
1.1.1.10 root 2544: <td>1.6</td>
2545: <td>yes</td>
2546: <td>emu</td>
2547: <td>Preview for a Karting game by EXA. First entry in Training menu allows playing</td>
1.1 root 2548: </tr>
2549: <tr>
1.1.1.6 root 2550: <td><a href="http://www.sebastien-pastore.com/killing/">Killing Impact</a></td>
1.1.1.14 root 2551: <td class="major">2.0</td>
1.1.1.6 root 2552: <td>yes</td>
1.1.1.10 root 2553: <td>-</td>
1.1.1.12 root 2554: <td>Modern version of Joust, up to 4 players. Sound with DSP.
1.1.1.14 root 2555: Game screen colors etc are all wrong</td>
2556: </tr>
2557: <tr>
2558: <td>King Solitaire</td>
2559: <td>1.9</td>
2560: <td>yes</td>
2561: <td>-</td>
2562: <td>Nice gfx</td>
1.1.1.6 root 2563: </tr>
2564: <tr>
1.1 root 2565: <td>Kwiks.pd</td>
1.1.1.13 root 2566: <td>1.9</td>
2567: <td>yes</td>
1.1.1.2 root 2568: <td>-</td>
1.1.1.13 root 2569: <td>Nice Quix clone</td>
1.1 root 2570: </tr>
2571: <tr>
2572: <td>Lamemine</td>
1.1.1.4 root 2573: <td>1.0</td>
1.1 root 2574: <td>yes</td>
1.1.1.6 root 2575: <td>dummy emu</td>
1.1.1.4 root 2576: <td>Background music if DSP emu enabled</td>
1.1 root 2577: </tr>
2578: <tr>
2579: <td>Lasers and Hommes (DLDH2)</td>
1.1.1.15! root 2580: <td>2.1 dev</td>
1.1.1.4 root 2581: <td>yes</td>
2582: <td>emu</td>
1.1.1.15! root 2583: <td></td>
1.1.1.4 root 2584: </tr>
2585: <tr>
2586: <td>Les Dinosaures (demo)</td>
1.1.1.10 root 2587: <td>1.6</td>
1.1 root 2588: <td>yes</td>
1.1.1.2 root 2589: <td>emu</td>
1.1.1.10 root 2590: <td></td>
1.1 root 2591: </tr>
2592: <tr>
1.1.1.4 root 2593: <td><a href="http://www.llamasoft.co.uk/lc-16bit.php">Llamazap</a></td>
1.1.1.10 root 2594: <td>1.6</td>
1.1 root 2595: <td>-</td>
2596: <td>-</td>
1.1.1.15! root 2597: <td>Linked version doesn't have (DSP) music, others have. Playable with
! 2598: STE joypad, but would benefit from extra buttons in jagpad</td>
1.1 root 2599: </tr>
2600: <tr>
2601: <td>Madtris</td>
1.1.1.4 root 2602: <td>1.0</td>
1.1 root 2603: <td>yes</td>
2604: <td>-</td>
2605: <td></td>
2606: </tr>
2607: <tr>
1.1.1.2 root 2608: <td>Masters of Chaos</td>
1.1.1.4 root 2609: <td>1.1</td>
1.1.1.2 root 2610: <td>-</td>
2611: <td>-</td>
1.1.1.13 root 2612: <td>2-4 player "Dungeon Master". 4 players needs MIDI. Works only with 1-2MB of RAM</td>
1.1.1.2 root 2613: </tr>
2614: <tr>
1.1.1.4 root 2615: <td><a href="http://pouet.net/prod.php?which=28903">Men at War (preview)</a></td>
1.1.1.15! root 2616: <td class="minor">2.1 dev</td>
1.1 root 2617: <td>yes</td>
1.1.1.10 root 2618: <td>emu</td>
1.1.1.15! root 2619: <td>Requires both WinUAE CPU core and DSP to be enabled.
! 2620: Bullets aren't visible. Separate intro program works only
! 2621: with 14MB, has garbage on screen and double bus errors at end</td>
1.1 root 2622: </tr>
2623: <tr>
2624: <td>Milanopol</td>
1.1.1.4 root 2625: <td>1.0</td>
1.1 root 2626: <td>-</td>
2627: <td>-</td>
2628: <td></td>
2629: </tr>
2630: <tr>
1.1.1.4 root 2631: <td>Mini F1 demo</td>
1.1.1.14 root 2632: <td class="major">2.0</td>
1.1 root 2633: <td>-</td>
2634: <td>-</td>
1.1.1.15! root 2635: <td>Freezes when the game would start (until VideoAddressCounter == $2A?).
! 2636: Constant "crossbar DMA Play: Illegal buffer size 0" messages.
! 2637: Sound is just noise</td>
1.1.1.4 root 2638: </tr>
2639: <tr>
2640: <td>Moongame</td>
1.1.1.14 root 2641: <td class="major">2.0</td>
1.1.1.4 root 2642: <td>-</td>
2643: <td>emu</td>
2644: <td>Pointer cannot be moved in the game menu</td>
2645: </tr>
2646: <tr>
2647: <td>Moonspeeder (preview 2)</td>
1.1.1.15! root 2648: <td>2.1 dev</td>
! 2649: <td>Yes</td>
1.1.1.4 root 2650: <td>emu</td>
1.1.1.15! root 2651: <td>lst*.* files need to be renamed with GEMDOS HD emulation as
! 2652: game searches them with different name (space before dot).
! 2653: Preview 1 worked already earlier, but is non-interactive</td>
1.1 root 2654: </tr>
2655: <tr>
1.1.1.6 root 2656: <td>Mouse trap</td>
1.1.1.14 root 2657: <td class="major">2.0</td>
1.1.1.10 root 2658: <td>yes</td>
1.1 root 2659: <td>-</td>
1.1.1.13 root 2660: <td>Initial game screen looks OK, then suddenly screen mode gets wrong</td>
1.1.1.6 root 2661: </tr>
2662: <tr>
2663: <td>Multi Briques</td>
1.1.1.10 root 2664: <td>1.6</td>
2665: <td>yes</td>
1.1.1.6 root 2666: <td>emu</td>
1.1.1.14 root 2667: <td>v1.50 of game works, v1.00 gets stuck at start with white screen</td>
1.1 root 2668: </tr>
2669: <tr>
2670: <td>Neurobot.108</td>
1.1.1.4 root 2671: <td>1.0</td>
1.1 root 2672: <td>yes</td>
2673: <td>-</td>
2674: <td></td>
2675: </tr>
2676: <tr>
2677: <td>Nibe2</td>
1.1.1.14 root 2678: <td class="minor">2.0</td>
1.1 root 2679: <td>-</td>
2680: <td>-</td>
1.1.1.6 root 2681: <td>Videl emu doesn't support rasters in title screen</td>
1.1 root 2682: </tr>
2683: <tr>
1.1.1.13 root 2684: <td>Offworld Security</td>
1.1.1.14 root 2685: <td>1.9</td>
1.1.1.4 root 2686: <td>yes</td>
1.1 root 2687: <td>-</td>
1.1.1.13 root 2688: <td>In earlier Hatari versions startup screen was black</td>
1.1 root 2689: </tr>
2690: <tr>
1.1.1.4 root 2691: <td><a href="http://logitron.atari.online.fr/skuum_english.htm">Operation Skuum</a></td>
2692: <td>1.3</td>
1.1 root 2693: <td>yes</td>
1.1.1.4 root 2694: <td>-</td>
2695: <td></td>
2696: </tr>
2697: <tr>
2698: <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Pac Them</a></td>
2699: <td>1.0</td>
1.1 root 2700: <td>yes</td>
2701: <td>-</td>
2702: <td>Nice</td>
2703: </tr>
2704: <tr>
1.1.1.13 root 2705: <td><a href="http://atari-forum.com/viewtopic.php?f=68&t=24111">Pacmania X68000</a></td>
2706: <td>1.9</td>
2707: <td>-</td>
2708: <td>-</td>
2709: <td>Needs 14MB RAM. Original resolution version flickers, PM*.TOS versions don't</td>
2710: </tr>
2711: <tr>
1.1 root 2712: <td>Painium Disaster</td>
1.1.1.4 root 2713: <td>1.0</td>
1.1 root 2714: <td>yes</td>
2715: <td>-</td>
1.1.1.14 root 2716: <td>Some garbage temporarily visible in screen changes</td>
1.1 root 2717: </tr>
2718: <tr>
1.1.1.4 root 2719: <td><a href="http://www.fatal-design.com/pinball/">Pinball Dreams</a></td>
1.1.1.14 root 2720: <td class="major">2.0</td>
1.1.1.10 root 2721: <td>yes</td>
1.1 root 2722: <td>-</td>
1.1.1.14 root 2723: <td>Main menu works only with WinUAE core. Actual game screen is scrambled / doesn't work</td>
1.1 root 2724: </tr>
2725: <tr>
1.1.1.4 root 2726: <td>Pingo98</td>
1.1.1.14 root 2727: <td class="minor">2.0</td>
1.1.1.4 root 2728: <td>yes</td>
2729: <td>emu</td>
2730: <td>Colors wrong in classic version, TC version just exits.
1.1.1.6 root 2731: DSP used for background music</td>
1.1.1.4 root 2732: </tr>
2733: <tr>
1.1.1.7 root 2734: <td><a href="http://pagesperso-orange.fr/patrice.mandin/en/port-jeux.html">PMHeretic & PMDoom</a></td>
1.1.1.4 root 2735: <td>1.0</td>
2736: <td>yes</td>
1.1 root 2737: <td>-</td>
1.1.1.4 root 2738: <td>Very slow</td>
2739: </tr>
2740: <tr>
2741: <td>Poker</td>
2742: <td>1.3</td>
2743: <td>yes</td>
1.1 root 2744: <td>-</td>
1.1.1.4 root 2745: <td>Works only in VGA</td>
1.1 root 2746: </tr>
2747: <tr>
2748: <td>Pong 2K (demo)</td>
1.1.1.4 root 2749: <td>1.3</td>
2750: <td>yes</td>
1.1 root 2751: <td>-</td>
1.1.1.4 root 2752: <td>Background music with DSP. A bit unstable</td>
1.1 root 2753: </tr>
2754: <tr>
2755: <td>Pouspous</td>
1.1.1.4 root 2756: <td>1.0</td>
1.1 root 2757: <td>-</td>
2758: <td>-</td>
1.1.1.4 root 2759: <td>Image puzzle. HiColor only</td>
1.1 root 2760: </tr>
2761: <tr>
2762: <td>Push It</td>
1.1.1.6 root 2763: <td>1.4</td>
2764: <td>yes</td>
1.1 root 2765: <td>-</td>
1.1.1.15! root 2766: <td>Background music if DSP emu enabled.
! 2767: Auto-starting works from Hatari v2.1 onward</td>
1.1 root 2768: </tr>
2769: <tr>
2770: <td>Q-Blue</td>
1.1.1.4 root 2771: <td>1.0</td>
1.1 root 2772: <td>-</td>
2773: <td>-</td>
2774: <td>Hicolor / VGA only</td>
2775: </tr>
2776: <tr>
1.1.1.4 root 2777: <td>Radical Race (demo)</td>
2778: <td>1.0</td>
1.1 root 2779: <td>-</td>
1.1.1.2 root 2780: <td>-</td>
1.1 root 2781: <td>Nice</td>
2782: </tr>
2783: <tr>
2784: <td>Raiden</td>
1.1.1.4 root 2785: <td>1.0</td>
1.1 root 2786: <td>yes</td>
2787: <td>-</td>
2788: <td>Use joypad, needs over 4MB</td>
2789: </tr>
2790: <tr>
1.1.1.4 root 2791: <td><a href="http://www.pouet.net/prod.php?which=32093">Rave</a></td>
2792: <td>1.0</td>
1.1 root 2793: <td>yes</td>
1.1.1.6 root 2794: <td>dummy emu</td>
1.1.1.4 root 2795: <td>Background music with DSP</td>
1.1 root 2796: </tr>
2797: <tr>
2798: <td>Reeking Rubber</td>
1.1.1.12 root 2799: <td>1.8</td>
2800: <td>yes</td>
1.1 root 2801: <td>-</td>
1.1.1.15! root 2802: <td>(Required proper emulation of Videl palette registers at startup)</td>
1.1.1.6 root 2803: </tr>
2804: <tr>
2805: <td>Risk 030</td>
2806: <td>1.3.1</td>
2807: <td>-</td>
2808: <td>-</td>
1.1.1.13 root 2809: <td>VGA (640x480) only. If auto-started, resolution isn't correct</td>
1.1 root 2810: </tr>
2811: <tr>
1.1.1.4 root 2812: <td>Running</td>
2813: <td>1.3</td>
1.1 root 2814: <td>yes</td>
1.1.1.4 root 2815: <td>emu</td>
1.1.1.10 root 2816: <td>A Doom like game. Both the 1996 preview and 1997 shareware
1.1.1.15! root 2817: versions work fine. Auto-starting works from Hatari v2.1 onward</td>
1.1.1.4 root 2818: </tr>
2819: <tr>
1.1.1.14 root 2820: <td>SBM</td>
1.1.1.10 root 2821: <td>1.6</td>
1.1 root 2822: <td>-</td>
2823: <td>-</td>
1.1.1.14 root 2824: <td>Nice bomberman clone. v0.8 works fine, v1.03
2825: crashes randomly and requires WinUAE core</td>
1.1 root 2826: </tr>
2827: <tr>
1.1.1.4 root 2828: <td>Shangai (demo)</td>
2829: <td>1.3</td>
1.1 root 2830: <td>-</td>
2831: <td>-</td>
1.1.1.4 root 2832: <td></td>
1.1 root 2833: </tr>
2834: <tr>
1.1.1.4 root 2835: <td><a href="http://logitron.atari.online.fr/sheer_english.htm">Sheer Agony</a></td>
2836: <td>1.3</td>
1.1 root 2837: <td>yes</td>
2838: <td>-</td>
2839: <td></td>
2840: </tr>
2841: <tr>
1.1.1.4 root 2842: <td>Snatch by FUN</td>
2843: <td>1.3</td>
1.1 root 2844: <td>yes</td>
2845: <td>-</td>
1.1.1.4 root 2846: <td>VGA 640x480x16 mode only. Background music with DSP</td>
1.1 root 2847: </tr>
2848: <tr>
1.1.1.4 root 2849: <td><a href="http://rg.atari.org/game.htm">Sky Fall</a></td>
1.1.1.13 root 2850: <td>1.9</td>
1.1.1.6 root 2851: <td>yes</td>
1.1.1.13 root 2852: <td>emu</td>
2853: <td>If auto-started, wants to access also A: and B: drives</td>
1.1.1.4 root 2854: </tr>
2855: <tr>
2856: <td><a href="http://pouet.net/prod.php?which=29341">Slippery Sam</a></td>
1.1.1.10 root 2857: <td>1.6</td>
1.1.1.4 root 2858: <td>yes</td>
1.1.1.10 root 2859: <td>dummy</td>
2860: <td>Needs 14MB of RAM. Background music if DSP emu enabled</td>
1.1.1.4 root 2861: </tr>
2862: <tr>
2863: <td>Sokoban by FUN</td>
1.1.1.14 root 2864: <td class="major">2.0</td>
1.1.1.6 root 2865: <td>yes</td>
1.1.1.4 root 2866: <td>emu</td>
1.1.1.13 root 2867: <td>VGA 640x480x16 only, Exception 2 + Pterm(-1) after loading data</td>
1.1 root 2868: </tr>
2869: <tr>
2870: <td>Space Taxi</td>
1.1.1.4 root 2871: <td>1.0</td>
1.1 root 2872: <td>-</td>
2873: <td>-</td>
2874: <td></td>
2875: </tr>
2876: <tr>
1.1.1.4 root 2877: <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Spice</a></td>
2878: <td>1.0</td>
1.1 root 2879: <td>yes</td>
2880: <td>-</td>
2881: <td>Nice Defender clone</td>
2882: </tr>
2883: <tr>
2884: <td>Static</td>
1.1.1.4 root 2885: <td>1.0</td>
1.1 root 2886: <td>-</td>
2887: <td>-</td>
1.1.1.2 root 2888: <td>Play solitaire against computer</td>
1.1 root 2889: </tr>
2890: <tr>
1.1.1.13 root 2891: <td><a href="http://paradize.final-memory.org/games.shtml">Sweety Thingies</a></td>
1.1.1.11 root 2892: <td>1.6</td>
2893: <td>yes</td>
2894: <td>-</td>
2895: <td>Background music if DSP emu enabled</td>
2896: </tr>
2897: <tr>
1.1.1.4 root 2898: <td><a href="http://pouet.net/prod.php?which=52226">Switch</a></td>
2899: <td>1.0</td>
1.1 root 2900: <td>yes</td>
2901: <td>-</td>
1.1.1.4 root 2902: <td>Background music if DSP emu enabled</td>
1.1 root 2903: </tr>
2904: <tr>
1.1.1.4 root 2905: <td><a href="http://rg.atari.org/game.htm">Sworm</a></td>
1.1.1.13 root 2906: <td>1.9</td>
1.1.1.6 root 2907: <td>yes</td>
1.1.1.13 root 2908: <td>emu</td>
2909: <td>If auto-started, wants to access also A: and B: drives</td>
1.1 root 2910: </tr>
2911: <tr>
2912: <td>Tank Blaster</td>
1.1.1.15! root 2913: <td>2.1 dev</td>
1.1.1.2 root 2914: <td>yes</td>
1.1 root 2915: <td>-</td>
1.1.1.15! root 2916: <td></td>
1.1 root 2917: </tr>
2918: <tr>
2919: <td>TeknoBalls</td>
1.1.1.6 root 2920: <td>1.4</td>
2921: <td>yes</td>
1.1.1.4 root 2922: <td>emu</td>
1.1.1.6 root 2923: <td>Breakout clone</td>
1.1 root 2924: </tr>
2925: <tr>
1.1.1.13 root 2926: <td><a href="http://rg.atari.org/game.htm">Tautology</a></td>
2927: <td>1.9</td>
2928: <td>yes</td>
2929: <td>-</td>
2930: <td></td>
2931: </tr>
2932: <tr>
1.1.1.4 root 2933: <td><a href="http://rg.atari.org/game.htm">Tautology II</a></td>
1.1.1.13 root 2934: <td>1.9</td>
1.1.1.6 root 2935: <td>yes</td>
1.1.1.2 root 2936: <td>-</td>
1.1.1.6 root 2937: <td>Nice Mahjongg variant. Supports Joypad (configurable).
1.1.1.14 root 2938: Background music with DSP emu enabled</td>
1.1 root 2939: </tr>
2940: <tr>
1.1.1.4 root 2941: <td><a href="http://www.vinc17.org/tetrhex/index_eng.html">Tetrhex</a></td>
2942: <td>1.0</td>
1.1 root 2943: <td>-</td>
2944: <td>-</td>
2945: <td></td>
2946: </tr>
2947: <tr>
1.1.1.4 root 2948: <td><a href="http://www.jvgames.com/g_T2fal.htm">Towers 2</a></td>
2949: <td>1.3</td>
2950: <td>yes</td>
2951: <td>emu</td>
2952: <td></td>
1.1 root 2953: </tr>
2954: <tr>
2955: <td>ToyMan</td>
1.1.1.4 root 2956: <td>1.0</td>
1.1 root 2957: <td>-</td>
2958: <td>-</td>
1.1.1.4 root 2959: <td>Pacman</td>
1.1 root 2960: </tr>
2961: <tr>
1.1.1.14 root 2962: <td><a href="http://www.atari-forum.com/viewtopic.php?f=26&t=29216">Trinoids</a></td>
2963: <td>1.9</td>
2964: <td>yes</td>
2965: <td>-</td>
2966: <td>Columns clone, sound with DSP</td>
2967: </tr>
2968: <tr>
1.1.1.4 root 2969: <td><a href="http://pouet.net/prod.php?which=28905">Tron 2</a></td>
1.1.1.14 root 2970: <td>2.0</td>
1.1 root 2971: <td>yes</td>
1.1.1.6 root 2972: <td>dummy emu</td>
1.1.1.14 root 2973: <td>VGA only. Background music if DSP emu enabled</td>
1.1 root 2974: </tr>
2975: <tr>
1.1.1.4 root 2976: <td>TsccTron (preview)</td>
1.1.1.14 root 2977: <td class="minor">2.0</td>
1.1 root 2978: <td>yes</td>
2979: <td>-</td>
1.1.1.14 root 2980: <td>Requires WinUAE CPU core, bottom screen black
2981: (palette tricks?). Background music if DSP emu enabled</td>
1.1.1.4 root 2982: </tr>
2983: <tr>
2984: <td>TUM</td>
2985: <td>1.0</td>
2986: <td>yes</td>
1.1 root 2987: <td>-</td>
2988: <td>GEM minesweeper</td>
2989: </tr>
2990: <tr>
2991: <td>Ufo War</td>
1.1.1.14 root 2992: <td class="major">2.0</td>
1.1.1.4 root 2993: <td>yes</td>
1.1 root 2994: <td>-</td>
1.1.1.14 root 2995: <td>256-color, 80-column, no interlace video mode only.
2996: Screen scrambled. With GEMDOS HD, after a while does
2997: invalid Fread() and terminates with error code. With disk
2998: image, lot of "pBank flags mismatch" and FDC DMA warnings.
2999: Background music with DSP emu</td>
1.1 root 3000: </tr>
3001: <tr>
1.1.1.6 root 3002: <td>Ultimate Arena (demo)</td>
1.1.1.7 root 3003: <td>1.5</td>
1.1.1.6 root 3004: <td>yes</td>
3005: <td>yes</td>
1.1.1.7 root 3006: <td>Falcon version of the game</td>
1.1.1.6 root 3007: </tr>
3008: <tr>
1.1 root 3009: <td>Vertical Mayhem(+)</td>
1.1.1.4 root 3010: <td>1.0</td>
1.1 root 3011: <td>yes</td>
3012: <td>-</td>
3013: <td>Works perfectly, nice columns clone</td>
3014: </tr>
3015: <tr>
3016: <td>Watership</td>
1.1.1.14 root 3017: <td>2.0</td>
1.1.1.4 root 3018: <td>yes</td>
1.1.1.2 root 3019: <td>emu</td>
1.1.1.14 root 3020: <td>Use VGA display, RGB has glitches at screen bottom</td>
1.1 root 3021: </tr>
3022: <tr>
1.1.1.4 root 3023: <td><a href="http://newbeat.atari.org/main.php?page=productions">Willie Adventurer</a></td>
3024: <td>1.0</td>
1.1.1.6 root 3025: <td>yes</td>
1.1.1.4 root 3026: <td>-</td>
1.1.1.6 root 3027: <td>Both 1st and 2nd preview versions work, but 1st one has
3028: scrolling/display issues. Background music if DSP emu enabled</td>
1.1 root 3029: </tr>
3030: <tr>
3031: <td>Wotanoid</td>
1.1.1.6 root 3032: <td>1.4</td>
3033: <td>yes</td>
3034: <td>emu</td>
3035: <td>Asteroids clone</td>
1.1 root 3036: </tr>
3037: <tr>
1.1.1.11 root 3038: <td>X-moon</td>
3039: <td>1.7</td>
3040: <td>yes</td>
3041: <td>-</td>
1.1.1.13 root 3042: <td>Works only with WinUAE core. Needs Joypad. Background music if DSP emu enabled</td>
1.1.1.11 root 3043: </tr>
3044: <tr>
1.1 root 3045: <td>Zodiax (demo)</td>
1.1.1.4 root 3046: <td>1.0</td>
1.1 root 3047: <td>yes</td>
3048: <td>-</td>
3049: <td>Nice R-type game clone</td>
3050: </tr>
3051: </tbody>
3052: </table>
3053:
3054:
1.1.1.11 root 3055: <h3>Falcon demos</h3>
1.1 root 3056:
1.1.1.11 root 3057: <p>Some demos require FPU, although normal Falcon's don't have a one.
3058: Old UAE CPU core always emulates FPU both for TT and Falcon machines.
1.1.1.15! root 3059: With the (default) WinUAE CPU core you need to enable FPU separately
! 3060: if demo is stated to require that.</p>
1.1.1.11 root 3061:
1.1.1.12 root 3062: <table>
1.1.1.11 root 3063: <caption>Falcon demos</caption>
3064: <thead>
3065: <tr class="backdropped">
3066: <th>Title</th>
3067: <th>Hatari version</th>
3068: <th>Sound</th>
3069: <th>DSP</th>
3070: <th>Comment</th>
1.1 root 3071: </tr>
1.1.1.11 root 3072: </thead>
3073: <tbody>
1.1 root 3074: <tr>
1.1.1.4 root 3075: <td>Aggression:
1.1.1.12 root 3076: <a href="http://www.pouet.net/prod.php?which=13699">Aggressive II party info</a></td>
1.1.1.6 root 3077: <td>1.4</td>
1.1 root 3078: <td>yes</td>
1.1.1.4 root 3079: <td>emu</td>
1.1.1.6 root 3080: <td>Graphics don't look same as on pouet.net screenshot</td>
1.1.1.4 root 3081: </tr>
3082: <tr>
3083: <td>Aggression:
3084: <a href="http://pouet.net/prod.php?which=15723">Motion</a></td>
1.1.1.15! root 3085: <td class="minor">2.0</td>
1.1 root 3086: <td>-</td>
1.1.1.4 root 3087: <td>emu</td>
3088: <td>Unfinished Aggression demo with 030 and DSP source code.
1.1.1.15! root 3089: Almost all screens work. Susie screen requires MMU, but
! 3090: dies to $e001c8 write bus error and Torus screen just exits</td>
1.1.1.4 root 3091: </tr>
3092: <tr>
1.1.1.6 root 3093: <td>An cool:
3094: <a href="http://pouet.net/prod.php?which=24781">The Keff demo</a></td>
1.1.1.14 root 3095: <td class="major">2.0</td>
1.1.1.6 root 3096: <td>yes</td>
1.1.1.4 root 3097: <td>-</td>
1.1.1.14 root 3098: <td>Gets stuck after dragons pic + bus error on black screen
3099: when tunnel screen should start</td>
1.1.1.6 root 3100: </tr>
3101: <tr>
1.1.1.15! root 3102: <td>Archangel:
! 3103: <a href="http://pouet.net/prod.php?which=25543">1600 x 600</a></td>
! 3104: <td>1.6</td>
! 3105: <td>-</td>
! 3106: <td>-</td>
! 3107: <td>Widest known Videl mode</td>
! 3108: </tr>
! 3109: <tr>
1.1.1.6 root 3110: <td>Aura:
3111: <a href="http://pouet.net/prod.php?which=15730">E.X.Illusion</a></td>
1.1.1.15! root 3112: <td>2.1 dev</td>
1.1.1.6 root 3113: <td>yes</td>
1.1.1.4 root 3114: <td>emu</td>
1.1.1.15! root 3115: <td>Needs WinUAE CPU core</td>
! 3116: </tr>
! 3117: <tr>
! 3118: <td>Avena:
! 3119: <a href="http://www.pouet.net/prod.php?which=15735">Binliner preview</a></td>
! 3120: <td>2.0</td>
! 3121: <td>-</td>
! 3122: <td>emu</td>
! 3123: <td>Land & Worship screens die if started with space key, use something
! 3124: else. Background color is correct from Hatari v2.0 onwards</td>
! 3125: </tr>
! 3126: <tr>
! 3127: <td>Avena:
! 3128: <a href="http://pouet.net/prod.php?which=15737">DSP fishes</a></td>
! 3129: <td>2.0</td>
! 3130: <td>-</td>
! 3131: <td>emu</td>
! 3132: <td>3K</td>
1.1 root 3133: </tr>
3134: <tr>
1.1.1.4 root 3135: <td>Avena:
1.1.1.6 root 3136: <a href="http://pouet.net/prod.php?which=1177">Sonolumineszenz</a></td>
1.1.1.4 root 3137: <td>1.3</td>
1.1 root 3138: <td>yes</td>
1.1.1.4 root 3139: <td>emu</td>
1.1.1.15! root 3140: <td>Works fine, but warns at some point about
! 3141: "Dsp: Modulo addressing result unpredictable</td>
1.1.1.4 root 3142: </tr>
3143: <tr>
3144: <td>Avena:
3145: <a href="http://pouet.net/prod.php?which=15732">Weltschmerz</a></td>
3146: <td>1.3</td>
3147: <td>yes</td>
3148: <td>emu</td>
3149: <td></td>
3150: </tr>
3151: <tr>
3152: <td>Black Scorpion Software:
3153: <a href="http://pouet.net/prod.php?which=15745">Atari UK demos</a></td>
3154: <td>1.3</td>
3155: <td>yes</td>
3156: <td>emu</td>
1.1.1.15! root 3157: <td>plasma50.prg (50Hz) has screen update issues</td>
1.1.1.4 root 3158: </tr>
3159: <tr>
3160: <td>Brainstorm:
3161: <a href="http://pouet.net/prod.php?which=15755">Mouse</a></td>
1.1.1.6 root 3162: <td>1.4</td>
3163: <td>yes</td>
1.1 root 3164: <td>-</td>
1.1.1.15! root 3165: <td>AVR animation+music with Brainstorm player</td>
1.1.1.6 root 3166: </tr>
3167: <tr>
1.1.1.13 root 3168: <td>Cerebral Vortex / Dune / Sector One
3169: <a href="http://www.pouet.net/prod.php?which=64515">Tere Ra'I</a></td>
3170: <td>1.8</td>
3171: <td>yes</td>
3172: <td>-</td>
3173: <td>Music with DSP</td>
3174: </tr>
3175: <tr>
1.1.1.6 root 3176: <td>Collapze:
3177: <a href="http://www.pouet.net/prod.php?which=54343">Sidetracked</a></td>
1.1.1.14 root 3178: <td class="minor">2.0</td>
3179: <td>yes</td>
1.1.1.6 root 3180: <td>emu</td>
1.1.1.14 root 3181: <td>VGA-only GFA musicdemo with DSP playback. Screen isn't
1.1.1.15! root 3182: cleared properly when switching between greets and info texts</td>
1.1.1.4 root 3183: </tr>
3184: <tr>
3185: <td>Crac:
1.1.1.15! root 3186: <a href="http://www.pouet.net/prod.php?which=16681">Bound</a></td>
! 3187: <td>2.1 dev</td>
1.1.1.14 root 3188: <td>yes</td>
1.1.1.15! root 3189: <td>-</td>
! 3190: <td></td>
1.1.1.14 root 3191: </tr>
3192: <tr>
3193: <td>Crac:
1.1.1.15! root 3194: <a href="http://www.pouet.net/prod.php?which=23587">Bound 2</a></td>
! 3195: <td>2.0</td>
1.1.1.4 root 3196: <td>yes</td>
3197: <td>emu</td>
1.1.1.15! root 3198: <td></td>
1.1 root 3199: </tr>
3200: <tr>
1.1.1.13 root 3201: <td>Crac:
1.1.1.15! root 3202: <a href="http://www.pouet.net/prod.php?which=23588">Bound 3</a></td>
! 3203: <td>2.1 dev</td>
! 3204: <td>yes</td>
! 3205: <td>emu</td>
! 3206: <td></td>
! 3207: </tr>
! 3208: <tr>
! 3209: <td>Crac:
! 3210: <a href="http://www.pouet.net/prod.php?which=23589">Bound 4</a></td>
1.1.1.14 root 3211: <td class="major">2.0</td>
1.1.1.13 root 3212: <td>yes</td>
3213: <td>emu</td>
1.1.1.15! root 3214: <td>Freezes waiting on DSP interrupt (or Video Address Counter?)</td>
1.1.1.13 root 3215: </tr>
3216: <tr>
1.1.1.15! root 3217: <td>Crac:
! 3218: <a href="http://www.pouet.net/prod.php?which=25559">Bound 5</a>
! 3219: </td>
! 3220: <td class="major">2.1 dev</td>
1.1.1.4 root 3221: <td>yes</td>
3222: <td>emu</td>
1.1.1.15! root 3223: <td>Freezes in tiger screen</td>
1.1.1.4 root 3224: </tr>
3225: <tr>
3226: <td>Cruor:
3227: <a href="http://www.pouet.net/prod.php?which=15453">96ktro</a></td>
3228: <td>1.3</td>
3229: <td>yes</td>
3230: <td>emu</td>
3231: <td></td>
3232: </tr>
3233: <tr>
3234: <td>Cruor:
1.1.1.15! root 3235: <a href="http://www.pouet.net/prod.php?which=15454">The mountains flight</a></td>
1.1.1.4 root 3236: <td>1.3</td>
3237: <td>yes</td>
3238: <td>emu</td>
3239: <td></td>
3240: </tr>
3241: <tr>
1.1.1.14 root 3242: <td>Dekadence:
3243: <a href="http://www.pouet.net/prod.php?which=64683">Payback 2015</a></td>
1.1.1.15! root 3244: <td>2.0+</td>
! 3245: <td>yes</td>
1.1.1.11 root 3246: <td>-</td>
1.1.1.15! root 3247: <td>Needs FPU and TT-RAM. Startup takes several minutes and demo
! 3248: is slow, so it's better just to disable DSP + sound to make
! 3249: fast forward faster:
! 3250: --machine falcon --cpulevel 6 --cpuclock 32 --fpu internal
! 3251: --dsp none --sound off --fast-forward yes
! 3252: -s 14 --ttram 64 --addr24 off
! 3253: </td>
1.1.1.11 root 3254: </tr>
3255: <tr>
1.1.1.14 root 3256: <td>DHS:
3257: <a href="http://www.pouet.net/prod.php?which=1760">128dist</a></td>
3258: <td>1.7</td>
1.1.1.13 root 3259: <td>-</td>
3260: <td>-</td>
1.1.1.14 root 3261: <td>Requires FPU</td>
1.1.1.13 root 3262: </tr>
3263: <tr>
1.1.1.11 root 3264: <td>DHS:
3265: <a href="http://files.dhs.nu/demos/128krawl.zip">128 krawl</a></td>
3266: <td>1.7</td>
3267: <td>-</td>
3268: <td>-</td>
3269: <td>Requires FPU</td>
3270: </tr>
3271: <tr>
3272: <td>DHS:
3273: <a href="http://www.pouet.net/prod.php?which=1004">4ever</a></td>
3274: <td>1.7</td>
3275: <td>-</td>
3276: <td>-</td>
3277: <td>Requires FPU</td>
3278: </tr>
3279: <tr>
3280: <td>DHS:
3281: <a href="http://www.pouet.net/prod.php?which=986">4orce</a></td>
3282: <td>1.7</td>
3283: <td>yes</td>
3284: <td>-</td>
3285: <td>Requires FPU</td>
3286: </tr>
3287: <tr>
3288: <td>DHS:
1.1.1.14 root 3289: <a href="http://www.pouet.net/prod.php?which=54432">Amanita</a></td>
3290: <td>2.0</td>
3291: <td>yes</td>
3292: <td>emu</td>
3293: <td>Music disk, DSP playback</td>
3294: </tr>
3295: <tr>
3296: <td>DHS:
1.1.1.4 root 3297: <a href="http://www.pouet.net/prod.php?which=985">A.T.S</a></td>
3298: <td>1.0</td>
3299: <td>yes</td>
1.1 root 3300: <td>-</td>
1.1.1.14 root 3301: <td>Fast. Needs FPU. Music with DSP</td>
3302: </tr>
3303: <tr>
3304: <td>DHS:
3305: <a href="http://pouet.net/prod.php?which=53186">Codein</a>,
3306: <a href="http://pouet.net/prod.php?which=25677">Derealization</a>
3307: </td>
1.1.1.15! root 3308: <td>2.1 dev</td>
1.1.1.14 root 3309: <td>yes</td>
3310: <td>-</td>
1.1.1.15! root 3311: <td>WinUAE CPU only. 030 + internal FPU and 4MB + 32MB TT-RAM
! 3312: (less for Codein). Supposed to work with 060, but that dies
! 3313: to FPU exception at start. Music with DSP emu</td>
1.1.1.4 root 3314: </tr>
3315: <tr>
3316: <td>DHS:
3317: <a href="http://pouet.net/prod.php?which=2165">Don't Break The Oath</a></td>
1.1.1.7 root 3318: <td>1.5</td>
1.1.1.14 root 3319: <td>yes</td>
1.1 root 3320: <td>-</td>
1.1.1.14 root 3321: <td>Needs 14MB RAM + FPU, music with DSP (NoCrew DSP MP2-player)</td>
1.1 root 3322: </tr>
3323: <tr>
1.1.1.10 root 3324: <td>DHS:
1.1.1.15! root 3325: <a href="http://www.pouet.net/prod.php?which=987">Dream Dimension</a></td>
! 3326: <td>2.1 dev</td>
1.1.1.11 root 3327: <td>yes</td>
1.1.1.15! root 3328: <td>-</td>
! 3329: <td>Music with DSP. Requires FPU</td>
1.1.1.11 root 3330: </tr>
3331: <tr>
1.1.1.15! root 3332: <td>DHS / Evolution / New Beat:
1.1.1.11 root 3333: <a href="http://www.pouet.net/prod.php?which=9662">Echos</a></td>
1.1.1.15! root 3334: <td>2.1 dev</td>
1.1.1.11 root 3335: <td>yes</td>
1.1.1.15! root 3336: <td>-</td>
! 3337: <td>96k. Requires FPU. (ACE) music with DSP</td>
1.1.1.11 root 3338: </tr>
3339: <tr>
3340: <td>DHS:
3341: <a href="http://gemdemo.atari.org/">GEM-demo</a></td>
1.1.1.4 root 3342: <td>1.3</td>
1.1 root 3343: <td>-</td>
3344: <td>-</td>
1.1.1.4 root 3345: <td>Needs to be started in HiColor mode to work properly</td>
1.1 root 3346: </tr>
3347: <tr>
1.1.1.4 root 3348: <td>DHS:
3349: <a href="http://pouet.net/prod.php?which=24780">Outline 2006 invite</a></td>
1.1.1.7 root 3350: <td>1.5</td>
1.1.1.14 root 3351: <td>yes</td>
1.1.1.2 root 3352: <td>-</td>
1.1.1.14 root 3353: <td>Needs 14MB RAM + FPU, music with DSP (NoCrew DSP MP2-player)</td>
1.1.1.2 root 3354: </tr>
3355: <tr>
1.1.1.4 root 3356: <td>Digital Chaos:
3357: <a href="http://www.pouet.net/prod.php?which=17802">Built-in Obsolescence</a></td>
1.1.1.10 root 3358: <td>1.6.2</td>
1.1 root 3359: <td>yes</td>
1.1.1.4 root 3360: <td>emu</td>
1.1.1.10 root 3361: <td>Requires WinUAE CPU core, gives DSP stack overflows</td>
1.1.1.4 root 3362: </tr>
3363: <tr>
3364: <td>DNT Crew:
3365: <a href="http://pouet.net/prod.php?which=16806">Agony</a></td>
1.1.1.15! root 3366: <td class="minor">2.1 dev</td>
1.1.1.6 root 3367: <td>yes</td>
1.1.1.4 root 3368: <td>emu</td>
1.1.1.15! root 3369: <td>After bouncing ball fades to black, gfx aren't quite right due
! 3370: to incomplete VFC emulation</td>
1.1 root 3371: </tr>
3372: <tr>
1.1.1.4 root 3373: <td>DNT Crew:
1.1.1.7 root 3374: <a href="http://www.pouet.net/prod.php?which=16807">Chaos A.D.</a>*</td>
1.1.1.14 root 3375: <td class="minor">2.0</td>
1.1 root 3376: <td>yes</td>
1.1.1.7 root 3377: <td>emu</td>
3378: <td>Uses its own IKBD 6301 routine to decode the demo's protection.
1.1.1.14 root 3379: Sound is rather noisy. First plasma is half the correct height
1.1.1.15! root 3380: (and doubled with oldUAE CPU core). Picture before dot tunnel
! 3381: (on white background) isn't visible</td>
1.1 root 3382: </tr>
3383: <tr>
1.1.1.13 root 3384: <td>DrTypo:
3385: <a href="http://atari-forum.com/viewtopic.php?f=68&t=28152">Voxel</a></td>
3386: <td>1.9</td>
3387: <td>-</td>
3388: <td>emu</td>
3389: <td>At least 4MB RAM, FPU and VGA monitor</td>
3390: </tr>
3391: <tr>
1.1.1.15! root 3392: <td>Dune
! 3393: <a href="http://www.pouet.net/prod.php?which=68566">Electric Night</a></td>
! 3394: <td>2.0</td>
! 3395: <td>yes</td>
! 3396: <td>emu</td>
! 3397: <td>With WinUAE CPU core max frameskip isn't enough on most
! 3398: screens on 3GHz i3-540, although with oldAUE CPU core
! 3399: it works without frameskip (except for credits at end)</td>
! 3400: </tr>
! 3401: <tr>
! 3402: <td>Dune / Sector One
! 3403: <a href="http://www.pouet.net/prod.php?which=63713">Silly Venture 2k14 invitro</a></td>
! 3404: <td>2.0</td>
! 3405: <td>yes</td>
! 3406: <td>-</td>
! 3407: <td>Music with DSP</td>
! 3408: </tr>
! 3409: <tr>
! 3410: <td>Dune / Mystic Bytes
! 3411: <a href="http://www.pouet.net/prod.php?which=67665">Silly Venture 2k16 invitro</a></td>
! 3412: <td>2.0</td>
! 3413: <td>yes</td>
! 3414: <td>-</td>
! 3415: <td>Music with DSP</td>
! 3416: </tr>
! 3417: <tr>
1.1.1.4 root 3418: <td>EKO:
3419: <a href="http://www.pouet.net/prod.php?which=1180">Are You Experienced?</a></td>
1.1.1.15! root 3420: <td>2.1 dev</td>
1.1 root 3421: <td>yes</td>
1.1.1.4 root 3422: <td>emu</td>
1.1.1.15! root 3423: <td>Works fully only with WinUAE CPU emu</td>
1.1.1.2 root 3424: </tr>
3425: <tr>
1.1.1.4 root 3426: <td>EKO:
3427: <a href="http://www.pouet.net/prod.php?which=8572">E.K.O System</a></td>
1.1.1.15! root 3428: <td>2.1 dev</td>
1.1.1.2 root 3429: <td>yes</td>
1.1.1.4 root 3430: <td>emu</td>
1.1.1.15! root 3431: <td>Requires WinUAE CPU core. "Betty Boo" picture is missing split
! 3432: screen transition to it and from it (shown in Youtube video)</td>
1.1.1.4 root 3433: </tr>
3434: <tr>
3435: <td>EKO:
1.1.1.6 root 3436: <a href="http://www.pouet.net/prod.php?which=25916">Epidemic musicdisk</a></td>
1.1.1.14 root 3437: <td class="major">2.0</td>
1.1.1.6 root 3438: <td>yes</td>
1.1.1.2 root 3439: <td>-</td>
1.1.1.14 root 3440: <td>Bus error for $fffffd write when drawing menu, if space pressed
3441: in EKO logo screen, otherwise illegal instruction $7bf1 earlier</td>
1.1 root 3442: </tr>
3443: <tr>
1.1.1.4 root 3444: <td>EKO:
3445: <a href="http://www.pouet.net/prod.php?which=17874">Geranium</a></td>
3446: <td>1.3</td>
1.1 root 3447: <td>yes</td>
1.1.1.4 root 3448: <td>emu</td>
3449: <td></td>
1.1.1.2 root 3450: </tr>
3451: <tr>
1.1.1.4 root 3452: <td>EKO:
3453: <a href="http://www.pouet.net/prod.php?which=1179">Papa was a Bladerunner</a></td>
3454: <td>1.3</td>
1.1.1.2 root 3455: <td>yes</td>
1.1.1.4 root 3456: <td>emu</td>
3457: <td>Texture mapping uses DSP, but otherwise works fine also without DSP</td>
1.1 root 3458: </tr>
3459: <tr>
1.1.1.4 root 3460: <td>Escape:
3461: <a href="http://pouet.net/prod.php?which=15676">_</a></td>
1.1.1.15! root 3462: <td class="major">2.1 dev</td>
1.1.1.2 root 3463: <td>yes</td>
1.1.1.4 root 3464: <td>emu</td>
1.1.1.15! root 3465: <td>Freezes at startup waiting DSP interrupt. Earlier terminated during
! 3466: startup if started without MMU and froze or exited after few screens
! 3467: to illegal DSP instructions</td>
1.1 root 3468: </tr>
3469: <tr>
1.1.1.4 root 3470: <td>Escape:
3471: <a href="http://pouet.net/prod.php?which=3192">Hmmm...</a></td>
1.1.1.15! root 3472: <td>2.1 dev</td>
1.1 root 3473: <td>yes</td>
1.1.1.4 root 3474: <td>emu</td>
1.1.1.15! root 3475: <td>Classic from 2001</td>
1.1.1.4 root 3476: </tr>
3477: <tr>
3478: <td>Escape:
3479: <a href="http://www.pouet.net/prod.php?which=1169">Illness</a></td>
3480: <td>1.3</td>
1.1 root 3481: <td>yes</td>
1.1.1.4 root 3482: <td>emu</td>
1.1 root 3483: <td></td>
3484: </tr>
3485: <tr>
1.1.1.4 root 3486: <td>EXA:
1.1.1.14 root 3487: <a href="http://www.pouet.net/prod.php?which=17784">Entracte</a></td>
3488: <td class="major">2.0</td>
3489: <td>-</td>
3490: <td>-</td>
1.1.1.15! root 3491: <td>Counts CPU cycles at start and exits because Hatari is not accurate enough</td>
1.1.1.14 root 3492: </tr>
3493: <tr>
3494: <td>EXA:
3495: <a href="http://www.pouet.net/prod.php?which=17778">Evolution</a></td>
3496: <td class="major">2.0</td>
1.1 root 3497: <td>-</td>
3498: <td>-</td>
1.1.1.15! root 3499: <td>Counts CPU cycles at start and exits because Hatari is not accurate enough</td>
1.1 root 3500: </tr>
3501: <tr>
1.1.1.4 root 3502: <td>Extream:
1.1.1.13 root 3503: <a href="http://pouet.net/prod.php?which=64617">Old Stuff</a></td>
3504: <td>1.8</td>
3505: <td>yes</td>
3506: <td>-</td>
3507: <td>Music with DSP</td>
3508: </tr>
3509: <tr>
3510: <td>Extream:
1.1.1.15! root 3511: <a href="http://www.pouet.net/prod.php?which=68535">Tiny Things</a></td>
! 3512: <td>2.0</td>
! 3513: <td>yes</td>
! 3514: <td>-</td>
! 3515: <td>Music with DSP</td>
! 3516: </tr>
! 3517: <tr>
! 3518: <td>Extream:
1.1.1.4 root 3519: <a href="http://pouet.net/prod.php?which=13601">Whirlpool 128k</a></td>
1.1.1.15! root 3520: <td class="major">2.1 dev</td>
1.1 root 3521: <td>yes</td>
1.1.1.4 root 3522: <td>emu</td>
1.1.1.15! root 3523: <td>Freezes at startup unless cycle-exact and prefetch are
! 3524: disabled (worked in v2.0 without them). Uses strange
! 3525: resolution / screen transitions</td>
1.1 root 3526: </tr>
3527: <tr>
1.1.1.4 root 3528: <td>Fit:
1.1.1.13 root 3529: <a href="http://www.pouet.net/prod.php?which=17311">Hex Pistols</a></td>
1.1.1.15! root 3530: <td>2.1 dev</td>
1.1.1.13 root 3531: <td>yes</td>
3532: <td>emu</td>
1.1.1.15! root 3533: <td>14MB + FPU, .tSCc port from Amiga</td>
1.1.1.13 root 3534: </tr>
3535: <tr>
3536: <td>Fit:
1.1.1.4 root 3537: <a href="http://pouet.net/prod.php?which=990">Mahabharata</a></td>
1.1.1.15! root 3538: <td>2.1 dev</td>
1.1.1.4 root 3539: <td>yes</td>
3540: <td>emu</td>
1.1.1.15! root 3541: <td>Bombay-style... With some HW / 3D drivers, SDL2 fails to create
! 3542: wide enough screen texture, workaround added to 2.1</td>
1.1.1.4 root 3543: </tr>
3544: <tr>
1.1.1.13 root 3545: <td>Fit:
3546: <a href="http://www.pouet.net/prod.php?which=26083">Stercus Accidit</a></td>
1.1.1.14 root 3547: <td>1.9</td>
1.1.1.13 root 3548: <td>yes</td>
3549: <td>emu</td>
1.1.1.14 root 3550: <td>8MB + internal FPU, .tSCc port from Amiga</td>
1.1.1.13 root 3551: </tr>
3552: <tr>
1.1.1.4 root 3553: <td>Fun Industries:
3554: <a href="http://www.pouet.net/prod.php?which=1173">Alive</a></td>
3555: <td>1.3</td>
3556: <td>yes</td>
1.1 root 3557: <td>-</td>
1.1.1.6 root 3558: <td>Background music with DSP emu</td>
1.1 root 3559: </tr>
3560: <tr>
1.1.1.4 root 3561: <td>Fun Industries:
3562: <a href="http://pouet.net/prod.php?which=1172">Fungle Beats</a></td>
1.1.1.15! root 3563: <td>1.8</td>
1.1 root 3564: <td>yes</td>
3565: <td>-</td>
1.1.1.15! root 3566: <td>Background music with DSP emu</td>
1.1.1.4 root 3567: </tr>
3568: <tr>
3569: <td>Gaston:
3570: <a href="http://www.pouet.net/prod.php?which=16730">Earth</a></td>
3571: <td>1.0</td>
3572: <td>-</td>
1.1.1.2 root 3573: <td>-</td>
3574: <td>Texturemapped ball</td>
1.1 root 3575: </tr>
3576: <tr>
1.1.1.15! root 3577: <td>Hydroxid:
! 3578: <a href="http://www.pouet.net/prod.php?which=16805">Symposium'96</a></td>
! 3579: <td class="major">2.1 dev</td>
! 3580: <td>yes</td>
! 3581: <td>emu</td>
! 3582: <td>Double bus error (NULL pointer) after few screens,
! 3583: when fullscreen texture bender ends</td>
! 3584: </tr>
! 3585: <tr>
1.1.1.4 root 3586: <td>ICE:
3587: <a href="http://www.pouet.net/prod.php?which=28712">Cooler than ever</a></td>
3588: <td>1.0</td>
1.1 root 3589: <td>yes</td>
3590: <td>-</td>
1.1.1.4 root 3591: <td>Background music with DSP emu</td>
1.1 root 3592: </tr>
3593: <tr>
1.1.1.6 root 3594: <td>ICE:
3595: <a href="http://www.umich.edu/%7Earchive/atari/Falcon/Games/tron2001.lzh">Tron2001</a></td>
1.1.1.14 root 3596: <td>2.0</td>
1.1.1.6 root 3597: <td>yes</td>
3598: <td>-</td>
1.1.1.14 root 3599: <td>Bus error at startup unless IDE enabled.
3600: Non-interactive game(?) demo</td>
1.1.1.6 root 3601: </tr>
3602: <tr>
1.1.1.4 root 3603: <td>Impulse:
3604: <a href="http://www.pouet.net/prod.php?which=1045">Bugs from Outer Space</a></td>
3605: <td>1.1</td>
1.1 root 3606: <td>yes</td>
3607: <td>-</td>
3608: <td></td>
3609: </tr>
3610: <tr>
1.1.1.15! root 3611: <td>KÜA Software ¨ Pixel Twins:
! 3612: <a href="http://www.pouet.net/prod.php?which=67752">I Want You To Remember</a></td>
! 3613: <td>2.0</td>
! 3614: <td>yes</td>
! 3615: <td>-</td>
! 3616: <td>Monochrome, sound with DSP</td>
! 3617: </tr>
! 3618: <tr>
! 3619: <td>Lamers:
! 3620: <a href="http://www.pouet.net/prod.php?which=68503">Polygon discount</a></td>
! 3621: <td>2.1 dev</td>
! 3622: <td>yes</td>
! 3623: <td>-</td>
! 3624: <td>14MB, RGB. Music with DSP</td>
! 3625: </tr>
! 3626: <tr>
! 3627: <td>Lamers ¨ Mystic Bytes:
! 3628: <a href="http://www.pouet.net/prod.php?which=62082">SillyVenture 2k13 Invitro</a></td>
! 3629: <td>2.0</td>
! 3630: <td>yes</td>
! 3631: <td>-</td>
! 3632: <td>MP2 music with DSP</td>
! 3633: </tr>
! 3634: <tr>
1.1.1.4 root 3635: <td>Lazer:
3636: <a href="http://pouet.net/prod.php?which=17782">Autowaschen Verboten</a></td>
1.1.1.15! root 3637: <td>2.1 dev</td>
1.1 root 3638: <td>yes</td>
1.1.1.4 root 3639: <td>emu</td>
1.1.1.15! root 3640: <td></td>
1.1.1.14 root 3641: </tr>
3642: <tr>
3643: <td>Lazer:
3644: <a href="http://pouet.net/prod.php?which=17965">Dan's Lustiges Kinderfest</a></td>
1.1.1.15! root 3645: <td>2.1 dev</td>
1.1.1.14 root 3646: <td>yes</td>
3647: <td>emu</td>
1.1.1.15! root 3648: <td></td>
1.1 root 3649: </tr>
3650: <tr>
1.1.1.4 root 3651: <td>Lazer:
3652: <a href="http://pouet.net/prod.php?which=17957">Gurkensalad</a></td>
3653: <td>1.3</td>
1.1 root 3654: <td>-</td>
1.1.1.4 root 3655: <td>emu</td>
1.1.1.14 root 3656: <td>4K. Ends in static starfield</td>
1.1 root 3657: </tr>
3658: <tr>
1.1.1.4 root 3659: <td>Lazer:
3660: <a href="http://pouet.net/prod.php?which=5201">Lost Blubb</a></td>
1.1.1.8 root 3661: <td>1.6</td>
1.1 root 3662: <td>yes</td>
1.1.1.4 root 3663: <td>emu</td>
1.1.1.14 root 3664: <td>Nice. Requires WinUAE CPU core</td>
1.1 root 3665: </tr>
3666: <tr>
1.1.1.4 root 3667: <td>Lazer:
3668: <a href="http://pouet.net/prod.php?which=28749">Oergs</a></td>
1.1.1.15! root 3669: <td>2.1 dev</td>
1.1.1.4 root 3670: <td>yes</td>
1.1.1.14 root 3671: <td>emu</td>
1.1.1.15! root 3672: <td></td>
1.1 root 3673: </tr>
3674: <tr>
1.1.1.4 root 3675: <td>Lazer:
3676: <a href="http://pouet.net/prod.php?which=8585">Warum</a></td>
1.1.1.15! root 3677: <td>2.1 dev</td>
1.1 root 3678: <td>yes</td>
1.1.1.4 root 3679: <td>emu</td>
1.1.1.15! root 3680: <td></td>
1.1.1.14 root 3681: </tr>
3682: <tr>
3683: <td>Level 42:
3684: <a href="http://www.pouet.net/prod.php?which=28750">Apollo 13</a></td>
3685: <td>2.0</td>
3686: <td>-</td>
3687: <td>emu</td>
3688: <td></td>
1.1 root 3689: </tr>
3690: <tr>
1.1.1.4 root 3691: <td>Light:
3692: <a href="http://www.pouet.net/prod.php?which=17189">680xx</a></td>
1.1.1.14 root 3693: <td>2.0</td>
1.1.1.4 root 3694: <td>yes</td>
3695: <td>emu</td>
1.1.1.14 root 3696: <td></td>
1.1.1.2 root 3697: </tr>
3698: <tr>
1.1.1.4 root 3699: <td>Lineout:
3700: <a href="http://www.pouet.net/prod.php?which=8514">Delta</a></td>
3701: <td>1.3</td>
1.1 root 3702: <td>yes</td>
1.1.1.4 root 3703: <td>emu</td>
3704: <td>Nice (+ almost half an hour long + includes sources)</td>
1.1.1.2 root 3705: </tr>
3706: <tr>
1.1.1.4 root 3707: <td>Lineout:
3708: <a href="http://pouet.net/prod.php?which=30639">Hurry</a></td>
3709: <td>1.3</td>
3710: <td>yes</td>
3711: <td>emu</td>
3712: <td></td>
1.1 root 3713: </tr>
3714: <tr>
1.1.1.4 root 3715: <td>Lineout:
3716: <a href="http://pouet.net/prod.php?which=11489">Out</a></td>
3717: <td>1.3</td>
3718: <td>yes</td>
3719: <td>emu</td>
3720: <td></td>
3721: </tr>
3722: <tr>
1.1.1.14 root 3723: <td>MadWizards:
3724: <a href="http://pouet.net/prod.php?which=59135">Kioea</a></td>
1.1.1.15! root 3725: <td>2.0+</td>
! 3726: <td>"yes"</td>
1.1.1.14 root 3727: <td>-</td>
1.1.1.15! root 3728: <td>060 + 14MB + 64MB TT-RAM + FPU. Startup takes over 10 minutes
! 3729: and demo is also otherwise so slow that it's better to disable
! 3730: sound and DSP to speed up fast forwarding:
! 3731: --machine falcon --dsp none --cpulevel 6 --cpuclock 32
! 3732: --fpu internal --sound off --fast-forward yes
! 3733: --add24 off --ttram 64 -s 14</td>
1.1.1.14 root 3734: </tr>
3735: <tr>
1.1.1.11 root 3736: <td>Mind Design:
3737: <a href="http://www.pouet.net/prod.php?which=28761">4some</a></td>
1.1.1.14 root 3738: <td>2.0</td>
1.1.1.11 root 3739: <td>-</td>
3740: <td>-</td>
1.1.1.14 root 3741: <td>Requires FPU + 8MB RAM</td>
1.1.1.11 root 3742: </tr>
3743: <tr>
1.1.1.6 root 3744: <td>MJJ Prod:
3745: <a href="http://pouet.net/prod.php?which=28764">Bound 42</a></td>
1.1.1.15! root 3746: <td>2.1 dev</td>
1.1.1.6 root 3747: <td>yes</td>
3748: <td>emu</td>
1.1.1.15! root 3749: <td></td>
1.1.1.6 root 3750: </tr>
3751: <tr>
1.1.1.13 root 3752: <td>Mugwumps:
3753: <a href="http://pouet.net/prod.php?which=15917">Cycedelic knockout</a></td>
1.1.1.15! root 3754: <td>2.1 dev</td>
1.1.1.13 root 3755: <td>yes</td>
3756: <td>emu</td>
1.1.1.15! root 3757: <td></td>
1.1.1.13 root 3758: </tr>
3759: <tr>
1.1.1.6 root 3760: <td>Mystic bytes:
3761: <a href="http://pouet.net/prod.php?which=24801">Chosneck Supplement (e5)</a></td>
1.1.1.15! root 3762: <td>2.0</td>
1.1.1.6 root 3763: <td>yes</td>
3764: <td>emu</td>
1.1.1.15! root 3765: <td>14MB RAM. GEM shell requires starting from desktop.
! 3766: Intro requires FPU. Main program doesn't work with
! 3767: RGB 50Hz mode, only other ones</td>
1.1.1.6 root 3768: </tr>
3769: <tr>
1.1.1.4 root 3770: <td>Mystic bytes:
3771: <a href="http://pouet.net/prod.php?which=14856">Moai 96kB</a></td>
1.1.1.6 root 3772: <td>1.4</td>
3773: <td>yes</td>
1.1.1.4 root 3774: <td>emu</td>
1.1.1.15! root 3775: <td>14MB RAM + FPU</td>
1.1.1.4 root 3776: </tr>
3777: <tr>
3778: <td>Mystic bytes:
3779: <a href="http://pouet.net/prod.php?which=17780">Time Out</a></td>
1.1.1.8 root 3780: <td>1.6</td>
1.1.1.4 root 3781: <td>yes</td>
3782: <td>emu</td>
1.1.1.15! root 3783: <td>Requires WinUAE CPU core. Ends in black screen after plasma tunnel</td>
1.1.1.4 root 3784: </tr>
3785: <tr>
1.1.1.11 root 3786: <td>Mystic bytes:
3787: <a href="http://www.pouet.net/prod.php?which=28778">Virtual Dream</a></td>
1.1.1.14 root 3788: <td>2.0</td>
1.1.1.11 root 3789: <td>-</td>
3790: <td>-</td>
1.1.1.14 root 3791: <td>4K. Requires FPU. Needs to be started from HiColor mode</td>
1.1.1.11 root 3792: </tr>
3793: <tr>
1.1.1.4 root 3794: <td>New Beat:
1.1.1.11 root 3795: <a href="http://newbeat.atari.org/main.php?page=productions">Blue</a></td>
1.1.1.4 root 3796: <td>1.1</td>
1.1 root 3797: <td>-</td>
3798: <td>-</td>
1.1.1.15! root 3799: <td>Nice 4K demo from New Beat (Flu and Blue are
! 3800: emulation-wise both very lightweight)</td>
1.1.1.11 root 3801: </tr>
3802: <tr>
3803: <td>New Beat:
3804: <a href="http://newbeat.atari.org/main.php?page=productions">Flu</a></td>
3805: <td>1.1</td>
3806: <td>yes</td>
3807: <td>-</td>
1.1.1.15! root 3808: <td>Nice 4K demo from New Beat. Flu requires FPU</td>
1.1 root 3809: </tr>
3810: <tr>
1.1.1.4 root 3811: <td>New Beat:
3812: <a href="http://newbeat.atari.org/main.php?page=productions">Maggie 24 intro</a></td>
3813: <td>1.3</td>
1.1 root 3814: <td>-</td>
1.1.1.4 root 3815: <td>emu</td>
3816: <td></td>
3817: </tr>
3818: <tr>
1.1.1.6 root 3819: <td>NoCrew:
3820: <a href="http://www.pouet.net/prod.php?which=25219">Aggressive Party 2 4k</a></td>
3821: <td>1.4</td>
3822: <td>-</td>
3823: <td>emu</td>
1.1.1.15! root 3824: <td>Uses DSP play / DMA record in handshake mode.
! 3825: Auto-starting works from Hatari v2.1 onward</td>
1.1.1.6 root 3826: </tr>
3827: <tr>
3828: <td>NoCrew:
3829: <a href="http://www.pouet.net/prod.php?which=15140">Stocasto</a></td>
1.1.1.14 root 3830: <td class="minor">2.0</td>
1.1.1.6 root 3831: <td>yes</td>
3832: <td>emu</td>
1.1.1.14 root 3833: <td>No sound, otherwise works</td>
1.1.1.6 root 3834: </tr>
3835: <tr>
1.1.1.4 root 3836: <td>Opium:
3837: <a href="http://www.pouet.net/prod.php?which=17822">Chrome Dragon</a></td>
1.1.1.15! root 3838: <td class="minor">2.0</td>
1.1 root 3839: <td>yes</td>
3840: <td>-</td>
1.1.1.15! root 3841: <td>Requires RGB. At least since v1.8, music is missing and
! 3842: freezes late in demo, when textured donut zooms out
! 3843: (waiting $2581c content to change)</td>
1.1 root 3844: </tr>
3845: <tr>
1.1.1.4 root 3846: <td>Opium:
3847: <a href="http://www.pouet.net/prod.php?which=17823">Falcon Flight</a></td>
3848: <td>1.0</td>
1.1.1.2 root 3849: <td>yes</td>
3850: <td>-</td>
1.1.1.4 root 3851: <td></td>
1.1.1.2 root 3852: </tr>
3853: <tr>
1.1.1.13 root 3854: <td>Orion_:
3855: <a href="http://www.pouet.net/prod.php?which=64508">Unexpected Fun</a></td>
1.1.1.14 root 3856: <td class="minor">2.0</td>
1.1.1.13 root 3857: <td>yes</td>
3858: <td>-</td>
1.1.1.15! root 3859: <td>needs 8 MB TT ram, music with DSP.
! 3860: Colors in 3D screens not bright enough, or washed out</td>
1.1.1.13 root 3861: </tr>
3862: <tr>
1.1.1.14 root 3863: <td>Orion_:
3864: <a href="http://www.pouet.net/prod.php?which=58045">We Reached Stars</a></td>
3865: <td class="major">2.0</td>
3866: <td>yes</td>
3867: <td>-</td>
1.1.1.15! root 3868: <td>needs 060 + 8 MB TT ram. Music with DSP. Polygon mountains
! 3869: part at start is missing all details (issue with palette /
! 3870: texture mapping?) and demo freezes in middle of that</td>
! 3871: </tr>
! 3872: <tr>
! 3873: <td>Paradox:
! 3874: <a href="http://pouet.net/prod.php?which=60896">2x1287</a></td>
! 3875: <td>2.1 dev</td>
! 3876: <td>yes</td>
! 3877: <td>-</td>
! 3878: <td>Scenes from the demo scene. Music with DSP</td>
1.1.1.14 root 3879: </tr>
3880: <tr>
1.1.1.4 root 3881: <td>Paranoia:
3882: <a href="http://www.pouet.net/prod.php?which=6659">Illusion 64</a></td>
3883: <td>1.3</td>
3884: <td>yes</td>
1.1 root 3885: <td>-</td>
1.1.1.4 root 3886: <td>Background music with DSP emu</td>
1.1 root 3887: </tr>
3888: <tr>
1.1.1.15! root 3889: <td>Paranoia:
! 3890: <a href="http://www.pouet.net/prod.php?which=3297">Rock Solid +</a></td>
! 3891: <td>2.0</td>
! 3892: <td>yes</td>
! 3893: <td>-</td>
! 3894: <td>Background music with DSP emu</td>
! 3895: </tr>
! 3896: <tr>
1.1.1.4 root 3897: <td>POV:
3898: <a href="http://www.pouet.net/prod.php?which=28794">JESTERday</a></td>
1.1.1.6 root 3899: <td>1.4</td>
3900: <td>yes</td>
1.1.1.2 root 3901: <td>emu</td>
1.1.1.6 root 3902: <td>256 colors DSP+DMA MOD music demo</td>
1.1.1.2 root 3903: </tr>
3904: <tr>
1.1.1.4 root 3905: <td>Psychosis:
3906: <a href="http://pouet.net/prod.php?which=26607">FOG-intro</a></td>
3907: <td>1.3</td>
1.1 root 3908: <td>yes</td>
1.1.1.4 root 3909: <td>emu</td>
3910: <td></td>
1.1 root 3911: </tr>
3912: <tr>
1.1.1.4 root 3913: <td>Reservoir Gods:
3914: <a href="http://pouet.net/prod.php?which=23301">Are you sitting comfortably?</a></td>
3915: <td>1.3</td>
3916: <td>yes</td>
3917: <td>emu</td>
3918: <td>Needs 14MB to work properly (otherwise bombs or gets Dsp overflow)</td>
1.1 root 3919: </tr>
3920: <tr>
1.1.1.4 root 3921: <td>Reservoir Gods:
1.1.1.15! root 3922: <a href="http://rg.atari.org/demos.htm">ASCII Art Intro, SnowStorm, Snowtro</a></td>
1.1.1.4 root 3923: <td>1.0</td>
1.1.1.15! root 3924: <td>yes</td>
! 3925: <td>emu</td>
! 3926: <td>Intros by RG. Require DSP (for music) with newer Hatari versions.
! 3927: If auto-started, "Snowtro" wants to access also A: and B: drives</td>
1.1 root 3928: </tr>
3929: <tr>
1.1.1.4 root 3930: <td>Shadows:
3931: <a href="http://www.pouet.net/prod.php?which=17804">Firestarter</a></td>
3932: <td>1.0</td>
3933: <td>yes</td>
1.1 root 3934: <td>-</td>
1.1.1.15! root 3935: <td>Background music with DSP emu, slow otherwise.
! 3936: Auto-starting works from Hatari v2.1 onward</td>
1.1 root 3937: </tr>
3938: <tr>
1.1.1.4 root 3939: <td>STAX:
3940: <a href="http://pouet.net/prod.php?which=21577">Doomino</a></td>
1.1.1.6 root 3941: <td>1.4</td>
1.1 root 3942: <td>-</td>
1.1.1.6 root 3943: <td>emu</td>
3944: <td>Doesn't work with 020 CPU</td>
1.1 root 3945: </tr>
3946: <tr>
1.1.1.13 root 3947: <td>TBL:
3948: <a href="http://www.pouet.net/groups.php?which=1">Ocean Machine, Rift, Silkcut, Startstruck</a></td>
3949: <td>1.9</td>
3950: <td>yes</td>
3951: <td>-</td>
1.1.1.14 root 3952: <td>Require 060 + FPU + 4MB / 64MB TT-RAM. Music with DSP
3953: (DSP + sound can be disabled to speed up emulation a lot)</td>
3954: </tr>
3955: <tr>
3956: <td>The Pixel Twins:
3957: <a href="http://www.pouet.net/prod.php?which=66760">Wee Gift</a></td>
1.1.1.15! root 3958: <td>2.0</td>
1.1.1.14 root 3959: <td>yes</td>
3960: <td>emu</td>
1.1.1.15! root 3961: <td>Needs FPU. Real time ray-tracing. After about ten minutes,
! 3962: animation starts to slow down a lot</td>
1.1.1.14 root 3963: </tr>
3964: <tr>
3965: <td>The Pixel Twins:
3966: <a href="http://www.pouet.net/prod.php?which=66698">Zero Three Zero</a></td>
3967: <td>2.0</td>
3968: <td>yes</td>
3969: <td>emu</td>
3970: <td>Needs FPU. Real time ray-tracing</td>
1.1.1.13 root 3971: </tr>
3972: <tr>
1.1.1.4 root 3973: <td>The Respectables:
3974: <a href="http://www.pouet.net/prod.php?which=28806">Cebit 93 demo</a></td>
1.1.1.13 root 3975: <td>1.9</td>
1.1.1.4 root 3976: <td>yes</td>
1.1 root 3977: <td>-</td>
1.1.1.10 root 3978: <td>Requires WinUAE CPU core for screen to be drawn correctly</td>
1.1 root 3979: </tr>
3980: <tr>
1.1.1.4 root 3981: <td>Trio:
3982: <a href="http://www.pouet.net/prod.php?which=1083">124 beers later</a></td>
1.1.1.10 root 3983: <td>1.6</td>
1.1.1.4 root 3984: <td>yes</td>
1.1 root 3985: <td>-</td>
1.1.1.10 root 3986: <td></td>
1.1 root 3987: </tr>
3988: <tr>
1.1.1.4 root 3989: <td>Trio:
3990: <a href="http://www.pouet.net/prod.php?which=15974">X-tasie</a></td>
1.1.1.14 root 3991: <td class="minor">2.0</td>
3992: <td>yes</td>
3993: <td>emu</td>
1.1.1.11 root 3994: <td>Demo requires 030 MMU, i.e. it only runs with WinUAE CPU core and when
1.1.1.14 root 3995: MMU has been enabled. There's a Videl emulation problem left when
3996: user moves mouse (before clicking) in the first screen</td>
1.1.1.2 root 3997: </tr>
3998: <tr>
1.1.1.4 root 3999: <td>tSCc:
1.1.1.14 root 4000: <a href="http://pouet.net/prod.php?which=1015">30L Coke</a>
1.1.1.4 root 4001: <td>1.3</td>
1.1.1.2 root 4002: <td>-</td>
4003: <td>emu</td>
1.1.1.14 root 4004: <td>4K demo</td>
1.1 root 4005: </tr>
4006: <tr>
1.1.1.4 root 4007: <td>tSCc:
1.1.1.14 root 4008: <a href="http://pouet.net/prod.php?which=1014">A Rh positive</a></td>
1.1.1.15! root 4009: <td>2.1 dev</td>
1.1.1.14 root 4010: <td>-</td>
4011: <td>emu</td>
1.1.1.15! root 4012: <td>4K</td>
1.1.1.14 root 4013: <tr>
4014: <td>tSCc:
1.1.1.15! root 4015: <a href="http://www.pouet.net/prod.php?which=16426">Beams</a> (Falcon version)</td>
1.1.1.7 root 4016: <td>1.5</td>
1.1.1.15! root 4017: <td>yes</td>
1.1 root 4018: <td>-</td>
1.1.1.15! root 4019: <td>Nice demo, NoCrew DSP MP2-music (Hatari v2.1 adds support for undocumented
! 4020: FPU constants needed by the first tunnel section)</td>
1.1 root 4021: </tr>
4022: <tr>
1.1.1.4 root 4023: <td>tSCc:
4024: <a href="http://pouet.net/prod.php?which=977">Six Sievert</a></td>
4025: <td>1.3</td>
1.1.1.15! root 4026: <td>yes</td>
! 4027: <td>emu</td>
1.1.1.4 root 4028: <td></td>
1.1.1.2 root 4029: </tr>
4030: <tr>
1.1.1.4 root 4031: <td>tSCc:
4032: <a href="http://pouet.net/prod.php?which=1013">Terrorize your soul</a></td>
1.1.1.15! root 4033: <td class="minor">2.1 dev</td>
1.1.1.4 root 4034: <td>yes</td>
1.1.1.2 root 4035: <td>emu</td>
1.1.1.15! root 4036: <td>Works only with WinUAE CPU core. Music is mostly silent or noise.
! 4037: Z-buffer screen (before Rubik's cube) uses 68-pixel width, Videl
! 4038: should repeat the pattern instead of stretching (same as when
! 4039: it's later roto-zoomed). Last 4 screens + greetings execute
! 4040: constantly illegal DSP instructions, but they still work
! 4041: (last "firecube" screen before greets isn't show in demo's
! 4042: Youtube video)</td>
1.1.1.2 root 4043: </tr>
4044: <tr>
1.1.1.4 root 4045: <td>Tony Benett:
4046: <a href="http://pouet.net/prod.php?which=28853">Virtual City</a></td>
1.1.1.15! root 4047: <td>2.1 dev</td>
1.1.1.2 root 4048: <td>-</td>
4049: <td>emu</td>
1.1.1.15! root 4050: <td>HiColor, drawing the city requires DSP emulation</td>
1.1 root 4051: </tr>
4052: <tr>
1.1.1.4 root 4053: <td>Toons:
4054: <a href="http://pouet.net/prod.php?which=8584">Yepyha</a></td>
1.1.1.14 root 4055: <td>2.0</td>
1.1.1.10 root 4056: <td>yes</td>
1.1.1.14 root 4057: <td>emu</td>
1.1.1.15! root 4058: <td>Strange screen sizes + black screen after 3D ant screen
! 4059: which just waits for Enter key before showing credits</td>
1.1.1.6 root 4060: </tr>
4061: <tr>
4062: <td>T.O.Y.S:
4063: <a href="http://pouet.net/prod.php?which=2019">wait</a></td>
1.1.1.10 root 4064: <td>1.6</td>
4065: <td>yes</td>
1.1.1.6 root 4066: <td>emu</td>
1.1.1.14 root 4067: <td>Uses NoCrew DSP MP2-player. 60Hz RGB mode shows garbage,
4068: other mode selections work</td>
1.1 root 4069: </tr>
4070: <tr>
1.1.1.4 root 4071: <td>Wildfire:
4072: <a href="http://pouet.net/prod.php?which=7057">4kbtro</a></td>
4073: <td>1.3</td>
1.1 root 4074: <td>-</td>
1.1.1.4 root 4075: <td>emu</td>
4076: <td>Julia fractals</td>
4077: </tr>
4078: <tr>
1.1.1.11 root 4079: <td>Wildfire:
4080: <a href="http://www.pouet.net/prod.php?which=16820">4tune</a></td>
4081: <td>1.7</td>
4082: <td>-</td>
4083: <td>emu</td>
4084: <td>Requires FPU and DSP</td>
4085: </tr>
4086: <tr>
1.1.1.14 root 4087: <td>Wildfire:
4088: <a href="http://www.pouet.net/prod.php?which=16819">ALT-party invtro</a></td>
4089: <td>2.0</td>
4090: <td>yes</td>
4091: <td>-</td>
4092: <td>Music with DSP</td>
4093: </tr>
4094: <tr>
1.1.1.13 root 4095: <td>Unknown:
4096: <a href="http://falcdemos.atari.org/archive/unknown/1993.birdshow/">Birdshow</a></td>
1.1.1.4 root 4097: <td>1.0</td>
1.1 root 4098: <td>-</td>
4099: <td>-</td>
1.1.1.4 root 4100: <td>A simple FLE animation player</td>
1.1 root 4101: </tr>
1.1.1.13 root 4102: <tr>
4103: <td>Unknown:
4104: <a href="http://falcdemos.atari.org/archive/unknown/1993.rot3dbmp/">ROT3DBMP</a></td>
1.1.1.14 root 4105: <td>1.9</td>
1.1.1.13 root 4106: <td>-</td>
4107: <td>emu</td>
4108: <td>Streams data to DSP without synchronization</td>
4109: </tr>
1.1 root 4110: </tbody>
4111: </table>
4112:
1.1.1.6 root 4113: <p>More Falcon demos can be found e.g. from the Atari.Org
4114: <a href="http://falcdemos.atari.org/archive/">Falcon demos</a> archive
4115: and demo tools from the dhs.nu <a href="http://dhs.nu/">demoscene</a>
4116: site.</p>
4117:
1.1 root 4118:
1.1.1.11 root 4119: <h3>Falcon applications</h3>
1.1 root 4120:
1.1.1.2 root 4121: <p>Here are listed some <em>Falcon specific</em> applications:</p>
1.1.1.12 root 4122: <table>
1.1.1.11 root 4123: <caption>Falcon applications</caption>
4124: <thead>
4125: <tr class="backdropped">
4126: <th>Title</th>
4127: <th>Hatari version</th>
4128: <th>DSP</th>
4129: <th>Comment</th>
1.1 root 4130: </tr>
1.1.1.11 root 4131: </thead>
4132: <tbody>
1.1 root 4133: <tr>
1.1.1.4 root 4134: <td><a href="http://newbeat.atari.org/main.php?page=productions">AceMidi</a>
4135: (demo)</td>
1.1.1.10 root 4136: <td>1.6</td>
1.1.1.4 root 4137: <td>emu</td>
1.1.1.14 root 4138: <td>DSP generated softsynth sounds need Hatari at least v1.6 to
4139: sound OKish, and 2.0 to sound good</td>
1.1.1.2 root 4140: </tr>
4141: <tr>
1.1.1.12 root 4142: <td><a href="http://newbeat.atari.org/main.php?page=productions">AceTracker v2</a></td>
1.1.1.14 root 4143: <td>2.0</td>
1.1.1.6 root 4144: <td>emu</td>
1.1.1.14 root 4145: <td>Sounds good with WinUAE CPU core, but needs beefy machine
4146: for fast enough DSP emulation</td>
1.1.1.6 root 4147: </tr>
4148: <tr>
4149: <td>AFM (audio fun machine)</td>
4150: <td>1.4</td>
1.1.1.2 root 4151: <td>emu</td>
1.1.1.6 root 4152: <td></td>
1.1.1.2 root 4153: </tr>
4154: <tr>
1.1.1.6 root 4155: <td><a href="http://pagesperso-orange.fr/didierm/index-e.htm">Aniplayer</a></td>
1.1.1.14 root 4156: <td class="minor">2.0</td>
1.1.1.6 root 4157: <td>emu</td>
1.1.1.15! root 4158: <td>(Harmless) DSP stack underflow on JPG slide show image switching.
! 4159: DSP synchronization error when trying to play MP2/MP3.
! 4160: Mpeg 1 videos either look incorrect, or lose DSP sync.
! 4161: Old Quicktime and AVI videos OK</td>
! 4162: </tr>
! 4163: <tr>
! 4164: <td><a href="http://www.leonik.net/dml/sec_apex.py">Apex Media</a></td>
! 4165: <td>2.1 dev</td>
! 4166: <td>-</td>
! 4167: <td>The latest v2.41 works fine, as do the separate viewers</td>
1.1.1.6 root 4168: </tr>
4169: <tr>
1.1.1.4 root 4170: <td><a href="http://deunstg.free.fr/sct1/s_avi030.htm">AVI 030</a></td>
1.1.1.14 root 4171: <td class="major">2.0</td>
1.1 root 4172: <td>-</td>
1.1.1.14 root 4173: <td>TTP worked with Hatari v1.1, freezes with v1.6, exits with v1.8+</td>
1.1 root 4174: </tr>
4175: <tr>
1.1.1.6 root 4176: <td><a href="http://centek.free.fr/atari/softs/s_cent_1.htm">Centview</a></td>
1.1.1.4 root 4177: <td>1.3</td>
4178: <td>emu</td>
1.1.1.13 root 4179: <td>Remember to run included JPEGD.PRG first (or put it to AUTO-folder)</td>
1.1.1.2 root 4180: </tr>
4181: <tr>
1.1.1.10 root 4182: <td><a href="http://centek.free.fr/atari/softs/s_centbe.htm">Centurbo bench</a></td>
1.1.1.13 root 4183: <td class="minor">1.9</td>
1.1.1.10 root 4184: <td>emu</td>
1.1.1.13 root 4185: <td>New WinUAE CPU core: FPU 812 Mhz, DSP 56 Mhz, CPU 26 Mhz<br>
4186: Old WinUAE CPU core: FPU 221 Mhz, DSP 32 Mhz, CPU 15 Mhz<br>
4187: Old UAE CPU core: FPU 403 Mhz, DSP 32 Mhz, CPU 78 Mhz<br>
4188: (moving mouse drops FPU and CPU numbers slightly)</td>
1.1.1.10 root 4189: </tr>
4190: <tr>
1.1 root 4191: <td>Chronos 3D player</td>
1.1.1.14 root 4192: <td class="major">2.0</td>
1.1 root 4193: <td>-</td>
1.1.1.14 root 4194: <td>Requires 15-bit display (e.g. NOVA)</td>
1.1 root 4195: </tr>
4196: <tr>
1.1.1.4 root 4197: <td><a href="http://pouet.net/prod.php?which=29344">Delmpaint</a></td>
4198: <td>1.0</td>
1.1 root 4199: <td>-</td>
1.1.1.13 root 4200: <td>Errors at exit if started in other than 256-color low rez</td>
1.1 root 4201: </tr>
4202: <tr>
1.1.1.4 root 4203: <td><a href="http://pouet.net/prod.php?which=25328">Escapepaint</a></td>
4204: <td>1.1</td>
1.1.1.2 root 4205: <td>-</td>
4206: <td>Very nice</td>
4207: </tr>
4208: <tr>
1.1.1.4 root 4209: <td><a href="http://deunstg.free.fr/sct1/falcamp/">FalcAMP</a></td>
1.1.1.14 root 4210: <td class="minor">2.0</td>
1.1.1.2 root 4211: <td>emu</td>
1.1.1.13 root 4212: <td>MOD playing works fine, MP3s have no sound / complain about DSP timeout</td>
1.1.1.2 root 4213: </tr>
4214: <tr>
1.1.1.13 root 4215: <td><a href="http://deunstg.free.fr/sct1/flaysid/">FlaySID (v3.01)</a></td>
1.1.1.14 root 4216: <td class="minor">2.0</td>
1.1.1.2 root 4217: <td>emu</td>
1.1.1.13 root 4218: <td>No sound from SID playback with DSP engine, only with YM engine</td>
1.1.1.2 root 4219: </tr>
4220: <tr>
1.1.1.4 root 4221: <td><a href="http://newbeat.atari.org/main.php?page=productions">FlexTrax</a></td>
1.1.1.14 root 4222: <td class="minor">2.0</td>
1.1.1.2 root 4223: <td>emu</td>
1.1.1.10 root 4224: <td>Freezes with old UAE core, but even with WinUAE core, sounds is noise.
1.1.1.13 root 4225: Startup graphics look OK only in VGA mode</td>
1.1 root 4226: </tr>
4227: <tr>
1.1.1.12 root 4228: <td><a href="http://yescrew.atari.org/eng/index_e.htm">GemPLAY</a></td>
1.1.1.14 root 4229: <td>2.0</td>
1.1.1.4 root 4230: <td>emu</td>
1.1.1.14 root 4231: <td>Requires v2.0 WinUAE CPU core and beefy machine for AM playback.
1.1.1.13 root 4232: Fileselector dir selection doesn't work with v1.92 or newer (GemPlay bug)</td>
1.1.1.4 root 4233: </tr>
4234: <tr>
4235: <td><a href="http://rg.atari.org/utils.htm">Godpaint</a></td>
4236: <td>1.0</td>
1.1 root 4237: <td>-</td>
4238: <td></td>
4239: </tr>
4240: <tr>
1.1.1.15! root 4241: <td><a href="http://dhs.nu/files.php?t=single&ID=135">Hextracker</a></td>
! 4242: <td>2.1 dev</td>
1.1.1.12 root 4243: <td>-</td>
1.1.1.15! root 4244: <td>Freezes at startup if auto-started with TOS v4
! 4245: (autostarting works with other TOS versions)</td>
1.1.1.12 root 4246: </tr>
4247: <tr>
1.1.1.4 root 4248: <td><a href="http://pouet.net/prod.php?which=29348">Indypaint</a></td>
4249: <td>1.0</td>
1.1 root 4250: <td>-</td>
1.1.1.15! root 4251: <td>Errors at exit if started in other than HiColor mode</td>
1.1 root 4252: </tr>
4253: <tr>
1.1.1.6 root 4254: <td><a href="http://mp2.nocrew.org/">MP2 player</a></td>
1.1.1.7 root 4255: <td>1.5</td>
1.1.1.6 root 4256: <td>emu</td>
1.1.1.7 root 4257: <td>NoCrew MP2 sound player</td>
1.1.1.6 root 4258: </tr>
4259: <tr>
1.1.1.10 root 4260: <td><a href="http://www.rainbowpainter.com/about/rainbow2multimedia.html">Rainbow II multimedia</a></td>
1.1.1.7 root 4261: <td>1.5</td>
4262: <td>emu</td>
1.1.1.10 root 4263: <td>Works only with the new WinUAE CPU core. With old UAE core,
4264: bombs immediately at startup (MMU not emulated in old UAE).
4265: Mouse cannot traverse whole screen unless mouse grab or
4266: fullscreen mode is used</td>
1.1.1.2 root 4267: </tr>
4268: <tr>
1.1.1.13 root 4269: <td><a href="http://atari-forum.com/viewtopic.php?f=26&t=27728&start=25">ScummVm</a></td>
4270: <td>1.9</td>
4271: <td>-</td>
4272: <td>Very slow, needs FPU, a lot of TT-RAM and user-specified config file name
4273: ("hatari-prg-args.sh -s 14 --ttram 256 --machine falcon --tos tos404.img
1.1.1.14 root 4274: --dsp none --addr24 off --fpu internal -- ./scummvm-m68020-olivier.ttp
1.1.1.13 root 4275: -c scummvm.cfg")</td>
4276: </tr>
4277: <tr>
1.1.1.15! root 4278: <td><a href="http://www.axxim.de/r3dias/R3_Vocoder3.htm">Voxx</a></td>
! 4279: <td class="major">2.1 dev</td>
! 4280: <td>emu</td>
! 4281: <td>Freezes after showing startup log, no user-space instructions are executed
! 4282: on TOS interrupts. Requires VGA with 640x480@16 resolution at minimum</td>
! 4283: </tr>
! 4284: <tr>
1.1.1.2 root 4285: <td>Whip</td>
1.1.1.6 root 4286: <td>1.4</td>
4287: <td>emu</td>
4288: <td>Effects are working</td>
4289: </tr>
4290: <tr>
4291: <td>WinRec</td>
4292: <td>1.4</td>
4293: <td>emu</td>
4294: <td>Direct-to-disk recording with DSP sound effects processing</td>
1.1 root 4295: </tr>
4296: </tbody>
4297: </table>
4298:
4299:
1.1.1.11 root 4300: <h2>TT/Falcon utilities</h2>
1.1.1.4 root 4301:
1.1.1.6 root 4302: <p>Here are some utilities that either have specific TT and/or Falcon
4303: support or work only on them.</p>
1.1.1.4 root 4304:
1.1.1.12 root 4305: <table>
1.1.1.11 root 4306: <caption>TT/Falcon utilities</caption>
4307: <thead>
4308: <tr class="backdropped">
4309: <th>Utility</th>
4310: <th>Hatari version</th>
4311: <th>Notes</th>
4312: </tr>
4313: </thead>
1.1.1.4 root 4314: <tbody>
1.1.1.11 root 4315: <tr>
4316: <td><a href="http://adebug.sourceforge.net/">Adebug (reloaded)</a></td>
4317: <td>1.7</td>
4318: <td>Debugger supporting 68000 - 68030. On Falcon and TT this
4319: uses MMU i.e. requires WinUAE CPU core</td>
1.1.1.4 root 4320: </tr>
4321: <tr>
1.1.1.6 root 4322: <td>Calamus SL (1991 demo)</td>
1.1.1.4 root 4323: <td>1.0</td>
1.1.1.6 root 4324: <td>Nice with Hatari TT or 32Mhz Falcon emulation at
1.1.1.13 root 4325: e.g. 1024x768x1 VDI resolution...</td>
4326: </tr>
4327: <tr>
4328: <td><a href="http://www.calamus.net/download/lite_tos.php">Calamus SL lite 20xx</a></td>
4329: <td>1.9</td>
4330: <td>Newer versions work only with EmuTOS (2015-04-26 git version or newer),
4331: FPU, lot of both ST and TT-RAM and at least 800x600 resolution.
4332: ("--machine tt -m -s 14 --ttram 32 --tos etos512k.img", or
1.1.1.14 root 4333: "--machine falcon --dsp none --fpu 68882
1.1.1.13 root 4334: --vdi-width 896 --vdi-height 608 --vdi-planes 4
4335: -s 14 --addr24 off --ttram 32 --tos etos512k.img")</td>
1.1.1.4 root 4336: </tr>
4337: <tr>
1.1.1.11 root 4338: <td><a href="http://centek.free.fr/atari/softs/s_cecile.htm">Cecile</a></td>
4339: <td>1.2</td>
4340: <td>Hard disk driver. In Hatari works only with IDE emulation.
4341: Supports only TT and Falcon</td>
4342: </tr>
4343: <tr>
1.1.1.4 root 4344: <td><a href="http://freemint.de/en/">FreeMiNT</a></td>
4345: <td>1.2</td>
4346: <td>Needs to be installed/booted from an ACSI or IDE HD image and
1.1.1.10 root 4347: memory protection needs to be disabled (Hatari old UAE core doesn't
1.1.1.6 root 4348: emulate MMU)</td>
1.1.1.4 root 4349: </tr>
4350: <tr>
1.1.1.6 root 4351: <td><a href="http://www.seimet.de/atari/en/hddriver.html">HD Driver</a></td>
1.1.1.14 root 4352: <td>1.9</td>
4353: <td>Hard disk driver. Works with native ACSI, IDE and SCSI on
4354: machines supporting those interfaces + NF_SCSI driver.
4355: Native SCSI bus support requires at least 020 CPU, rest
4356: work with any 680x0 CPU</td>
1.1.1.13 root 4357: </tr>
4358: <tr>
4359: <td><a href="http://www.seimet.de/atari/en/index.html">ROMSPEED</a></td>
4360: <td class="minor">1.9</td>
4361: <td>Utility to copy and run ROM from Fast-RAM to accelerate its working.
4362: Requires TT-RAM / WinUAE CPU core to work. Different memory
4363: timings on different memory areas aren't emulated yet, so no
4364: speed changes are visible</td>
1.1.1.4 root 4365: </tr>
4366: </tbody>
4367: </table>
4368:
1.1 root 4369:
1.1.1.11 root 4370: <h2>Software sites</h2>
1.1.1.6 root 4371:
4372: <p>In case you're new to the Atari scene or an old-timer who's forgotten
4373: where all the freely available software is, these file archive sites
4374: still retain their Atari sections:</p>
4375: <ul>
4376: <li><a href="http://ftp.funet.fi/pub/atari/">funet.fi</a></li>
4377: <li><a href="http://www-ftp.lip6.fr/pub/atari/">lip6.fr</a></li>
1.1.1.11 root 4378: <li><a href="ftp://ftp.cs.tu-berlin.de/pub/atari/">tu-berlin.de</a></li>
1.1.1.6 root 4379: <li><a href="http://www.umich.edu/~archive/atari/">umich.edu</a></li>
1.1.1.11 root 4380: <li><a href="http://no-fragments.atari.org/no_fragments_04/archive/">no-fragments</a> (Falcon SW)</li>
1.1.1.6 root 4381: </ul>
4382:
1.1.1.11 root 4383: <p>Demos (for many platforms) can be found from pouet.net and
4384: besides Atari scene news, Dead Hackers Society provides descriptions,
4385: screenshots and files for tools to create music, graphics and code on
4386: Atari:
4387: <ul>
4388: <li><a href="http://pouet.net/">pout.net</a>
4389: <li><a href="http://dhs.nu/files.php">dhs.nu</a></li>
4390: </ul>
4391:
1.1.1.12 root 4392: <p>There are also couple of sites dedicated to STE and Falcon specific
4393: software:</p>
4394: <ul>
4395: <li><a href="http://christophe.bray.free.fr/informatique/falcon/falcon_jeux.htm">Cristophe's Falcon games site</a></li>
4396: <li><a href="http://atari-ste.anvil-soft.com/html/archivapps.htm">Information about programs with STE specific features</a></li>
4397: </ul>
4398:
1.1.1.11 root 4399: <hr>
1.1.1.6 root 4400:
1.1 root 4401: </body>
4402: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.