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

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

unix.superglobalmegacorp.com

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