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

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

unix.superglobalmegacorp.com

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