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

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

unix.superglobalmegacorp.com

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