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