Annotation of hatari/src/gui-osx/French.lproj/AideHatari/compatibility.html, revision 1.1

1.1     ! root        1: <!DOCTYPE html>
        !             2: <html>
        !             3: <head>
        !             4:   <title>Hatari Atari Software Compatibility List</title>
        !             5:   <meta name="description"
        !             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" />
        !            10:   <style type="text/css">
        !            11:   <!--
        !            12:        body {  background:#FFFFFF;
        !            13:                color:#000000;
        !            14:                margin-left:10px;
        !            15:                margin-right:10px;
        !            16:                font-family:Verdana,Arial,Helvetica,sans-serif;
        !            17:                }
        !            18: 
        !            19:        h2 { border-bottom:solid thin black;}
        !            20:        hr { width: 100%; height: 2px; margin-top:4ex; margin-bottom: 2ex; }
        !            21: 
        !            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; }
        !            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: 
        !            36:        .pageheader { text-align:center; }
        !            37:        .file { color: #000088; }
        !            38:        .button { color: #468E64; }
        !            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; }
        !            43:   -->
        !            44:   </style>
        !            45:   <script type="text/javascript" src="toc.js"></script>
        !            46: </head>
        !            47: 
        !            48: <body>
        !            49: 
        !            50: <h1 class="pageheader">Hatari Atari Software Compatibility List</h1>
        !            51: 
        !            52: <p class="pageheader">
        !            53: Version 1.7, June 2013
        !            54: </p>
        !            55: <p class="pageheader">
        !            56: This list has been written by: <strong>Thomas Huth</strong>, <strong>Eero Tamminen</strong>
        !            57:  &amp; <strong>Nicolas Pomar&egrave;de</strong>
        !            58: </p>
        !            59: <p class="pageheader">
        !            60: Hatari on the WWW:
        !            61: <strong>
        !            62: <a href="http://hatari.tuxfamily.org/">http://hatari.tuxfamily.org/</a>
        !            63: </strong>
        !            64: </p>
        !            65: 
        !            66: <h2 class="no-TOC">Index</h2>
        !            67: 
        !            68: <div id="generated-toc">
        !            69: <!-- The TOC is generated automatically via JavaScript -->
        !            70: </div>
        !            71: 
        !            72: 
        !            73: <h2>Introduction</h2>
        !            74: 
        !            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: 
        !            96: <h3>Reporting compatibility issues</h3>
        !            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>
        !           102: 
        !           103: <p>Before reporting something not working as expected, please
        !           104: check few things:
        !           105: <ul>
        !           106: 
        !           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>
        !           120: <li>Note that many games and demos don't work with the free EmuTOS TOS.
        !           121: For more information, see emutos.txt.</li>
        !           122: </ul>
        !           123: </li>
        !           124: 
        !           125: </ul>
        !           126: 
        !           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: 
        !           132: 
        !           133: <h2>ST software compatibility list</h2>
        !           134: 
        !           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>
        !           137: 
        !           138: <h3>ST games</h3>
        !           139: 
        !           140: <table border="1">
        !           141:   <caption>Tested ST games</caption>
        !           142:   <thead>
        !           143:     <tr class="backdropped">
        !           144:       <th>Game</th>
        !           145:       <th>Hatari version</th>
        !           146:       <th>Notes</th>
        !           147:     </tr>
        !           148:   </thead>
        !           149:   <tbody>
        !           150:     <tr>
        !           151:       <td>Alien World</td>
        !           152:       <td>before 1.0</td>
        !           153:       <td>&nbsp;</td>
        !           154:     </tr>
        !           155:     <tr>
        !           156:       <td>Armalyte</td>
        !           157:       <td>before 1.0</td>
        !           158:       <td>&nbsp;</td>
        !           159:     </tr>
        !           160:     <tr>
        !           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>
        !           166:       <td>Bubble Bobble</td>
        !           167:       <td>before 1.0</td>
        !           168:       <td>&nbsp;</td>
        !           169:     </tr>
        !           170:     <tr>
        !           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>
        !           177:       <td>Defenders Of The Earth</td>
        !           178:       <td>before 1.0</td>
        !           179:       <td>&nbsp;</td>
        !           180:     </tr>
        !           181:     <tr>
        !           182:       <td>Eliminator</td>
        !           183:       <td>before 1.0</td>
        !           184:       <td>&nbsp;</td>
        !           185:     </tr>
        !           186:     <tr>
        !           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>
        !           193:       <td>Enchanted Land</td>
        !           194:       <td>1.3</td>
        !           195:       <td>This game uses heavily sync-scrolling techniques!</td>
        !           196:     <tr>
        !           197:       <td>F15 Strike Eagle 2</td>
        !           198:       <td>1.3</td>
        !           199:       <td>&nbsp;</td>
        !           200:     </tr>
        !           201:     <tr>
        !           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>
        !           213:       <td>Jaguar XJ220 (development demo)</td>
        !           214:       <td>1.2</td>
        !           215:       <td>Only loads correctly when &quot;Fast floppy&quot; option is disabled</td>
        !           216:     </tr>
        !           217:     <tr>
        !           218:       <td>Leisure Suit Larry 2</td>
        !           219:       <td>before 1.0</td>
        !           220:       <td>Everything works, even Roland-MT32 MIDI music</td>
        !           221:     </tr>
        !           222:     <tr>
        !           223:       <td>Leander</td>
        !           224:       <td>before 1.0</td>
        !           225:       <td>&nbsp;</td>
        !           226:     </tr>
        !           227:     <tr>
        !           228:       <td>Lethal Xcess</td>
        !           229:       <td>1.0</td>
        !           230:       <td>Uses sync-scrolling in ST mode and STE HW scrolling in STE mode.</td>
        !           231:     </tr>
        !           232:     <tr>
        !           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>
        !           238:       <td>Metal Mutant</td>
        !           239:       <td>1.0</td>
        !           240:       <td>&nbsp;</td>
        !           241:     </tr>
        !           242:     <tr>
        !           243:       <td>Navy Seals</td>
        !           244:       <td>before 1.0</td>
        !           245:       <td>&nbsp;</td>
        !           246:     </tr>
        !           247:     <tr>
        !           248:       <td>Nebulus</td>
        !           249:       <td>1.1</td>
        !           250:       <td>Disappearing platform tiles sound dodgy</td>
        !           251:     </tr>
        !           252:     <tr>
        !           253:       <td>No Buddies Land</td>
        !           254:       <td>1.3</td>
        !           255:       <td>Uses "0-byte" vertical sync-scrolling</td>
        !           256:     </tr>
        !           257:     <tr>
        !           258:       <td>Robocop II</td>
        !           259:       <td>1.1</td>
        !           260:       <td>&nbsp;</td>
        !           261:     </tr>
        !           262:     <tr>
        !           263:       <td>Pirates!</td>
        !           264:       <td>before 1.0</td>
        !           265:       <td>Game also supports <a href="#Midi_setup">MIDI music</a></td>
        !           266:     </tr>
        !           267:     <tr>
        !           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>
        !           275:       <td>Rick Dangerous</td>
        !           276:       <td>before 1.0</td>
        !           277:       <td>&nbsp;</td>
        !           278:     </tr>
        !           279:     <tr>
        !           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>
        !           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>
        !           293:       <td>Skweek</td>
        !           294:       <td>before 1.0</td>
        !           295:       <td>Does not work with cartridge / HD emulation</td>
        !           296:     </tr>
        !           297:     <tr>
        !           298:       <td>Slayer</td>
        !           299:       <td>1.3</td>
        !           300:       <td>Uses color raster FX at highscore and main screen</td>
        !           301:     </tr>
        !           302:     <tr>
        !           303:       <td>Speedball</td>
        !           304:       <td>before 1.0</td>
        !           305:       <td>&nbsp;</td>
        !           306:     </tr>
        !           307:     <tr>
        !           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>
        !           313:       <td>Star Goose</td>
        !           314:       <td>1.1</td>
        !           315:       <td>&nbsp;</td>
        !           316:     </tr>
        !           317:     <tr>
        !           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>
        !           322:     </tr>
        !           323:     <tr>
        !           324:       <td>Super Hang-On</td>
        !           325:       <td>1.7</td>
        !           326:       <td>Requires Hatari &gt;= 1.7 to avoid flickering rasters</td>
        !           327:     </tr>
        !           328:     <tr>
        !           329:       <td>Super Monaco GP</td>
        !           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>
        !           333:     </tr>
        !           334:     <tr>
        !           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>
        !           343:       <td>Disable the &quot;Fast floppy&quot; option if your version
        !           344:           fails to load</td>
        !           345:     </tr>
        !           346:     <tr>
        !           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>
        !           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>
        !           364:       <td>Toki</td>
        !           365:       <td>before 1.0</td>
        !           366:       <td>&nbsp;</td>
        !           367:     </tr>
        !           368:     <tr>
        !           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>
        !           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>
        !           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>
        !           390:       <td>&nbsp;</td>
        !           391:     </tr>
        !           392:     <tr>
        !           393:       <td>Xenon 2 - Megablast</td>
        !           394:       <td>before 1.0</td>
        !           395:       <td>&nbsp;</td>
        !           396:     </tr>
        !           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>
        !           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>
        !           410:   </tbody>
        !           411: </table>
        !           412: 
        !           413: <h3>ST demos</h3>
        !           414: 
        !           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: 
        !           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>
        !           428:     </tr>
        !           429:   </thead>
        !           430:   <tbody>
        !           431:     <tr>
        !           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>
        !           437:     </tr>
        !           438:     <tr>
        !           439:       <td>ACF:
        !           440:       <a href="http://pouet.net/prod.php?which=885">Just Buggin'</a></td>
        !           441:       <td>1.6</td>
        !           442:       <td>Requires at least Hatari 1.6 for correct FDC emulation</td>
        !           443:     </tr>
        !           444:     <tr>
        !           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;
        !           450:         screen is very sensitive to proper IKBD timings.
        !           451:       </td>
        !           452:     </tr>
        !           453:     <tr>
        !           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>
        !           458:     </tr>
        !           459:     <tr>
        !           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>
        !           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>
        !           470:     </tr>
        !           471:     <tr>
        !           472:       <td>Chaos:
        !           473:       <a href="http://pouet.net/prod.php?which=11839">Pandemonium</a></td>
        !           474:       <td class="minor">1.5</td>
        !           475:       <td>The Mega-3D screen exits prematuraly (crash due to a cpu timing problem ?)</td>
        !           476:     </tr>
        !           477:     <tr>
        !           478:       <td>Checkpoint:
        !           479:       <a href="http://pouet.net/prod.php?which=9699">Posh</a></td>
        !           480:       <td>before 1.0</td>
        !           481:       <td>&nbsp;</td>
        !           482:     </tr>
        !           483:     <tr>
        !           484:       <td>Checkpoint:
        !           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
        !           487:       <a href="http://pouet.net/prod.php?which=1287">Suretrip 49%</a></td>
        !           488: -->
        !           489:       <td>1.2</td>
        !           490:       <td>&nbsp;</td>
        !           491:     </tr>
        !           492:     <tr>
        !           493:       <td>Delta Force:
        !           494:       <a href="http://pouet.net/prod.php?which=11806">Punish Your Machine</a></td>
        !           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>
        !           498:     </tr>
        !           499:     <tr>
        !           500:       <td>Delta Force:
        !           501:       <a href="http://pouet.net/prod.php?which=498">Syntax Terror</a></td>
        !           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>
        !           505:     </tr>
        !           506:     <tr>
        !           507:       <td>DHS:
        !           508:       <a href="http://pouet.net/prod.php?which=1029">Sweety</a></td>
        !           509:       <td>before 1.0</td>
        !           510:       <td>Does not work with HD emulation</td>
        !           511:     </tr>
        !           512:     <tr>
        !           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>
        !           519:       <td>Dune:
        !           520:       <a href="http://pouet.net/prod.php?which=14276">Illusion</a></td>
        !           521:       <td>1.0</td>
        !           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>
        !           525:     </tr>
        !           526:     <tr>
        !           527:       <td>Dune/Sector One:
        !           528:       <a href="http://pouet.net/prod.php?which=11223">Fantasia</a></td>
        !           529:       <td>before 1.0</td>
        !           530:       <td>&nbsp;</td>
        !           531:     </tr>
        !           532:     <tr>
        !           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>
        !           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>
        !           539:     </tr>
        !           540:     <tr>
        !           541:       <td>Equinox:
        !           542:       <a href="http://pouet.net/prod.php?which=109">Virtual Escape</a></td>
        !           543:       <td>before 1.0</td>
        !           544:       <td>&nbsp;</td>
        !           545:     </tr>
        !           546:     <tr>
        !           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>
        !           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>
        !           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>
        !           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>
        !           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>
        !           587:       <td>MJJ Prod:
        !           588:       <a href="http://pouet.net/prod.php?which=499">Anomaly</a></td>
        !           589:       <td>1.7</td>
        !           590:       <td>Requires Hatari &gt;= 1.7 to avoid glitches in the main menu
        !           591:          when playing digidrums</td>
        !           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>
        !           601:       <td>Offbeat:
        !           602:       <a href="http://pouet.net/prod.php?which=13917">The Musical Wonders 1990</a></td>
        !           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>
        !           606:     </tr>
        !           607:     <tr>
        !           608:       <td>Omega:
        !           609:       <a href="http://pouet.net/prod.php?which=26007">Omega</a></td>
        !           610:       <td class="minor">1.3</td>
        !           611:       <td>In full overscan screen, planes are shifted due to missing hi/lo stabilizer</td>
        !           612:     </tr>
        !           613:     <tr>
        !           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>
        !           620:       <td>Overlanders:
        !           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:
        !           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:
        !           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>
        !           642:       <td>&nbsp;</td>
        !           643:     </tr>
        !           644:     <tr>
        !           645:       <td>Oxygene:
        !           646:       <a href="http://pouet.net/prod.php?which=1251">ST-NICCC 2000 Demo</a></td>
        !           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>
        !           650:     </tr>
        !           651:     <tr>
        !           652:       <td>Paulo Simoes (ljkb):
        !           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):
        !           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>
        !           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>
        !           675:       <td>&nbsp;</td>
        !           676:     </tr>
        !           677:     <tr>
        !           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>
        !           683:     </tr>
        !           684:     <tr>
        !           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>
        !           699:       <td>1.3</td>
        !           700:       <td>Fullscreen in the first TCB screen is mixing 50/60 HZ lines</td>
        !           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>
        !           706:       <td>&nbsp;</td>
        !           707:     </tr>
        !           708:     <tr>
        !           709:       <td>The Lost Boys:
        !           710:       <a href="http://www.pouet.net/prod.php?which=11348">Mindbomb</a></td>
        !           711:       <td>1.3</td>
        !           712:       <td>"DI No Shit" is mixing 50/60 Hz lines.
        !           713:           Does not work with cartridge / HD emulation</td>
        !           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>
        !           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)
        !           721:       </td>
        !           722:     </tr>
        !           723:     <tr>
        !           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>
        !           727:       <td>&nbsp;</td>
        !           728:     </tr>
        !           729:     <tr>
        !           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>
        !           745:       <td>&nbsp;</td>
        !           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>
        !           752:     </tr>
        !           753:   </tbody>
        !           754: </table>
        !           755: 
        !           756: <h3>ST applications</h3>
        !           757: 
        !           758: <p>Note that some applications can even crash at startup if their
        !           759: configuration or data files are not writable.</p>
        !           760: 
        !           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>
        !           768:     </tr>
        !           769:   </thead>
        !           770:   <tbody>
        !           771:     <tr class="backdropped">
        !           772:       <td colspan="3" class="subheader">Programming</td>
        !           773:     </tr>
        !           774:     <tr>
        !           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>
        !           785:       <td>Devpac 2.2</td>
        !           786:       <td>1.2</td>
        !           787:       <td>&nbsp;</td>
        !           788:     </tr>
        !           789:     <tr>
        !           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>
        !           797:       <td>Turbo Assembler</td>
        !           798:       <td>before 1.0</td>
        !           799:       <td>
        !           800:         Due to a bug you need to have a proper disk image inserted into drive A.
        !           801:       </td>
        !           802:     </tr>
        !           803:     <tr>
        !           804:       <td>GFABASIC 3.6TT</td>
        !           805:       <td>before 1.0</td>
        !           806:       <td>MENU.PRG does not like harddisks. Use disk images for compiling.</td>
        !           807:     </tr>
        !           808:     <tr>
        !           809:       <td>ST Basic</td>
        !           810:       <td>before 1.0</td>
        !           811:       <td>&nbsp;</td>
        !           812:     </tr>
        !           813:     <tr>
        !           814:       <td>Gulam shell</td>
        !           815:       <td>before 1.0</td>
        !           816:       <td>&nbsp;</td>
        !           817:     </tr>
        !           818:     <tr>
        !           819:       <td>Orcs Resource editor</td>
        !           820:       <td>before 1.0</td>
        !           821:       <td>&nbsp;</td>
        !           822:     </tr>
        !           823:     <tr class="backdropped">
        !           824:       <td colspan="3" class="subheader">Graphics</td>
        !           825:     </tr>
        !           826:     <tr>
        !           827:       <td>Crackart</td>
        !           828:       <td>before 1.0</td>
        !           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>
        !           836:       <td>before 1.0</td>
        !           837:       <td>&nbsp;</td>
        !           838:     </tr>
        !           839:     <tr>
        !           840:       <td><a href="http://www.klockars.net/mgif.html">Mgif</a></td>
        !           841:       <td>1.4</td>
        !           842:       <td>Convolutions can use Falcon DSP and JPEG loading Brainstorm
        !           843:           DSP decoder</td>
        !           844:     </tr>
        !           845:     <tr>
        !           846:       <td>Neochrome</td>
        !           847:       <td>1.3</td>
        !           848:       <td>&nbsp;</td>
        !           849:     </tr>
        !           850:     <tr>
        !           851:       <td>OCR</td>
        !           852:       <td>before 1.0</td>
        !           853:       <td>Didn't try scanning</td>
        !           854:     </tr>
        !           855:     <tr>
        !           856:       <td>Spectrum 512</td>
        !           857:       <td>1.7</td>
        !           858:       <td>Mouse moved too slowly before Hatari 1.7</td>
        !           859:     </tr>
        !           860:     <tr>
        !           861:       <td>Speed Of Light</td>
        !           862:       <td>before 1.0</td>
        !           863:       <td>&nbsp;</td>
        !           864:     </tr>
        !           865:     <tr class="backdropped">
        !           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>
        !           874:     </tr>
        !           875:     <tr>
        !           876:       <td><a href="http://www.pouet.net/prod.php?which=18929">MusicMon 2</a></td>
        !           877:       <td>before 1.0</td>
        !           878:       <td>&nbsp;</td>
        !           879:     </tr>
        !           880:     <tr>
        !           881:       <td><a href="http://www.pouet.net/prod.php?which=50028">Noise Tracker</a></td>
        !           882:       <td>1.1</td>
        !           883:       <td>&nbsp;</td>
        !           884:     </tr>
        !           885:     <tr>
        !           886:       <td><a href="http://www.pouet.net/prod.php?which=50030">Protracker</a></td>
        !           887:       <td>before 1.0</td>
        !           888:       <td>&nbsp;</td>
        !           889:     </tr>
        !           890:     <tr>
        !           891:       <td>Quartet</td>
        !           892:       <td>before 1.0</td>
        !           893:       <td>&nbsp;</td>
        !           894:     </tr>
        !           895:     <tr>
        !           896:       <td><a href="http://www.pouet.net/prod.php?which=13336">SidSound Designer</a></td>
        !           897:       <td>before 1.0</td>
        !           898:       <td>&nbsp;</td>
        !           899:     </tr>
        !           900:     <tr>
        !           901:       <td>Accompanist<br />(Henry Cosh Sequencer)</td>
        !           902:       <td>1.2</td>
        !           903:       <td><a href="#Midi_setup">MIDI input/output</a> works</td>
        !           904:     </tr>
        !           905:     <tr>
        !           906:       <td>Cubase Lite</td>
        !           907:       <td>1.2</td>
        !           908:       <td><a href="#Midi_setup">MIDI input/output</a> works</td>
        !           909:     </tr>
        !           910:     <tr>
        !           911:       <td>Sequencer One</td>
        !           912:       <td>1.2</td>
        !           913:       <td>Both <a href="#Midi_setup">MIDI input/output</a>
        !           914:           and sampled sound work</td>
        !           915:     </tr>
        !           916:     <tr class="backdropped">
        !           917:       <td colspan="3" class="subheader">Text Editors</td>
        !           918:     </tr>
        !           919:     <tr>
        !           920:       <td>Tempus</td>
        !           921:       <td>before 1.0</td>
        !           922:       <td>&nbsp;</td>
        !           923:     </tr>
        !           924:     <tr>
        !           925:       <td>Qed editor</td>
        !           926:       <td>before 1.0</td>
        !           927:       <td>&nbsp;</td>
        !           928:     </tr>
        !           929:     <tr>
        !           930:       <td>Everest editor</td>
        !           931:       <td>before 1.0</td>
        !           932:       <td>&nbsp;</td>
        !           933:     </tr>
        !           934:     <tr class="backdropped">
        !           935:       <td colspan="3" class="subheader">Business applications</td>
        !           936:     </tr>
        !           937:     <tr>
        !           938:       <td>Opus spreadsheet</td>
        !           939:       <td>before 1.0</td>
        !           940:       <td>&nbsp;</td>
        !           941:     </tr>
        !           942:     <tr>
        !           943:       <td>SBase database</td>
        !           944:       <td>before 1.0</td>
        !           945:       <td>&nbsp;</td>
        !           946:     </tr>
        !           947:     <tr>
        !           948:       <td>Sheet spreadsheet</td>
        !           949:       <td>before 1.0</td>
        !           950:       <td>&nbsp;</td>
        !           951:     </tr>
        !           952:     <tr>
        !           953:       <td>Calamus v1.0.9</td>
        !           954:       <td>before 1.0</td>
        !           955:       <td>&nbsp;</td>
        !           956:     </tr>
        !           957:     <tr>
        !           958:       <td>Outline Art 3 (demo)</td>
        !           959:       <td>before 1.0</td>
        !           960:       <td>&nbsp;</td>
        !           961:     </tr>
        !           962:     <tr class="backdropped">
        !           963:       <td colspan="3" class="subheader">Communications</td>
        !           964:     </tr>
        !           965:     <tr>
        !           966:       <td>CAB browser</td>
        !           967:       <td>before 1.0</td>
        !           968:       <td>&nbsp;</td>
        !           969:     </tr>
        !           970:     <tr>
        !           971:       <td>Connect</td>
        !           972:       <td>before 1.0</td>
        !           973:       <td>&nbsp;</td>
        !           974:     </tr>
        !           975:     <tr>
        !           976:       <td>Kivi QWK Reader</td>
        !           977:       <td>before 1.0</td>
        !           978:       <td>&nbsp;</td>
        !           979:     </tr>
        !           980:     <tr class="backdropped">
        !           981:       <td colspan="3" class="subheader">Desktops</td>
        !           982:     </tr>
        !           983:     <tr>
        !           984:       <td><a href="http://solair.eunet.rs/~vdjole/teradesk.htm">Teradesk desktop</a></td>
        !           985:       <td>before 1.0</td>
        !           986:       <td>&nbsp;</td>
        !           987:     </tr>
        !           988:     <tr>
        !           989:       <td>Thing desktop</td>
        !           990:       <td>before 1.0</td>
        !           991:       <td>&nbsp;</td>
        !           992:     </tr>
        !           993:     <tr class="backdropped">
        !           994:       <td colspan="3" class="subheader">Science</td>
        !           995:     </tr>
        !           996:     <tr>
        !           997:       <td>Euler</td>
        !           998:       <td>before 1.0</td>
        !           999:       <td>&nbsp;</td>
        !          1000:     </tr>
        !          1001:     <tr>
        !          1002:       <td>Minidraft</td>
        !          1003:       <td>before 1.0</td>
        !          1004:       <td>&nbsp;</td>
        !          1005:     </tr>
        !          1006:     <tr>
        !          1007:       <td>Molsys</td>
        !          1008:       <td>before 1.0</td>
        !          1009:       <td>&nbsp;</td>
        !          1010:     </tr>
        !          1011:     <tr class="backdropped">
        !          1012:       <td colspan="3" class="subheader">Utilities</td>
        !          1013:     </tr>
        !          1014:     <tr>
        !          1015:       <td>Revenge Document Displayer</td>
        !          1016:       <td>before 1.0</td>
        !          1017:       <td>&nbsp;</td>
        !          1018:     </tr>
        !          1019:     <tr>
        !          1020:       <td>ST-Guide</td>
        !          1021:       <td>before 1.0</td>
        !          1022:       <td>&nbsp;</td>
        !          1023:     </tr>
        !          1024:     <tr>
        !          1025:       <td>ST-Zip</td>
        !          1026:       <td>before 1.0</td>
        !          1027:       <td>&nbsp;</td>
        !          1028:     </tr>
        !          1029:     <tr>
        !          1030:       <td>STCat</td>
        !          1031:       <td>before 1.0</td>
        !          1032:       <td>&nbsp;</td>
        !          1033:     </tr>
        !          1034:     <tr>
        !          1035:       <td>Lharc Shell</td>
        !          1036:       <td>before 1.0</td>
        !          1037:       <td>&nbsp;</td>
        !          1038:     </tr>
        !          1039:     <tr>
        !          1040:       <td>TwoInOne</td>
        !          1041:       <td>before 1.0</td>
        !          1042:       <td>&nbsp;</td>
        !          1043:     </tr>
        !          1044:     <tr>
        !          1045:       <td>Sagrotan viruskiller</td>
        !          1046:       <td>before 1.0</td>
        !          1047:       <td>&nbsp;</td>
        !          1048:     </tr>
        !          1049:     <tr class="backdropped">
        !          1050:       <td colspan="3" class="subheader">Others</td>
        !          1051:     </tr>
        !          1052:     <tr>
        !          1053:       <td>ZX Spectrum emulator</td>
        !          1054:       <td>before 1.0</td>
        !          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: 
        !          1064: <h3 id="Midi_setup">Midi setup</h3>
        !          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
        !          1068: supports ALSA). For instructions, see the
        !          1069: <a href="midi-linux.txt">midi-linux.txt</a> file.</p>
        !          1070: 
        !          1071: 
        !          1072: <h2>STE software compatibility list</h2>
        !          1073: 
        !          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: 
        !          1078: 
        !          1079: <h3>STE games</h3>
        !          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>
        !          1085: 
        !          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>
        !          1093:     </tr>
        !          1094:   </thead>
        !          1095:   <tbody>
        !          1096:     <tr>
        !          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>
        !          1107:       <td>Alien Blast</td>
        !          1108:       <td>before 1.0</td>
        !          1109:       <td>&nbsp;</td>
        !          1110:     </tr>
        !          1111:     <tr>
        !          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>
        !          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>
        !          1122:       <td>Astrodia*</td>
        !          1123:       <td>before 1.0</td>
        !          1124:       <td>Blitter</td>
        !          1125:     </tr>
        !          1126:     <tr>
        !          1127:       <td><a href="http://www.pouet.net/prod.php?which=11526">Battletris+</a></td>
        !          1128:       <td>before 1.0</td>
        !          1129:       <td>&nbsp;</td>
        !          1130:     </tr>
        !          1131:     <tr>
        !          1132:       <td>Blat!</td>
        !          1133:       <td>before 1.0</td>
        !          1134:       <td>&nbsp;</td>
        !          1135:     </tr>
        !          1136:     <tr>
        !          1137:       <td>Bombaman</td>
        !          1138:       <td>before 1.0</td>
        !          1139:       <td>&nbsp;</td>
        !          1140:     </tr>
        !          1141:     <tr>
        !          1142:       <td><a href="http://paranoia.atari.org/projects/atari.html">Breakdance</a></td>
        !          1143:       <td>before 1.0</td>
        !          1144:       <td>THE ultimate scene game</td>
        !          1145:     </tr>
        !          1146:     <tr>
        !          1147:       <td>Chronicles of Omega*</td>
        !          1148:       <td>before 1.0</td>
        !          1149:       <td>&nbsp;</td>
        !          1150:     </tr>
        !          1151:     <tr>
        !          1152:       <td>Chaos Engine (demo)</td>
        !          1153:       <td>before 1.0</td>
        !          1154:       <td>&nbsp;</td>
        !          1155:     </tr>
        !          1156:     <tr>
        !          1157:       <td><a href="http://rg.atari.org/chuchu.htm">ChuChu Rocket</a></td>
        !          1158:       <td>before 1.0</td>
        !          1159:       <td>needs to be run from disk image</td>
        !          1160:     </tr>
        !          1161:     <tr>
        !          1162:       <td><a href="http://www.tscc.de/waitsite.html">Dynabusters+</a></td>
        !          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>
        !          1169:       <td>&nbsp;</td>
        !          1170:     </tr>
        !          1171:     <tr>
        !          1172:       <td>H.E.R.O. 2</td>
        !          1173:       <td>before 1.0</td>
        !          1174:       <td>Requires 4MB RAM</td>
        !          1175:     </tr>
        !          1176:     <tr>
        !          1177:       <td>Leavin' Teramis*</td>
        !          1178:       <td>before 1.0</td>
        !          1179:       <td>Works <em>only</em> in STE mode</td>
        !          1180:     </tr>
        !          1181:     <tr>
        !          1182:       <td><a href="http://paradize.final-memory.org/games.shtml">Manga Puzzle</a></td>
        !          1183:       <td>before 1.0</td>
        !          1184:       <td>&nbsp;</td>
        !          1185:     </tr>
        !          1186:     <tr>
        !          1187:       <td>No Limit II</td>
        !          1188:       <td>before 1.0</td>
        !          1189:       <td>&nbsp;</td>
        !          1190:     </tr>
        !          1191:     <tr>
        !          1192:       <td>Obsession (demo)</td>
        !          1193:       <td>before 1.0</td>
        !          1194:       <td>Opens top, left (with STE shifter bug) and bottom borders</td>
        !          1195:     </tr>
        !          1196:     <tr>
        !          1197:       <td>Operation Garfield</td>
        !          1198:       <td>before 1.0</td>
        !          1199:       <td>&nbsp;</td>
        !          1200:     </tr>
        !          1201:     <tr>
        !          1202:       <td>Pacman on E</td>
        !          1203:       <td>before 1.0</td>
        !          1204:       <td>&nbsp;</td>
        !          1205:     </tr>
        !          1206:     <tr>
        !          1207:       <td><a href="http://paradize.final-memory.org/games.shtml">Penta*</a></td>
        !          1208:       <td>before 1.0</td>
        !          1209:       <td>Blitter, DMA audio and STE fadings do work properly</td>
        !          1210:     </tr>
        !          1211:     <tr>
        !          1212:       <td><a href="http://pooz.atari.org/">Pooz*</a></td>
        !          1213:       <td>before 1.0</td>
        !          1214:       <td>Uses STE DMA, blitter and palette</td>
        !          1215:     </tr>
        !          1216:     <tr>
        !          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>
        !          1221:     </tr>
        !          1222:     <tr>
        !          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>
        !          1228:       <td>Roger</td>
        !          1229:       <td>1.1</td>
        !          1230:       <td>Needs to be run from a disk image</td>
        !          1231:     </tr>
        !          1232:     <tr>
        !          1233:       <td>Skulls</td>
        !          1234:       <td>before 1.0</td>
        !          1235:       <td>Opens right border</td>
        !          1236:     </tr>
        !          1237:     <tr>
        !          1238:       <td>Starball*</td>
        !          1239:       <td>before 1.0</td>
        !          1240:       <td>Uses DMA sound</td>
        !          1241:     </tr>
        !          1242:     <tr>
        !          1243:       <td>Stardust (tunnel demo)</td>
        !          1244:       <td>before 1.0</td>
        !          1245:       <td>&nbsp;</td>
        !          1246:     </tr>
        !          1247:     <tr>
        !          1248:       <td><a href="http://pagesperso-orange.fr/patrice.mandin/en/perso-moteurs.html">STrEet Fighter 2</a></td>
        !          1249:       <td>before 1.0</td>
        !          1250:       <td>Uses blitter, HW scrolling and DMA sound</td>
        !          1251:     </tr>
        !          1252:     <tr>
        !          1253:       <td>Stupid Balloon game</td>
        !          1254:       <td>before 1.0</td>
        !          1255:       <td>&nbsp;</td>
        !          1256:     </tr>
        !          1257:     <tr>
        !          1258:       <td>Substation (demo)</td>
        !          1259:       <td>before 1.0</td>
        !          1260:       <td>&nbsp;</td>
        !          1261:     </tr>
        !          1262:     <tr>
        !          1263:       <td>Team</td>
        !          1264:       <td>1.0</td>
        !          1265:       <td>HW scrolling, DMA sound, overscan</td>
        !          1266:     </tr>
        !          1267:     <tr>
        !          1268:       <td>TomTar</td>
        !          1269:       <td>before 1.0</td>
        !          1270:       <td>&nbsp;</td>
        !          1271:     </tr>
        !          1272:     <tr>
        !          1273:       <td>Utopos</td>
        !          1274:       <td>1.4</td>
        !          1275:       <td>Screen was flickering with previous version of Hatari</td>
        !          1276:     </tr>
        !          1277:     <tr>
        !          1278:       <td>Ultimate Arena</td>
        !          1279:       <td>before 1.0</td>
        !          1280:       <td>&nbsp;</td>
        !          1281:     </tr>
        !          1282:     <tr>
        !          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>
        !          1289:       <td><a href="http://freenet-homepage.de/ray.tscc/wolf3d.htm">Wolfenstein 3D*</a></td>
        !          1290:       <td>1.2</td>
        !          1291:       <td>Uses DMA sound on STE</td>
        !          1292:     </tr>
        !          1293:     <tr>
        !          1294:       <td>Zool (demo)</td>
        !          1295:       <td>1.0</td>
        !          1296:       <td>&nbsp;</td>
        !          1297:     </tr>
        !          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
        !          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>
        !          1305:     </tr>
        !          1306:   </tbody>
        !          1307: </table>
        !          1308: 
        !          1309: <h3>STE demos</h3>
        !          1310: 
        !          1311: <p>Blitter emulation cycle-accuracy is an issue for some demos.</p>
        !          1312: 
        !          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>
        !          1320:     </tr>
        !          1321:   </thead>
        !          1322:   <tbody>
        !          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>
        !          1332:       <td>1.3</td>
        !          1333:       <td>&nbsp;</td>
        !          1334:     </tr>
        !          1335:     <tr>
        !          1336:       <td>Aggression:
        !          1337:       <a href="http://pouet.net/prod.php?which=29355">RGBeast</a></td>
        !          1338:       <td class="major">1.3</td>
        !          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>
        !          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>
        !          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>
        !          1367:       <td>Defence Force:
        !          1368:       <a href="http://www.pouet.net/prod.php?which=54106">Save The Eearth</a></td>
        !          1369:       <td>1.5</td>
        !          1370:       <td>Right border switches, blitter, extended palette, HW
        !          1371:           scrolling/screen splitting, DMA music + microwire/lmc control.</td>
        !          1372:     </tr>
        !          1373:     <tr>
        !          1374:       <td>DHS:
        !          1375:       <a href="http://www.pouet.net/prod.php?which=54037">Cernit Trandafir</a></td>
        !          1376:       <td>1.5</td>
        !          1377:       <td>&nbsp;</td>
        !          1378:     </tr>
        !          1379:     <tr>
        !          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>
        !          1388:       <td>1.5</td>
        !          1389:       <td>&nbsp;</td>
        !          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>
        !          1397:     </tr>
        !          1398:     <tr>
        !          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>
        !          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>
        !          1413:       <td>GGN:
        !          1414:       <a href="http://www.pouet.net/prod.php?which=7871">The Sierpinski overdose 4K</a></td>
        !          1415:       <td>1.0</td>
        !          1416:       <td>Uses blitter, requires med-rez</td>
        !          1417:     </tr>
        !          1418:     <tr>
        !          1419:       <td>ICE:
        !          1420:       <a href="http://www.pouet.net/prod.php?which=14191">Ecstacy A</a></td>
        !          1421:       <td>before 1.0</td>
        !          1422:       <td>&nbsp;</td>
        !          1423:     </tr>
        !          1424:     <tr>
        !          1425:       <td>ICE:
        !          1426:       <a href="http://www.pouet.net/prod.php?which=31452">Jam-Cols</a></td>
        !          1427:       <td>1.4</td>
        !          1428:       <td>Changes background color using blitter</td>
        !          1429:     </tr>
        !          1430:     <tr>
        !          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>
        !          1436:     </tr>
        !          1437:     <tr>
        !          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>
        !          1447:       <td>1.6.2</td>
        !          1448:       <td></td>
        !          1449:     </tr>
        !          1450:     <tr>
        !          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>
        !          1455:     </tr>
        !          1456:     <tr>
        !          1457:       <td>Imagina:
        !          1458:       <a href="http://www.pouet.net/prod.php?which=12305">Systematic error</a></td>
        !          1459:       <td>1.4</td>
        !          1460:       <td></td>
        !          1461:     </tr>
        !          1462:     <tr>
        !          1463:       <td>Light:
        !          1464:       <a href="http://www.pouet.net/prod.php?which=14448">E605</a></td>
        !          1465:       <td>before 1.0</td>
        !          1466:       <td>&nbsp;</td>
        !          1467:     </tr>
        !          1468:     <tr>
        !          1469:       <td>Light:
        !          1470:       <a href="http://www.pouet.net/prod.php?which=15189">Power Rise</a></td>
        !          1471:       <td>1.1</td>
        !          1472:       <td>&nbsp;</td>
        !          1473:     </tr>
        !          1474:     <tr>
        !          1475:       <td>Light:
        !          1476:       <a href="http://www.pouet.net/prod.php?which=21333">VGA slideshow</a></td>
        !          1477:       <td class="minor">1.2</td>
        !          1478:       <td>Some vertical bad pixels stripes and one of the images broken, otherwise fine.</td>
        !          1479:     </tr>
        !          1480:     <tr>
        !          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>
        !          1484:       <td>&nbsp;</td>
        !          1485:     </tr>
        !          1486:     <tr>
        !          1487:       <td>MJJ-Prod:
        !          1488:       <a href="http://atari.freemind-tobe.com/">Tribute to Rainbow TOS</a></td>
        !          1489:       <td>1.1</td>
        !          1490:       <td>&nbsp;</td>
        !          1491:     </tr>
        !          1492:     <tr>
        !          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>
        !          1496:       <td>&nbsp;</td>
        !          1497:     </tr>
        !          1498:     <tr>
        !          1499:       <td>New Core:
        !          1500:       <a href="http://www.pouet.net/prod.php?which=11523">Coreflakes</a></td>
        !          1501:       <td>1.1</td>
        !          1502:       <td>&nbsp;</td>
        !          1503:     </tr>
        !          1504:     <tr>
        !          1505:       <td>Next: Illusion</td>
        !          1506:       <td>1.2</td>
        !          1507:       <td>Part of the Phaleon Gigademo</td>
        !          1508:     </tr>
        !          1509:     <tr>
        !          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>
        !          1513:       <td>&nbsp;</td>
        !          1514:     </tr>
        !          1515:     <tr>
        !          1516:       <td>Omega:
        !          1517:       <a href="http://www.pouet.net/prod.php?which=15386">Grotesque</a></td>
        !          1518:       <td>before 1.0</td>
        !          1519:       <td>&nbsp;</td>
        !          1520:     </tr>
        !          1521:     <tr>
        !          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>
        !          1526:     </tr>
        !          1527:     <tr>
        !          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:
        !          1535:       <a href="http://pouet.net/prod.php?which=54205">20 years Atari STE megademo</a></td>
        !          1536:       <td class="minor">1.4</td>
        !          1537:       <td>Sound is broken in Paradox color zoomer screen</td>
        !          1538:     </tr>
        !          1539:     <tr>
        !          1540:       <td>Paradox:
        !          1541:       <a href="http://pouet.net/prod.php?which=15053">X-mas 2004 demo</a></td>
        !          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>
        !          1545:     </tr>
        !          1546:     <tr>
        !          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>
        !          1554:     </tr>
        !          1555:     <tr>
        !          1556:       <td>Paradox:
        !          1557:       <a href="http://pouet.net/prod.php?which=12237">HighResMode</a></td>
        !          1558:       <td>1.5</td>
        !          1559:       <td>Use spec512 mode in med res</td>
        !          1560:     </tr>
        !          1561:     <tr>
        !          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>
        !          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>
        !          1574:     </tr>
        !          1575:     <tr>
        !          1576:       <td>Reservoir Gods:
        !          1577:       <a href="http://pouet.net/prod.php?which=9576">Grimey</a></td>
        !          1578:       <td>before 1.0</td>
        !          1579:       <td>&nbsp;</td>
        !          1580:     </tr>
        !          1581:     <tr>
        !          1582:       <td>Sedma:
        !          1583:       <a href="http://pouet.net/prod.php?which=22492">Blitter Mania</a></td>
        !          1584:       <td>1.1</td>
        !          1585:       <td>&nbsp;</td>
        !          1586:     </tr>
        !          1587:     <tr>
        !          1588:       <td>Syntax:
        !          1589:       <a href="http://pouet.net/prod.php?which=17044">Reanimation</a></td>
        !          1590:       <td>before 1.0</td>
        !          1591:       <td>&nbsp;</td>
        !          1592:     </tr>
        !          1593:     <tr>
        !          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>
        !          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>
        !          1609:       <td>Unit 17:
        !          1610:       <a href="http://www.pouet.net/prod.php?which=30915">Dynamite</a></td>
        !          1611:       <td>1.2</td>
        !          1612:       <td>&nbsp;</td>
        !          1613:     </tr>
        !          1614:     <tr>
        !          1615:       <td>Unit 17:
        !          1616:       <a href="http://www.pouet.net/prod.php?which=30912">E.P.S.S. Demo</a></td>
        !          1617:       <td>1.4</td>
        !          1618:       <td>Video counter is modified while display is ON</td>
        !          1619:     </tr>
        !          1620:     <tr>
        !          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>
        !          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>
        !          1632:       <td>&nbsp;</td>
        !          1633:     </tr>
        !          1634:   </tbody>
        !          1635: </table>
        !          1636: 
        !          1637: <h3>STE applications</h3>
        !          1638: 
        !          1639: <p>Finally some STE only or STE enhanced applications.</p>
        !          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>
        !          1647:     </tr>
        !          1648:   </thead>
        !          1649:   <tbody>
        !          1650:     <tr>
        !          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>
        !          1657:       <td><a href="http://www.preromanbritain.com/maxymiser/">MaxYMiser DMA</a></td>
        !          1658:       <td>before 1.0</td>
        !          1659:       <td>&nbsp;</td>
        !          1660:     </tr> 
        !          1661:     <tr>
        !          1662:       <td><a href="http://pouet.net/prod.php?which=15989">Octalyser STE</a></td>
        !          1663:       <td>1.0</td>
        !          1664:       <td>Opens left and bottom border, screen flickers when playing
        !          1665:           mods if Octalyser isn't configured correctly for the machine</td>
        !          1666:     </tr>
        !          1667:     <tr>
        !          1668:       <td><a href="http://people.opera.com/~karlo/">Protracker STE</a></td>
        !          1669:       <td>1.4</td>
        !          1670:       <td>Opens bottom border, 50kHz DMA replay</td>
        !          1671:     </tr>
        !          1672:     <tr>
        !          1673:       <td>Stretch</td>
        !          1674:       <td>before 1.0</td>
        !          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: 
        !          1682: <h2>TT software compatibility list</h2>
        !          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: 
        !          1688: <h3>TT games</h3>
        !          1689: 
        !          1690: <table border="1">
        !          1691:   <caption>TT games</caption>
        !          1692:   <thead>
        !          1693:     <tr class="backdropped">
        !          1694:       <th>Game</th>
        !          1695:       <th>Hatari version</th>
        !          1696:       <th>Notes</th>
        !          1697:     </tr>
        !          1698:   </thead>
        !          1699:   <tbody>
        !          1700:     <tr>
        !          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>
        !          1708:       <td>Oxyd 2 TT</td>
        !          1709:       <td>before 1.0</td>
        !          1710:       <td>Oxyd 2 in color</td>
        !          1711:     </tr>
        !          1712:   </tbody>
        !          1713: </table>
        !          1714: 
        !          1715: <h3>TT demos</h3>
        !          1716: 
        !          1717: <table border="1">
        !          1718:   <caption>TT demos</caption>
        !          1719:   <thead>
        !          1720:     <tr class="backdropped">
        !          1721:       <th>Demo</th>
        !          1722:       <th>Hatari version</th>
        !          1723:       <th>Notes</th>
        !          1724:     </tr>
        !          1725:   </thead>
        !          1726:   <tbody>
        !          1727:     <tr>
        !          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>
        !          1742:       <td>before 1.0</td>
        !          1743:       <td>&nbsp;</td>
        !          1744:     </tr>
        !          1745:     <tr>
        !          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>
        !          1750:     </tr>
        !          1751:     <tr>
        !          1752:       <td>tSCc:
        !          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>
        !          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>
        !          1780:     </tr>
        !          1781:   </tbody>
        !          1782: </table>
        !          1783: 
        !          1784: 
        !          1785: <h2>Falcon software compatibility list</h2>
        !          1786: 
        !          1787: <p>You can select between three different DSP emulation modes with
        !          1788: the Hatari "--dsp" option:
        !          1789: <ul>
        !          1790:   <li><b>none</b>: No emulation.
        !          1791:       If program doesn't need/use DSP, this is the best option.</li>
        !          1792:   <li><b>emu</b>: Experimental DSP emulation.  Needed if program
        !          1793:       requires DSP. On by default for Falcon. Slow.</li>
        !          1794:   <li><b>dummy</b>: Faked DSP response to DSP commands.
        !          1795:       Some rare programs that need DSP may also work with faked DSP.
        !          1796:       This is much faster than the real DSP emulation.</li>
        !          1797: </ul>
        !          1798: 
        !          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
        !          1803: otherwise "-".</p>
        !          1804: 
        !          1805: <p>Due to incomplete VIDEL emulation and some remaining emulation
        !          1806: cycle accuracy issues, some Falcon programs don't work yet.
        !          1807: <b>Note:</b> more timing critical demos (for example ones using
        !          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>
        !          1811: 
        !          1812: <h3>Falcon games</h3>
        !          1813: 
        !          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>
        !          1823:     </tr>
        !          1824:   </thead>
        !          1825:   <tbody>
        !          1826:     <tr>
        !          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>
        !          1836:       <td>-</td>
        !          1837:       <td>-</td>
        !          1838:       <td></td>
        !          1839:     </tr>
        !          1840:     <tr>
        !          1841:       <td>Addsub</td>
        !          1842:       <td class="minor">1.6</td>
        !          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>
        !          1850:       <td>-</td>
        !          1851:       <td>emu</td>
        !          1852:       <td>All tested versions (v2.14a, v307a) work fine with Doom wad,
        !          1853:           but look wrong with Heretic wad.</td>
        !          1854:     </tr>
        !          1855:     <tr>
        !          1856:       <td>Blackhole</td>
        !          1857:       <td>1.0</td>
        !          1858:       <td>yes</td>
        !          1859:       <td>-</td>
        !          1860:       <td>640x400@256 mode only</td>
        !          1861:     </tr> 
        !          1862:     <tr>
        !          1863:       <td>Block Blizzard (preview)</td>
        !          1864:       <td>1.0</td>
        !          1865:       <td>-</td>
        !          1866:       <td>-</td>
        !          1867:       <td></td>
        !          1868:     </tr>
        !          1869:     <tr>
        !          1870:       <td>Blum</td>
        !          1871:       <td>1.4</td>
        !          1872:       <td>yes</td>
        !          1873:       <td>-</td>
        !          1874:       <td>Background music if DSP emu enabled</td>
        !          1875:     </tr>
        !          1876:     <tr>
        !          1877:       <td>Bomb Squad</td>
        !          1878:       <td>1.0</td>
        !          1879:       <td>yes</td>
        !          1880:       <td>-</td>
        !          1881:       <td></td>
        !          1882:     </tr> 
        !          1883:     <tr>
        !          1884:       <td><a href="http://pouet.net/prod.php?which=28910">Boom preview</a></td>
        !          1885:       <td>1.3</td>
        !          1886:       <td>yes</td>
        !          1887:       <td>emu</td>
        !          1888:       <td></td>
        !          1889:     </tr> 
        !          1890:     <tr>
        !          1891:       <td><a href="http://rg.atari.org/game.htm">Bugger</a></td>
        !          1892:       <td>1.4</td>
        !          1893:       <td>yes</td>
        !          1894:       <td>-</td>
        !          1895:       <td>Background music if DSP emu enabled</td>
        !          1896:     </tr> 
        !          1897:     <tr>
        !          1898:       <td><a href="http://rg.atari.org/game.htm">Bunion</a></td>
        !          1899:       <td>1.4</td>
        !          1900:       <td>yes</td>
        !          1901:       <td>-</td>
        !          1902:       <td>Background music if DSP emu enabled</td>
        !          1903:     </tr>
        !          1904:     <tr>
        !          1905:       <td><a href="http://pouet.net/prod.php?which=29351">Cavemania (demo)</a></td>
        !          1906:       <td class="minor">1.6</td>
        !          1907:       <td>yes</td>
        !          1908:       <td>-</td>
        !          1909:       <td>Some menus are black (space gets through them).
        !          1910:           After playing a while: "IKBD buffer is full!" (with WinUAE).
        !          1911:          Screen bottom has garbage. Background music with DSP emu</td>
        !          1912:     </tr>
        !          1913:     <tr>
        !          1914:       <td><a href="http://paradize.final-memory.org/games.shtml">ChainZ</a></td>
        !          1915:       <td>1.4</td>
        !          1916:       <td>yes</td>
        !          1917:       <td>emu</td>
        !          1918:       <td>Keep space pressed while game is starting, or use DSP emu
        !          1919:           to get background music. VGA only</td>
        !          1920:     </tr> 
        !          1921:     <tr>
        !          1922:       <td>Conquest of Elysium II</td>
        !          1923:       <td>1.0</td>
        !          1924:       <td>yes</td>
        !          1925:       <td>-</td>
        !          1926:       <td></td>
        !          1927:     </tr> 
        !          1928:     <tr>
        !          1929:       <td>Columns by Deadheart (demo)</td>
        !          1930:       <td>1.0</td>
        !          1931:       <td>yes</td>
        !          1932:       <td>-</td>
        !          1933:       <td>Nice. Background music if DSP emu enabled</td>
        !          1934:     </tr>
        !          1935:     <tr>
        !          1936:       <td>Confusion (demo)</td>
        !          1937:       <td>1.3</td>
        !          1938:       <td>yes</td>
        !          1939:       <td>-</td>
        !          1940:       <td>Background music if DSP emu enabled.  Both demos 1 &amp; 2 work</td>
        !          1941:     </tr> 
        !          1942:     <tr>
        !          1943:       <td>Corsair</td>
        !          1944:       <td>1.0</td>
        !          1945:       <td>yes</td>
        !          1946:       <td>-</td>
        !          1947:       <td>Background music if DSP emu enabled. Multiplayer</td>
        !          1948:     </tr> 
        !          1949:     <tr>
        !          1950:       <td>Crown of Creation 3D</td>
        !          1951:       <td>1.3</td>
        !          1952:       <td>yes</td>
        !          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>
        !          1959:       <td>-</td>
        !          1960:       <td>-</td>
        !          1961:       <td>DB in 4KB</td>
        !          1962:     </tr> 
        !          1963:     <tr>
        !          1964:       <td><a href="http://rg.atari.org/game.htm">Double Bobble 2000</a></td>
        !          1965:       <td>1.4</td>
        !          1966:       <td>yes</td>
        !          1967:       <td>-</td>
        !          1968:       <td>Background music if DSP emu enabled</td>
        !          1969:     </tr> 
        !          1970:     <tr>
        !          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>
        !          1978:       <td>Epi-Lepsie</td>
        !          1979:       <td>1.4</td>
        !          1980:       <td>yes</td>
        !          1981:       <td>emu</td>
        !          1982:       <td></td>
        !          1983:     </tr> 
        !          1984:    <tr>
        !          1985:       <td>Evolution Dino Dudes<br />(aka. Humans)</td>
        !          1986:       <td class="major">1.3</td>
        !          1987:       <td>-</td>
        !          1988:       <td>-</td>
        !          1989:       <td>Intro and menu work, but graphics are distorted in game.<br />
        !          1990:           (Game writes twice to the $ff820e register during one VBL!)</td>
        !          1991:     </tr>
        !          1992:     <tr>
        !          1993:       <td>Falcon Fighter II</td>
        !          1994:       <td>1.0</td>
        !          1995:       <td>yes</td>
        !          1996:       <td>-</td>
        !          1997:       <td>ST low version has problems with scrolling (which doesn't
        !          1998:           happen with with STe emulation). In TC version parts of sprites
        !          1999:          get stuck to top of screen</td>
        !          2000:     </tr> 
        !          2001:     <tr>
        !          2002:       <td>FalcTron</td>
        !          2003:       <td>1.3</td>
        !          2004:       <td>yes</td>
        !          2005:       <td>-</td>
        !          2006:       <td></td>
        !          2007:     </tr> 
        !          2008:     <tr>
        !          2009:       <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Ganymed</a></td>
        !          2010:       <td>1.3</td>
        !          2011:       <td>yes</td>
        !          2012:       <td>-</td>
        !          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>
        !          2017:       <td>1.6</td>
        !          2018:       <td>yes</td>
        !          2019:       <td>-</td>
        !          2020:       <td>VGA only.  Doesn't work with WinUAE</td>
        !          2021:     </tr>
        !          2022:     <tr>
        !          2023:       <td>Gravon (demo)</td>
        !          2024:       <td>1.4</td>
        !          2025:       <td>yes</td>
        !          2026:       <td>emu</td>
        !          2027:       <td>3D hovercraft.  Slow</td>
        !          2028:     </tr>
        !          2029:     <tr>
        !          2030:       <td>Great</td>
        !          2031:       <td>1.3</td>
        !          2032:       <td>yes</td>
        !          2033:       <td>-</td>
        !          2034:       <td>Atoms clone</td>
        !          2035:     </tr>
        !          2036:     <tr>
        !          2037:       <td>H2O</td>
        !          2038:       <td>1.4</td>
        !          2039:       <td>yes</td>
        !          2040:       <td>emu</td>
        !          2041:       <td>Nice.</td>
        !          2042:     </tr>
        !          2043:     <tr>
        !          2044:       <td>Hexogan (v0.6)</td>
        !          2045:       <td>1.4</td>
        !          2046:       <td>yes</td>
        !          2047:       <td>-</td>
        !          2048:       <td>Use number keypad to play</td>
        !          2049:     </tr> 
        !          2050:     <tr>
        !          2051:       <td>Impulse</td>
        !          2052:       <td>1.3</td>
        !          2053:       <td>yes</td>
        !          2054:       <td>-</td>
        !          2055:       <td>Nice breakout clone.  Background music if DSP emu enabled</td>
        !          2056:     </tr>
        !          2057:     <tr>
        !          2058:       <td>Ishar 3 (CD)</td>
        !          2059:       <td>1.3</td>
        !          2060:       <td>yes</td>
        !          2061:       <td>-</td>
        !          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>
        !          2071:     </tr>
        !          2072:     <tr>
        !          2073:       <td><a href="http://www.pouet.net/prod.php?which=25919">"K"</a></td>
        !          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>
        !          2078:     </tr>
        !          2079:     <tr>
        !          2080:       <td><a href="http://www.sebastien-pastore.com/killing/">Killing Impact</a></td>
        !          2081:       <td class="major">1.6</td>
        !          2082:       <td>yes</td>
        !          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>
        !          2087:     </tr>
        !          2088:     <tr>
        !          2089:       <td>Kwiks.pd</td>
        !          2090:       <td>1.0</td>
        !          2091:       <td>-</td>
        !          2092:       <td>-</td>
        !          2093:       <td>Nice Quix clone.</td>
        !          2094:     </tr>
        !          2095:     <tr>
        !          2096:       <td>Lamemine</td>
        !          2097:       <td>1.0</td>
        !          2098:       <td>yes</td>
        !          2099:       <td>dummy emu</td>
        !          2100:       <td>Background music if DSP emu enabled</td>
        !          2101:     </tr> 
        !          2102:     <tr>
        !          2103:       <td>Lasers and Hommes (DLDH2)</td>
        !          2104:       <td>1.6</td>
        !          2105:       <td>yes</td>
        !          2106:       <td>emu</td>
        !          2107:       <td>Slow</td>
        !          2108:     </tr>
        !          2109:     <tr>
        !          2110:       <td>Les Dinosaures (demo)</td>
        !          2111:       <td>1.6</td>
        !          2112:       <td>yes</td>
        !          2113:       <td>emu</td>
        !          2114:       <td></td>
        !          2115:     </tr>
        !          2116:     <tr>
        !          2117:       <td><a href="http://www.llamasoft.co.uk/lc-16bit.php">Llamazap</a></td>
        !          2118:       <td>1.6</td>
        !          2119:       <td>-</td>
        !          2120:       <td>-</td>
        !          2121:       <td>Requires joypad.  Linked version doesn't have (DSP) music, others have</td>
        !          2122:     </tr> 
        !          2123:     <tr>
        !          2124:       <td>Madtris</td>
        !          2125:       <td>1.0</td>
        !          2126:       <td>yes</td>
        !          2127:       <td>-</td>
        !          2128:       <td></td>
        !          2129:     </tr>
        !          2130:     <tr>
        !          2131:       <td>Masters of Chaos</td>
        !          2132:       <td>1.1</td>
        !          2133:       <td>-</td>
        !          2134:       <td>-</td>
        !          2135:       <td>2-4 player "Dungeon Master". 4 players needs MIDI.</td>
        !          2136:     </tr>
        !          2137:     <tr>
        !          2138:       <td><a href="http://pouet.net/prod.php?which=28903">Men at War (preview)</a></td>
        !          2139:       <td class="minor">1.6</td>
        !          2140:       <td>yes</td>
        !          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>
        !          2144:     </tr>
        !          2145:     <tr>
        !          2146:       <td>Milanopol</td>
        !          2147:       <td>1.0</td>
        !          2148:       <td>-</td>
        !          2149:       <td>-</td>
        !          2150:       <td></td>
        !          2151:     </tr>
        !          2152:     <tr>
        !          2153:       <td>Mini F1 demo</td>
        !          2154:       <td class="major">1.6</td>
        !          2155:       <td>-</td>
        !          2156:       <td>-</td>
        !          2157:       <td>Freezes when the game would start.  Sound is just noise</td>
        !          2158:     </tr>
        !          2159:     <tr>
        !          2160:       <td>Moongame</td>
        !          2161:       <td class="major">1.6</td>
        !          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>
        !          2168:       <td class="major">1.6</td>
        !          2169:       <td>-</td>
        !          2170:       <td>emu</td>
        !          2171:       <td>Exits in the starting phase
        !          2172:           (preview 1 works, but is non-interactive)</td>
        !          2173:     </tr>
        !          2174:     <tr>
        !          2175:       <td>Mouse trap</td>
        !          2176:       <td class="major">1.6</td>
        !          2177:       <td>yes</td>
        !          2178:       <td>-</td>
        !          2179:       <td>Screen lines are doubled</td>
        !          2180:     </tr>
        !          2181:     <tr>
        !          2182:       <td>Multi Briques</td>
        !          2183:       <td>1.6</td>
        !          2184:       <td>yes</td>
        !          2185:       <td>emu</td>
        !          2186:       <td>Some versions work, some get stuck at start with white screen</td>
        !          2187:     </tr>
        !          2188:     <tr>
        !          2189:       <td>Neurobot.108</td>
        !          2190:       <td>1.0</td>
        !          2191:       <td>yes</td>
        !          2192:       <td>-</td>
        !          2193:       <td></td>
        !          2194:     </tr>
        !          2195:     <tr>
        !          2196:       <td>Nibe2</td>
        !          2197:       <td class="minor">1.4</td>
        !          2198:       <td>-</td>
        !          2199:       <td>-</td>
        !          2200:       <td>Videl emu doesn't support rasters in title screen</td>
        !          2201:     </tr>
        !          2202:     <tr>
        !          2203:       <td>Offworld</td>
        !          2204:       <td>1.3</td>
        !          2205:       <td>yes</td>
        !          2206:       <td>-</td>
        !          2207:       <td>Press fire in black screen to start game</td>
        !          2208:     </tr>
        !          2209:     <tr>
        !          2210:       <td><a href="http://logitron.atari.online.fr/skuum_english.htm">Operation Skuum</a></td>
        !          2211:       <td>1.3</td>
        !          2212:       <td>yes</td>
        !          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>
        !          2219:       <td>yes</td>
        !          2220:       <td>-</td>
        !          2221:       <td>Nice</td>
        !          2222:     </tr>
        !          2223:     <tr>
        !          2224:       <td>Painium Disaster</td>
        !          2225:       <td>1.0</td>
        !          2226:       <td>yes</td>
        !          2227:       <td>-</td>
        !          2228:       <td>Some display problems</td>
        !          2229:     </tr>
        !          2230:     <tr>
        !          2231:       <td><a href="http://www.fatal-design.com/pinball/">Pinball Dreams</a></td>
        !          2232:       <td class="major">1.6</td>
        !          2233:       <td>yes</td>
        !          2234:       <td>-</td>
        !          2235:       <td>Main menu works only with WinUAE core.  Actual game screen is scrambled / doesn't work.</td>
        !          2236:     </tr>
        !          2237:     <tr>
        !          2238:       <td>Pingo98</td>
        !          2239:       <td class="minor">1.6</td>
        !          2240:       <td>yes</td>
        !          2241:       <td>emu</td>
        !          2242:       <td>Colors wrong in classic version, TC version just exits.
        !          2243:           DSP used for background music</td>
        !          2244:     </tr>
        !          2245:     <tr>
        !          2246:       <td><a href="http://pagesperso-orange.fr/patrice.mandin/en/port-jeux.html">PMHeretic &amp; PMDoom</a></td>
        !          2247:       <td>1.0</td>
        !          2248:       <td>yes</td>
        !          2249:       <td>-</td>
        !          2250:       <td>Very slow</td>
        !          2251:     </tr> 
        !          2252:     <tr>
        !          2253:       <td>Poker</td>
        !          2254:       <td>1.3</td>
        !          2255:       <td>yes</td>
        !          2256:       <td>-</td>
        !          2257:       <td>Works only in VGA</td>
        !          2258:     </tr>
        !          2259:     <tr>
        !          2260:       <td>Pong 2K (demo)</td>
        !          2261:       <td>1.3</td>
        !          2262:       <td>yes</td>
        !          2263:       <td>-</td>
        !          2264:       <td>Background music with DSP. A bit unstable</td>
        !          2265:     </tr>
        !          2266:     <tr>
        !          2267:       <td>Pouspous</td>
        !          2268:       <td>1.0</td>
        !          2269:       <td>-</td>
        !          2270:       <td>-</td>
        !          2271:       <td>Image puzzle. HiColor only</td>
        !          2272:     </tr>
        !          2273:     <tr>
        !          2274:       <td>Push It</td>
        !          2275:       <td>1.4</td>
        !          2276:       <td>yes</td>
        !          2277:       <td>-</td>
        !          2278:       <td>Background music if DSP emu enabled</td>
        !          2279:     </tr>
        !          2280:     <tr>
        !          2281:       <td>Q-Blue</td>
        !          2282:       <td>1.0</td>
        !          2283:       <td>-</td>
        !          2284:       <td>-</td>
        !          2285:       <td>Hicolor / VGA only</td>
        !          2286:     </tr>
        !          2287:     <tr>
        !          2288:       <td>Radical Race (demo)</td>
        !          2289:       <td>1.0</td>
        !          2290:       <td>-</td>
        !          2291:       <td>-</td>
        !          2292:       <td>Nice</td>
        !          2293:     </tr>
        !          2294:     <tr>
        !          2295:       <td>Raiden</td>
        !          2296:       <td>1.0</td>
        !          2297:       <td>yes</td>
        !          2298:       <td>-</td>
        !          2299:       <td>Use joypad, needs over 4MB</td>
        !          2300:     </tr>
        !          2301:     <tr>
        !          2302:       <td><a href="http://www.pouet.net/prod.php?which=32093">Rave</a></td>
        !          2303:       <td>1.0</td>
        !          2304:       <td>yes</td>
        !          2305:       <td>dummy emu</td>
        !          2306:       <td>Background music with DSP</td>
        !          2307:     </tr>
        !          2308:     <tr>
        !          2309:       <td>Reeking Rubber</td>
        !          2310:       <td class="major">1.4</td>
        !          2311:       <td>-</td>
        !          2312:       <td>-</td>
        !          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>
        !          2321:     </tr>
        !          2322:     <tr>
        !          2323:       <td>Running</td>
        !          2324:       <td>1.3</td>
        !          2325:       <td>yes</td>
        !          2326:       <td>emu</td>
        !          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>
        !          2329:     </tr>
        !          2330:     <tr>
        !          2331:       <td>SBM v0.8</td>
        !          2332:       <td>1.0</td>
        !          2333:       <td>-</td>
        !          2334:       <td>-</td>
        !          2335:       <td>Nice Bomberman clone</td>
        !          2336:     </tr>
        !          2337:     <tr>
        !          2338:       <td>SBM v1.03</td>
        !          2339:       <td>1.6</td>
        !          2340:       <td>-</td>
        !          2341:       <td>-</td>
        !          2342:       <td>Requires WinUAE CPU core</td>
        !          2343:     </tr>
        !          2344:     <tr>
        !          2345:       <td>Shangai (demo)</td>
        !          2346:       <td>1.3</td>
        !          2347:       <td>-</td>
        !          2348:       <td>-</td>
        !          2349:       <td></td>
        !          2350:     </tr>
        !          2351:     <tr>
        !          2352:       <td><a href="http://logitron.atari.online.fr/sheer_english.htm">Sheer Agony</a></td>
        !          2353:       <td>1.3</td>
        !          2354:       <td>yes</td>
        !          2355:       <td>-</td>
        !          2356:       <td></td>
        !          2357:     </tr>
        !          2358:     <tr>
        !          2359:       <td>Snatch by FUN</td>
        !          2360:       <td>1.3</td>
        !          2361:       <td>yes</td>
        !          2362:       <td>-</td>
        !          2363:       <td>VGA 640x480x16 mode only. Background music with DSP</td>
        !          2364:     </tr>
        !          2365:     <tr>
        !          2366:       <td><a href="http://rg.atari.org/game.htm">Sky Fall</a></td>
        !          2367:       <td>1.4</td>
        !          2368:       <td>yes</td>
        !          2369:       <td>-</td>
        !          2370:       <td>Background music if DSP emu enabled</td>
        !          2371:     </tr>
        !          2372:     <tr>
        !          2373:       <td><a href="http://pouet.net/prod.php?which=29341">Slippery Sam</a></td>
        !          2374:       <td>1.6</td>
        !          2375:       <td>yes</td>
        !          2376:       <td>dummy</td>
        !          2377:       <td>Needs 14MB of RAM. Background music if DSP emu enabled</td>
        !          2378:     </tr>
        !          2379:     <tr>
        !          2380:       <td>Sokoban by FUN</td>
        !          2381:       <td class="major">1.6</td>
        !          2382:       <td>yes</td>
        !          2383:       <td>emu</td>
        !          2384:       <td>VGA 640x480x16 only, black screen after loading data</td>
        !          2385:     </tr>
        !          2386:     <tr>
        !          2387:       <td>Space Taxi</td>
        !          2388:       <td>1.0</td>
        !          2389:       <td>-</td>
        !          2390:       <td>-</td>
        !          2391:       <td></td>
        !          2392:     </tr>
        !          2393:     <tr>
        !          2394:       <td><a href="http://www.martin-steen.de/hicolor/hicolor.html">Spice</a></td>
        !          2395:       <td>1.0</td>
        !          2396:       <td>yes</td>
        !          2397:       <td>-</td>
        !          2398:       <td>Nice Defender clone</td>
        !          2399:     </tr>
        !          2400:     <tr>
        !          2401:       <td>Static</td>
        !          2402:       <td>1.0</td>
        !          2403:       <td>-</td>
        !          2404:       <td>-</td>
        !          2405:       <td>Play solitaire against computer</td>
        !          2406:     </tr>
        !          2407:     <tr>
        !          2408:       <td>Steinbruch</td>
        !          2409:       <td>1.0</td>
        !          2410:       <td>yes</td>
        !          2411:       <td>-</td>
        !          2412:       <td>Use STE joypad. Background music if DSP emu enabled</td>
        !          2413:     </tr>
        !          2414:     <tr>
        !          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>
        !          2422:       <td><a href="http://pouet.net/prod.php?which=52226">Switch</a></td>
        !          2423:       <td>1.0</td>
        !          2424:       <td>yes</td>
        !          2425:       <td>-</td>
        !          2426:       <td>Background music if DSP emu enabled</td>
        !          2427:     </tr>
        !          2428:     <tr>
        !          2429:       <td><a href="http://rg.atari.org/game.htm">Sworm</a></td>
        !          2430:       <td>1.4</td>
        !          2431:       <td>yes</td>
        !          2432:       <td>-</td>
        !          2433:       <td>Background music if DSP emu enabled</td>
        !          2434:     </tr>
        !          2435:     <tr>
        !          2436:       <td>Tank Blaster</td>
        !          2437:       <td>1.3</td>
        !          2438:       <td>yes</td>
        !          2439:       <td>-</td>
        !          2440:       <td></td>
        !          2441:     </tr>
        !          2442:     <tr>
        !          2443:       <td>TeknoBalls</td>
        !          2444:       <td>1.4</td>
        !          2445:       <td>yes</td>
        !          2446:       <td>emu</td>
        !          2447:       <td>Breakout clone</td>
        !          2448:     </tr>
        !          2449:     <tr>
        !          2450:       <td><a href="http://rg.atari.org/game.htm">Tautology II</a></td>
        !          2451:       <td>1.4</td>
        !          2452:       <td>yes</td>
        !          2453:       <td>-</td>
        !          2454:       <td>Nice Mahjongg variant. Supports Joypad (configurable).
        !          2455:           Background music with DSP emu enabled</td>
        !          2456:     </tr>
        !          2457:     <tr>
        !          2458:       <td><a href="http://www.vinc17.org/tetrhex/index_eng.html">Tetrhex</a></td>
        !          2459:       <td>1.0</td>
        !          2460:       <td>-</td>
        !          2461:       <td>-</td>
        !          2462:       <td></td>
        !          2463:     </tr>
        !          2464:     <tr>
        !          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>
        !          2470:     </tr>
        !          2471:     <tr>
        !          2472:       <td>ToyMan</td>
        !          2473:       <td>1.0</td>
        !          2474:       <td>-</td>
        !          2475:       <td>-</td>
        !          2476:       <td>Pacman</td>
        !          2477:     </tr>
        !          2478:     <tr>
        !          2479:       <td><a href="http://pouet.net/prod.php?which=28905">Tron 2</a></td>
        !          2480:       <td class="major">1.6</td>
        !          2481:       <td>yes</td>
        !          2482:       <td>dummy emu</td>
        !          2483:       <td>Screen scrambled in v1.6, worked fine in v1.0 - v1.4. Background music if DSP emu enabled</td>
        !          2484:     </tr>
        !          2485:     <tr>
        !          2486:       <td>TsccTron (preview)</td>
        !          2487:       <td class="minor">1.6</td>
        !          2488:       <td>yes</td>
        !          2489:       <td>-</td>
        !          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>
        !          2497:       <td>-</td>
        !          2498:       <td>GEM minesweeper</td>
        !          2499:     </tr>
        !          2500:     <tr>
        !          2501:       <td>Ufo War</td>
        !          2502:       <td class="major">1.6</td>
        !          2503:       <td>yes</td>
        !          2504:       <td>-</td>
        !          2505:       <td>Screen scrambled. With DSP emu, bg music for a while</td>
        !          2506:     </tr>
        !          2507:     <tr>
        !          2508:       <td>Ultimate Arena (demo)</td>
        !          2509:       <td>1.5</td>
        !          2510:       <td>yes</td>
        !          2511:       <td>yes</td>
        !          2512:       <td>Falcon version of the game</td>
        !          2513:     </tr>
        !          2514:     <tr>
        !          2515:       <td>Vertical Mayhem(+)</td>
        !          2516:       <td>1.0</td>
        !          2517:       <td>yes</td>
        !          2518:       <td>-</td>
        !          2519:       <td>Works perfectly, nice columns clone</td>
        !          2520:     </tr>
        !          2521:     <tr>
        !          2522:       <td>Watership</td>
        !          2523:       <td class="minor">1.6</td>
        !          2524:       <td>yes</td>
        !          2525:       <td>emu</td>
        !          2526:       <td>Some glitches at the bottom of the screen</td>
        !          2527:     </tr>
        !          2528:     <tr>
        !          2529:       <td><a href="http://newbeat.atari.org/main.php?page=productions">Willie Adventurer</a></td>
        !          2530:       <td>1.0</td>
        !          2531:       <td>yes</td>
        !          2532:       <td>-</td>
        !          2533:       <td>Both 1st and 2nd preview versions work, but 1st one has
        !          2534:           scrolling/display issues. Background music if DSP emu enabled</td>
        !          2535:     </tr>
        !          2536:     <tr>
        !          2537:       <td>Wotanoid</td>
        !          2538:       <td>1.4</td>
        !          2539:       <td>yes</td>
        !          2540:       <td>emu</td>
        !          2541:       <td>Asteroids clone</td>
        !          2542:     </tr>
        !          2543:     <tr>
        !          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>
        !          2551:       <td>Zodiax (demo)</td>
        !          2552:       <td>1.0</td>
        !          2553:       <td>yes</td>
        !          2554:       <td>-</td>
        !          2555:       <td>Nice R-type game clone</td>
        !          2556:     </tr>
        !          2557:   </tbody>
        !          2558: </table>
        !          2559: 
        !          2560: 
        !          2561: <h3>Falcon demos</h3>
        !          2562: 
        !          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>
        !          2577:     </tr>
        !          2578:   </thead>
        !          2579:   <tbody>
        !          2580:     <tr>
        !          2581:       <td>Aggression:
        !          2582:       <a href="http://www.pouet.net/prod.php?which=13699">Agressive II party info</a></td>
        !          2583:       <td>1.4</td>
        !          2584:       <td>yes</td>
        !          2585:       <td>emu</td>
        !          2586:       <td>Graphics don't look same as on pouet.net screenshot</td>
        !          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>
        !          2592:       <td>-</td>
        !          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>
        !          2598:       <td>An cool:
        !          2599:       <a href="http://pouet.net/prod.php?which=24781">The Keff demo</a></td>
        !          2600:       <td class="major">1.6</td>
        !          2601:       <td>yes</td>
        !          2602:       <td>-</td>
        !          2603:       <td>Sinwave scroller leaves garbage pixels on screen,
        !          2604:           gets stuck after dragons pic with black screen</td>
        !          2605:     </tr>
        !          2606:     <tr>
        !          2607:       <td>Aura:
        !          2608:       <a href="http://pouet.net/prod.php?which=15730">E.X.Illusion</a></td>
        !          2609:       <td>1.6</td>
        !          2610:       <td>yes</td>
        !          2611:       <td>emu</td>
        !          2612:       <td>Needs WinUAE core in Hatari v1.6</td>
        !          2613:     </tr>
        !          2614:     <tr>
        !          2615:       <td>Avena:
        !          2616:       <a href="http://pouet.net/prod.php?which=1177">Sonolumineszenz</a></td>
        !          2617:       <td>1.3</td>
        !          2618:       <td>yes</td>
        !          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>
        !          2641:       <td>1.4</td>
        !          2642:       <td>yes</td>
        !          2643:       <td>-</td>
        !          2644:       <td>AVR animation/music with Brainstorm player.
        !          2645:           Background music with DSP emu</td>
        !          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>
        !          2651:       <td>-</td>
        !          2652:       <td>emu</td>
        !          2653:       <td>Musicdemo GFA interface looks completely broken + mouse doesn't work properly</td>
        !          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>
        !          2662:     </tr>
        !          2663:     <tr>
        !          2664:       <td>Cream:
        !          2665:       <a href="http://jfhaslam.atari.org/downloads/bin_vga.zip">Binliner preview</a></td>
        !          2666:       <td class="minor">1.6</td>
        !          2667:       <td>yes</td>
        !          2668:       <td>emu</td>
        !          2669:       <td>Freaky screen works only with old UAE core. Land &amp; Worship screens bomb</td>
        !          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:
        !          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:
        !          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>
        !          2724:       <td>-</td>
        !          2725:       <td>Fast. Needs FPU. Background music with DSP emu.
        !          2726:           Sometimes crashes with WinUAE CPU core</td>
        !          2727:     </tr>
        !          2728:     <tr>
        !          2729:       <td>DHS:
        !          2730:       <a href="http://pouet.net/prod.php?which=2165">Don't Break The Oath</a></td>
        !          2731:       <td>1.5</td>
        !          2732:       <td>-</td>
        !          2733:       <td>-</td>
        !          2734:       <td>Needs 14MB RAM and FPU. Uses NoCrew DSP MP2-player</td>
        !          2735:     </tr>
        !          2736:     <tr>
        !          2737:       <td>DHS:
        !          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>
        !          2755:       <td>1.3</td>
        !          2756:       <td>-</td>
        !          2757:       <td>-</td>
        !          2758:       <td>Needs to be started in HiColor mode to work properly</td>
        !          2759:     </tr>
        !          2760:     <tr>
        !          2761:       <td>DHS:
        !          2762:       <a href="http://pouet.net/prod.php?which=24780">Outline 2006 invite</a></td>
        !          2763:       <td>1.5</td>
        !          2764:       <td>-</td>
        !          2765:       <td>-</td>
        !          2766:       <td>Needs 14MB RAM, uses NoCrew DSP MP2-player
        !          2767:       (recommended: --memory 14 --cpuclock 32 --dsp none --monitor vga
        !          2768:       --sound off --fast-forward yes)</td>
        !          2769:     </tr>
        !          2770:     <tr>
        !          2771:       <td>Digital Chaos:
        !          2772:       <a href="http://www.pouet.net/prod.php?which=17802">Built-in Obsolescence</a></td>
        !          2773:       <td>1.6.2</td>
        !          2774:       <td>yes</td>
        !          2775:       <td>emu</td>
        !          2776:       <td>Requires WinUAE CPU core, gives DSP stack overflows</td>
        !          2777:     </tr>
        !          2778:     <tr>
        !          2779:       <td>DNT Crew:
        !          2780:       <a href="http://pouet.net/prod.php?which=16806">Agony</a></td>
        !          2781:       <td class="minor">1.4</td>
        !          2782:       <td>yes</td>
        !          2783:       <td>emu</td>
        !          2784:       <td>After few screens freezes with black screen</td>
        !          2785:     </tr>
        !          2786:     <tr>
        !          2787:       <td>DNT Crew:
        !          2788:       <a href="http://www.pouet.net/prod.php?which=16807">Chaos A.D.</a>*</td>
        !          2789:       <td class="minor">1.5</td>
        !          2790:       <td>yes</td>
        !          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>
        !          2794:     </tr>
        !          2795:     <tr>
        !          2796:       <td>EKO:
        !          2797:       <a href="http://www.pouet.net/prod.php?which=1180">Are You Experienced?</a></td>
        !          2798:       <td>1.6</td>
        !          2799:       <td>yes</td>
        !          2800:       <td>emu</td>
        !          2801:       <td>Requires WinUAE CPU core</td>
        !          2802:     </tr>
        !          2803:     <tr>
        !          2804:       <td>EKO:
        !          2805:       <a href="http://www.pouet.net/prod.php?which=8572">E.K.O System</a></td>
        !          2806:       <td>1.6</td>
        !          2807:       <td>yes</td>
        !          2808:       <td>emu</td>
        !          2809:       <td>Requires WinUAE CPU core</td>
        !          2810:     </tr>
        !          2811:     <tr>
        !          2812:       <td>EKO:
        !          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>
        !          2816:       <td>-</td>
        !          2817:       <td>Bombs out when it comes to the menu</td>
        !          2818:     </tr>
        !          2819:     <tr>
        !          2820:       <td>EKO:
        !          2821:       <a href="http://www.pouet.net/prod.php?which=17874">Geranium</a></td>
        !          2822:       <td>1.3</td>
        !          2823:       <td>yes</td>
        !          2824:       <td>emu</td>
        !          2825:       <td></td>
        !          2826:     </tr>
        !          2827:     <tr>
        !          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>
        !          2831:       <td>yes</td>
        !          2832:       <td>emu</td>
        !          2833:       <td>Texture mapping uses DSP, but otherwise works fine also without DSP</td>
        !          2834:     </tr>
        !          2835:     <tr>
        !          2836:       <td>Escape:
        !          2837:       <a href="http://pouet.net/prod.php?which=15676">_</a></td>
        !          2838:       <td class="major">1.6</td>
        !          2839:       <td>yes</td>
        !          2840:       <td>emu</td>
        !          2841:       <td>Freezes or exits after few screens</td>
        !          2842:     </tr>
        !          2843:     <tr>
        !          2844:       <td>Escape:
        !          2845:       <a href="http://pouet.net/prod.php?which=3192">Hmmm...</a></td>
        !          2846:       <td>1.3</td>
        !          2847:       <td>yes</td>
        !          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>
        !          2855:       <td>yes</td>
        !          2856:       <td>emu</td>
        !          2857:       <td></td>
        !          2858:     </tr>
        !          2859:     <tr>
        !          2860:       <td>EXA:
        !          2861:       <a href="http://www.pouet.net/prod.php?which=17784">Entcarte</a></td>
        !          2862:       <td class="major">1.6</td>
        !          2863:       <td>-</td>
        !          2864:       <td>-</td>
        !          2865:       <td>Bombs immediately</td>
        !          2866:     </tr>
        !          2867:     <tr>
        !          2868:       <td>Extream:
        !          2869:       <a href="http://pouet.net/prod.php?which=13601">Whirlpool 128k</a></td>
        !          2870:       <td>1.3</td>
        !          2871:       <td>yes</td>
        !          2872:       <td>emu</td>
        !          2873:       <td>Transitions look a bit strange</td>
        !          2874:     </tr>
        !          2875:     <tr>
        !          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>
        !          2888:       <td>-</td>
        !          2889:       <td>Background music with DSP emu</td>
        !          2890:     </tr>
        !          2891:     <tr>
        !          2892:       <td>Fun Industries:
        !          2893:       <a href="http://pouet.net/prod.php?which=1172">Fungle Beats</a></td>
        !          2894:       <td>1.6</td>
        !          2895:       <td>yes</td>
        !          2896:       <td>-</td>
        !          2897:       <td>Needs WinUAE CPU core.  Background music with DSP emu</td>
        !          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>
        !          2904:       <td>-</td>
        !          2905:       <td>Texturemapped ball</td>
        !          2906:     </tr>
        !          2907:     <tr>
        !          2908:       <td>ICE:
        !          2909:       <a href="http://www.pouet.net/prod.php?which=28712">Cooler than ever</a></td>
        !          2910:       <td>1.0</td>
        !          2911:       <td>yes</td>
        !          2912:       <td>-</td>
        !          2913:       <td>Background music with DSP emu</td>
        !          2914:     </tr>
        !          2915:     <tr>
        !          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>
        !          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>
        !          2928:       <td>yes</td>
        !          2929:       <td>-</td>
        !          2930:       <td></td>
        !          2931:     </tr>
        !          2932:     <tr>
        !          2933:       <td>Lazer:
        !          2934:       <a href="http://pouet.net/prod.php?which=17782">Autowaschen Verboten</a></td>
        !          2935:       <td>1.3</td>
        !          2936:       <td>yes</td>
        !          2937:       <td>emu</td>
        !          2938:       <td></td>
        !          2939:     </tr>
        !          2940:     <tr>
        !          2941:       <td>Lazer:
        !          2942:       <a href="http://pouet.net/prod.php?which=17957">Gurkensalad</a></td>
        !          2943:       <td>1.3</td>
        !          2944:       <td>-</td>
        !          2945:       <td>emu</td>
        !          2946:       <td>4K</td>
        !          2947:     </tr>
        !          2948:     <tr>
        !          2949:       <td>Lazer:
        !          2950:       <a href="http://pouet.net/prod.php?which=5201">Lost Blubb</a></td>
        !          2951:       <td>1.6</td>
        !          2952:       <td>yes</td>
        !          2953:       <td>emu</td>
        !          2954:       <td>Requires WinUAE CPU core</td>
        !          2955:     </tr>
        !          2956:     <tr>
        !          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>
        !          2963:     </tr>
        !          2964:     <tr>
        !          2965:       <td>Lazer:
        !          2966:       <a href="http://pouet.net/prod.php?which=8585">Warum</a></td>
        !          2967:       <td>1.3</td>
        !          2968:       <td>yes</td>
        !          2969:       <td>emu</td>
        !          2970:       <td>Nice</td>
        !          2971:     </tr>
        !          2972:     <tr>
        !          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>
        !          2979:     </tr>
        !          2980:     <tr>
        !          2981:       <td>Lineout:
        !          2982:       <a href="http://www.pouet.net/prod.php?which=8514">Delta</a></td>
        !          2983:       <td>1.3</td>
        !          2984:       <td>yes</td>
        !          2985:       <td>emu</td>
        !          2986:       <td>Nice (+ almost half an hour long + includes sources)</td>
        !          2987:     </tr>
        !          2988:     <tr>
        !          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>
        !          2995:     </tr>
        !          2996:     <tr>
        !          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>
        !          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>
        !          3013:       <td>MJJ Prod:
        !          3014:       <a href="http://pouet.net/prod.php?which=28764">Bound 42</a></td>
        !          3015:       <td>1.4</td>
        !          3016:       <td>yes</td>
        !          3017:       <td>emu</td>
        !          3018:       <td>Crashes at cyan millstone screen</td>
        !          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>
        !          3030:       <td>Mystic bytes:
        !          3031:       <a href="http://pouet.net/prod.php?which=14856">Moai 96kB</a></td>
        !          3032:       <td>1.4</td>
        !          3033:       <td>yes</td>
        !          3034:       <td>emu</td>
        !          3035:       <td>14MB RAM + (EC)030 + FPU. Works only with old CPU.</td>
        !          3036:     </tr>
        !          3037:     <tr>
        !          3038:       <td>Mystic bytes:
        !          3039:       <a href="http://pouet.net/prod.php?which=17780">Time Out</a></td>
        !          3040:       <td>1.6</td>
        !          3041:       <td>yes</td>
        !          3042:       <td>emu</td>
        !          3043:       <td>Requires WinUAE CPU core</td>
        !          3044:     </tr>
        !          3045:     <tr>
        !          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>
        !          3054:       <td>New Beat:
        !          3055:       <a href="http://newbeat.atari.org/main.php?page=productions">Blue</a></td>
        !          3056:       <td>1.1</td>
        !          3057:       <td>-</td>
        !          3058:       <td>-</td>
        !          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>
        !          3068:     </tr>
        !          3069:     <tr>
        !          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>
        !          3073:       <td>-</td>
        !          3074:       <td>emu</td>
        !          3075:       <td></td>
        !          3076:     </tr>
        !          3077:     <tr>
        !          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>
        !          3083:       <td>Uses DSP play / DMA record in handshake mode.  Doesn't work if auto-started.</td>
        !          3084:     </tr>
        !          3085:     <tr>
        !          3086:       <td>NoCrew:
        !          3087:       <a href="http://www.pouet.net/prod.php?which=15140">Stocasto</a></td>
        !          3088:       <td class="major">1.6</td>
        !          3089:       <td>yes</td>
        !          3090:       <td>emu</td>
        !          3091:       <td>Bombs on startup (in v1.5 it froze, but in later stage)</td>
        !          3092:     </tr>
        !          3093:     <tr>
        !          3094:       <td>Opium:
        !          3095:       <a href="http://www.pouet.net/prod.php?which=17822">Chrome Dragon</a></td>
        !          3096:       <td>1.0</td>
        !          3097:       <td>yes</td>
        !          3098:       <td>-</td>
        !          3099:       <td>With Hatari v1.6, needs WinUAE core</td>
        !          3100:     </tr>
        !          3101:     <tr>
        !          3102:       <td>Opium:
        !          3103:       <a href="http://www.pouet.net/prod.php?which=17823">Falcon Flight</a></td>
        !          3104:       <td>1.0</td>
        !          3105:       <td>yes</td>
        !          3106:       <td>-</td>
        !          3107:       <td></td>
        !          3108:     </tr>
        !          3109:     <tr>
        !          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>
        !          3114:       <td>-</td>
        !          3115:       <td>Background music with DSP emu</td>
        !          3116:     </tr>
        !          3117:     <tr>
        !          3118:       <td>POV:
        !          3119:       <a href="http://www.pouet.net/prod.php?which=28794">JESTERday</a></td>
        !          3120:       <td>1.4</td>
        !          3121:       <td>yes</td>
        !          3122:       <td>emu</td>
        !          3123:       <td>256 colors DSP+DMA MOD music demo</td>
        !          3124:     </tr>
        !          3125:     <tr>
        !          3126:       <td>Psychosis:
        !          3127:       <a href="http://pouet.net/prod.php?which=26607">FOG-intro</a></td>
        !          3128:       <td>1.3</td>
        !          3129:       <td>yes</td>
        !          3130:       <td>emu</td>
        !          3131:       <td></td>
        !          3132:     </tr>
        !          3133:     <tr>
        !          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>
        !          3140:     </tr>
        !          3141:     <tr>
        !          3142:       <td>Reservoir Gods:
        !          3143:       <a href="http://rg.atari.org/demos.htm">Ascii, SnowStorm, HongTron</a></td>
        !          3144:       <td>1.0</td>
        !          3145:       <td>-</td>
        !          3146:       <td>-</td>
        !          3147:       <td>Intros by RG</td>
        !          3148:     </tr>
        !          3149:     <tr>
        !          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>
        !          3154:       <td>-</td>
        !          3155:       <td>Background music with DSP emu, slow otherwise</td>
        !          3156:     </tr>
        !          3157:     <tr>
        !          3158:       <td>STAX:
        !          3159:       <a href="http://pouet.net/prod.php?which=21577">Doomino</a></td>
        !          3160:       <td>1.4</td>
        !          3161:       <td>-</td>
        !          3162:       <td>emu</td>
        !          3163:       <td>Doesn't work with 020 CPU</td>
        !          3164:     </tr>
        !          3165:     <tr>
        !          3166:       <td>The Respectables:
        !          3167:       <a href="http://www.pouet.net/prod.php?which=28806">Cebit 93 demo</a></td>
        !          3168:       <td class="minor">1.6</td>
        !          3169:       <td>yes</td>
        !          3170:       <td>-</td>
        !          3171:       <td>Requires WinUAE CPU core for screen to be drawn correctly</td>
        !          3172:     </tr>
        !          3173:     <tr>
        !          3174:       <td>Trio:
        !          3175:       <a href="http://www.pouet.net/prod.php?which=1083">124 beers later</a></td>
        !          3176:       <td>1.6</td>
        !          3177:       <td>yes</td>
        !          3178:       <td>-</td>
        !          3179:       <td></td>
        !          3180:     </tr>
        !          3181:     <tr>
        !          3182:       <td>Trio:
        !          3183:       <a href="http://www.pouet.net/prod.php?which=15974">X-tasie</a></td>
        !          3184:       <td class="minor">1.7</td>
        !          3185:       <td>-</td>
        !          3186:       <td>-</td>
        !          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>
        !          3190:     </tr>
        !          3191:     <tr>
        !          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>
        !          3196:       <td>-</td>
        !          3197:       <td>emu</td>
        !          3198:       <td>4K demos. Rh positive flickers a bit</td>
        !          3199:     </tr>
        !          3200:     <tr>
        !          3201:       <td>tSCc:
        !          3202:       <a href="http://www.pouet.net/prod.php?which=16426">Beams</a>
        !          3203:       (Falcon version)</td>
        !          3204:       <td>1.5</td>
        !          3205:       <td>-</td>
        !          3206:       <td>-</td>
        !          3207:       <td>Nice demo, NoCrew DSP MP2-music</td>
        !          3208:     </tr>
        !          3209:     <tr>
        !          3210:       <td>tSCc:
        !          3211:       <a href="http://pouet.net/prod.php?which=977">Six Sievert</a></td>
        !          3212:       <td>1.3</td>
        !          3213:       <td>-</td>
        !          3214:       <td>-</td>
        !          3215:       <td></td>
        !          3216:     </tr>
        !          3217:     <tr>
        !          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>
        !          3222:       <td>emu</td>
        !          3223:       <td></td>
        !          3224:     </tr>
        !          3225:     <tr>
        !          3226:       <td>Tony Benett:
        !          3227:       <a href="http://pouet.net/prod.php?which=28853">Virtual City</a></td>
        !          3228:       <td>1.1</td>
        !          3229:       <td>-</td>
        !          3230:       <td>emu</td>
        !          3231:       <td>HiColor + &gt;4MB only, drawing the city requires DSP
        !          3232:           emulation. Doesn't work if auto-started.</td>
        !          3233:     </tr>
        !          3234:     <tr>
        !          3235:       <td>Toons:
        !          3236:       <a href="http://pouet.net/prod.php?which=8584">Yepyha</a></td>
        !          3237:       <td class="major">1.6</td>
        !          3238:       <td>yes</td>
        !          3239:       <td>-</td>
        !          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>
        !          3246:       <td>1.6</td>
        !          3247:       <td>yes</td>
        !          3248:       <td>emu</td>
        !          3249:       <td>Uses NoCrew DSP MP2-player</td>
        !          3250:     </tr>
        !          3251:     <tr>
        !          3252:       <td>Wildfire:
        !          3253:       <a href="http://pouet.net/prod.php?which=7057">4kbtro</a></td>
        !          3254:       <td>1.3</td>
        !          3255:       <td>-</td>
        !          3256:       <td>emu</td>
        !          3257:       <td>Julia fractals</td>
        !          3258:     </tr>
        !          3259:     <tr>
        !          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>
        !          3268:       <td>Birdshow</td>
        !          3269:       <td>1.0</td>
        !          3270:       <td>-</td>
        !          3271:       <td>-</td>
        !          3272:       <td>A simple FLE animation player</td>
        !          3273:     </tr>
        !          3274:   </tbody>
        !          3275: </table>
        !          3276: 
        !          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: 
        !          3282: 
        !          3283: <h3>Falcon applications</h3>
        !          3284: 
        !          3285: <p>Here are listed some <em>Falcon specific</em> applications:</p>
        !          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>
        !          3294:     </tr>
        !          3295:   </thead>
        !          3296:   <tbody>
        !          3297:     <tr>
        !          3298:       <td><a href="http://newbeat.atari.org/main.php?page=productions">AceMidi</a>
        !          3299:           (demo)</td>
        !          3300:       <td>1.6</td>
        !          3301:       <td>emu</td>
        !          3302:       <td>DSP generated softsynth sounds need Hatari v1.6 to sound OK</td>
        !          3303:     </tr>
        !          3304:     <tr>
        !          3305:       <td><a href="http://newbeat.atari.org/main.php?page=productions">AceTracker</a></td>
        !          3306:       <td class="minor">1.6</td>
        !          3307:       <td>emu</td>
        !          3308:       <td>Some audio issues in AM module playback</td>
        !          3309:     </tr>
        !          3310:     <tr>
        !          3311:       <td>AFM (audio fun machine)</td>
        !          3312:       <td>1.4</td>
        !          3313:       <td>emu</td>
        !          3314:       <td></td>
        !          3315:     </tr>
        !          3316:     <tr>
        !          3317:       <td>Apex (demo)</td>
        !          3318:       <td class="major">1.6</td>
        !          3319:       <td>-</td>
        !          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>
        !          3323:     </tr>
        !          3324:     <tr>
        !          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>
        !          3332:       <td><a href="http://deunstg.free.fr/sct1/s_avi030.htm">AVI 030</a></td>
        !          3333:       <td class="major">1.6</td>
        !          3334:       <td>-</td>
        !          3335:       <td>Worked with Hatari v1.1, freezes with v1.6</td>
        !          3336:     </tr>
        !          3337:     <tr>
        !          3338:       <td><a href="http://centek.free.fr/atari/softs/s_cent_1.htm">Centview</a></td>
        !          3339:       <td>1.3</td>
        !          3340:       <td>emu</td>
        !          3341:       <td>The included Brainstorm DSP JPEG decoder works also fine.</td>
        !          3342:     </tr>
        !          3343:     <tr>
        !          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>
        !          3351:       <td>Chronos 3D player</td>
        !          3352:       <td class="major">1.6</td>
        !          3353:       <td>-</td>
        !          3354:       <td>Complains about wrong resolution, requires 15-bit</td>
        !          3355:     </tr>
        !          3356:     <tr>
        !          3357:       <td><a href="http://pouet.net/prod.php?which=29344">Delmpaint</a></td>
        !          3358:       <td>1.0</td>
        !          3359:       <td>-</td>
        !          3360:       <td>Errors at exit if started in other than 256-color low rez.</td>
        !          3361:     </tr>
        !          3362:     <tr>
        !          3363:       <td><a href="http://pouet.net/prod.php?which=25328">Escapepaint</a></td>
        !          3364:       <td>1.1</td>
        !          3365:       <td>-</td>
        !          3366:       <td>Very nice</td>
        !          3367:     </tr>
        !          3368:     <tr>
        !          3369:       <td><a href="http://deunstg.free.fr/sct1/falcamp/">FalcAMP</a></td>
        !          3370:       <td class="minor">1.6</td>
        !          3371:       <td>emu</td>
        !          3372:       <td>MODs playing work
        !          3373:       s fine, MP3s have no sound / complain about DSP timeout</td>
        !          3374:     </tr>
        !          3375:     <tr>
        !          3376:       <td><a href="http://deunstg.free.fr/sct1/flaysid/">FlaySID</a></td>
        !          3377:       <td class="minor">1.6</td>
        !          3378:       <td>emu</td>
        !          3379:       <td>No sound.</td>
        !          3380:     </tr>
        !          3381:     <tr>
        !          3382:       <td><a href="http://newbeat.atari.org/main.php?page=productions">FlexTrax</a></td>
        !          3383:       <td class="minor">1.6</td>
        !          3384:       <td>emu</td>
        !          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>
        !          3387:     </tr>
        !          3388:     <tr>
        !          3389:       <td><a href="http://deunstg.free.fr/sct1/falcamp/">GemPLAY</a></td>
        !          3390:       <td class="minor">1.6</td>
        !          3391:       <td>emu</td>
        !          3392:       <td>MOD/SND/XMS formats sound fine, AM/AON/GT2 formats sound bad.
        !          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>
        !          3398:       <td>-</td>
        !          3399:       <td></td>
        !          3400:     </tr>
        !          3401:     <tr>
        !          3402:       <td><a href="http://pouet.net/prod.php?which=29348">Indypaint</a></td>
        !          3403:       <td>1.0</td>
        !          3404:       <td>-</td>
        !          3405:       <td>Errors at exit if started in other than HiColor mode.</td>
        !          3406:     </tr>
        !          3407:     <tr>
        !          3408:       <td><a href="http://mp2.nocrew.org/">MP2 player</a></td>
        !          3409:       <td>1.5</td>
        !          3410:       <td>emu</td>
        !          3411:       <td>NoCrew MP2 sound player</td>
        !          3412:     </tr>
        !          3413:     <tr>
        !          3414:       <td><a href="http://www.rainbowpainter.com/about/rainbow2multimedia.html">Rainbow II multimedia</a></td>
        !          3415:       <td>1.5</td>
        !          3416:       <td>emu</td>
        !          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>
        !          3421:     </tr>
        !          3422:     <tr>
        !          3423:       <td>Whip</td>
        !          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>
        !          3433:     </tr>
        !          3434:   </tbody>
        !          3435: </table>
        !          3436: 
        !          3437: 
        !          3438: <h2>TT/Falcon utilities</h2>
        !          3439: 
        !          3440: <p>Here are some utilities that either have specific TT and/or Falcon
        !          3441: support or work only on them.</p>
        !          3442: 
        !          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>
        !          3452:   <tbody>
        !          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>
        !          3458:     </tr>
        !          3459:     <tr>
        !          3460:       <td>Calamus SL (1991 demo)</td>
        !          3461:       <td>1.0</td>
        !          3462:       <td>Nice with Hatari TT or 32Mhz Falcon emulation at
        !          3463:       e.g. 1024x768x1 VDI resolution...  The latest
        !          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>
        !          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>
        !          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
        !          3478:       memory protection needs to be disabled (Hatari old UAE core doesn't
        !          3479:       emulate MMU)</td>
        !          3480:     </tr>
        !          3481:     <tr>
        !          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>
        !          3488:     </tr>
        !          3489:   </tbody>
        !          3490: </table>
        !          3491: 
        !          3492: 
        !          3493: <h2>Software sites</h2>
        !          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>
        !          3501: <li><a href="ftp://ftp.cs.tu-berlin.de/pub/atari/">tu-berlin.de</a></li>
        !          3502: <li><a href="http://www.umich.edu/~archive/atari/">umich.edu</a></li>
        !          3503: <li><a href="http://no-fragments.atari.org/no_fragments_04/archive/">no-fragments</a> (Falcon SW)</li>
        !          3504: </ul>
        !          3505: 
        !          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>
        !          3516: 
        !          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.