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

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

unix.superglobalmegacorp.com

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