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

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

unix.superglobalmegacorp.com

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