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

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

unix.superglobalmegacorp.com

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