Annotation of hatari/doc/compatibility.html, revision 1.1.1.12

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.