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