|
|
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">
7: <meta name="author" content="Hatari developers <[email protected]>">
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: <!--
15: body { background-color:#FFFFFF;
16: color:#000000;
17: margin-left:10px;
18: margin-right:10px;
19: font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12pt;
20: }
21:
22: h1 { font-size:28pt; }
23: h2 { font-size:22pt; border-bottom:solid thin black;}
24: h3 { font-size:16pt; }
25: h4 { font-size:13pt; }
26:
27: td { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12pt; }
1.1.1.2 ! root 28: td.minor { background-color:#ffa060 }
! 29: td.major { background-color:#ff4040 }
! 30: a.minor { background-color:#ffa060 }
! 31: a.major { background-color:#ff4040 }
1.1 root 32:
33: a:link { color:#000099; background-color:#ffffff; text-decoration:none; }
34: a:visited { color:#cc0000; background-color:#ffffff; text-decoration:none;}
35: a:hover { color:#0000ff; background-color:#ffffff; text-decoration:none; }
36: a:active { color:#993399; background-color:#ffffff; text-decoration:none; }
37:
38: *.commandline { font-family:Fixed,Courier,monospace; font-size:11pt; }
39: *.file { color: #000088;}
40: *.button { color: #468E64;}
41: *.key { color:#550000; font-family:Fixed,Courier,monospace; font-size:11pt; }
42: *.backdropped { background-color:#ffffee; }
43: *.image {margin-left: 5px; margin-right: 5px; border-width:2px; border-style:solid; border-color:#eeeeff; padding:1cm; text-align:center; }
44: *.floatimage { clear:right; float:right; margin-left:0.5cm; border-width:2px; border-style:solid; border-color:#eeeeff; padding:0.5cm; }
45:
46: -->
47: </style>
48: </head>
49:
50: <body>
51:
52: <h1 align="center">Hatari Atari Software Compatibility List</h1>
53:
54: <p align="center">
1.1.1.2 ! root 55: Version 1.1
1.1 root 56: </p>
57: <p align="center">
58: Project initiator and main developer of Hatari: <strong>Thomas Huth</strong>
59: </p>
60: <p align="center">
61: Hatari on the WWW: <strong><a href="http://hatari.sourceforge.net/"
62: target="_blank">http://hatari.sourceforge.net/</a></strong>
63: </p>
64:
65: <h2>Index</h2>
66: <ul>
67: <li><a href="#Introduction">Introduction</a>
68: <ul>
1.1.1.2 ! root 69: <li><a href="#Reporting">Reporting compatibility issues</a>
1.1 root 70: </ul>
71: <li><a href="#ST">ST software compatibility list</a>
72: <ul>
73: <li><a href="#ST games">ST games</a>
74: <li><a href="#ST demos">ST demos</a>
75: <li><a href="#ST applications">ST applications</a>
76: <ul>
77: <li><a href="#midinotes">Midi setup</a>
78: </ul>
79: </ul>
80: <li><a href="#STE">STE software compatibility list</a>
81: <ul>
82: <li><a href="#STE games">STE games</a>
83: <li><a href="#STE demos">STE demos</a>
84: <li><a href="#STE applications">STE applications</a>
85: </ul>
86: <li><a href="#TT">TT software compatibility list</a>
87: <ul>
88: <li><a href="#TT games">TT games</a>
89: <li><a href="#TT demos">TT demos</a>
90: </ul>
91: <li><a href="#Falcon">Falcon software compatibility list</a>
92: <ul>
93: <li><a href="#Falcon games">Falcon games</a>
94: <li><a href="#Falcon demos">Falcon demos</a>
95: <li><a href="#Falcon games">Falcon applications</a>
96: </ul>
97: </ul>
98:
99:
100: <a name="Introduction"></a><h2>Introduction</h2>
101:
1.1.1.2 ! root 102: <p>Here are lists of Atari software that have been tested with
! 103: different Hatari versions and configurations. <em>The lists concentrate
! 104: mainly on software that has (historically had) problems working in
! 105: Hatari or provide good regression test-cases for some specific
! 106: technical emulation issues</em>, but some well known other programs
! 107: are also listed.</p>
! 108:
! 109: <p>First is listed software (games, demos and applications) for normal
! 110: STs, after them is listed STE software. Then there are a few TT-only
! 111: games and demos, and finally a list of somewhat working Falcon games,
! 112: demos and applications.</p>
! 113:
! 114: <p>Technical details and any known issues in the software are described
! 115: in the "Notes" column of the lists. Software having issues has different
! 116: "Hatari version" column background color; <a class="minor">orange</a>
! 117: for minor and <a class="major">red</a> for major issues. The first
! 118: known/tested Hatari version with which a program worked (perfectly)
! 119: or with which it was last tested still to have issues, is given in
! 120: the version field.</p>
! 121:
! 122:
! 123: <a name="Reporting"></a><h3>Reporting compatibility issues</h3>
! 124:
! 125: <p>If something that works on the real hardware doesn't work properly
! 126: in Hatari (or something has started working in latest Hatari version)
! 127: and this information is missing from these lists, please mail
! 128: hatari-devel mailing list so that we can update the list.</p>
1.1 root 129:
1.1.1.2 ! root 130: <p>Before reporting something not working as expected, please
! 131: check few things:
! 132: <ul>
1.1 root 133:
1.1.1.2 ! root 134: <li>That you have enabled the "Slower but more compatible CPU"
! 135: Hatari system option and that the machine type (ST/STe/TT/Falcon)
! 136: is correct.</li>
! 137:
! 138: <li>Amount of memory. Some games and demos may not work if you have
! 139: specified too little or too much memory. For ST, 1MB memory size
! 140: is usually fairly safe.</li>
! 141:
! 142: <li>TOS version. ST demos and games may require some specific TOS
! 143: version and not work at all with others. If you notice that this
! 144: information is missing for some listed game or demo, please send mail
! 145: to the hatari-devel mailing list.
! 146: <ul>
! 147: <li>Note that only few of the games and demos work with the free
! 148: EmuTOS TOS, especially for ST/e. For more information, see emutos.txt.</li>
! 149: </ul>
! 150: </li>
1.1 root 151:
1.1.1.2 ! root 152: </ul>
1.1 root 153:
154:
155: <a name="ST"></a><h2>ST software compatibility list</h2>
156:
1.1.1.2 ! root 157: <p>Hatari lacks support for MIDI input (output is supported) without
! 158: which MIDI sequencing (and few midi-networked games) software isn't
! 159: very useful. By default
! 160: <b>everything that works on a real ST should work also in Hatari</b>.
! 161: </p>
1.1 root 162:
163: <a name="ST games"></a><h4>ST games</h4>
164:
165: <table border="1" cellpadding="3">
1.1.1.2 ! root 166: <caption align="bottom">Tested ST games</caption>
1.1 root 167: <tbody>
168: <tr class="backdropped">
169: <td align="center">Game</td>
1.1.1.2 ! root 170: <td align="center">Hatari version</td>
! 171: <td align="center">Notes</td>
1.1 root 172: </tr>
173: <tr>
1.1.1.2 ! root 174: <td>Alien World</td>
! 175: <td>before 1.0</td>
1.1 root 176: <td> </td>
177: </tr>
178: <tr>
1.1.1.2 ! root 179: <td>Armalyte</td>
! 180: <td>before 1.0</td>
1.1 root 181: <td> </td>
182: </tr>
183: <tr>
1.1.1.2 ! root 184: <td>Bubble Bobble</td>
! 185: <td>before 1.0</td>
1.1 root 186: <td> </td>
187: </tr>
188: <tr>
1.1.1.2 ! root 189: <td>Defenders Of The Earth</td>
! 190: <td>before 1.0</td>
1.1 root 191: <td> </td>
1.1.1.2 ! root 192: </tr>
! 193: <tr>
! 194: <td>Eliminator</td>
! 195: <td>before 1.0</td>
1.1 root 196: <td> </td>
197: </tr>
198: <tr>
1.1.1.2 ! root 199: <td>Enchanted Land</td>
! 200: <td class="minor">1.0</td>
! 201: <td>
! 202: Some versions do not load at all, others work fine.<br>
! 203: This game uses heavily sync-scrolling techniques!
! 204: </td>
! 205: <tr>
1.1 root 206: <td>F15 Strike Eagle 2</td>
1.1.1.2 ! root 207: <td class="minor">before 1.0</td>
! 208: <td>Keyboard emulation seems to be dodgy</td>
1.1 root 209: </tr>
210: <tr>
1.1.1.2 ! root 211: <td>Leisure Suit Larry 2</td>
! 212: <td>before 1.0</td>
! 213: <td>Everything works, even Roland-MT32 MIDI music</td>
1.1 root 214: </tr>
215: <tr>
1.1.1.2 ! root 216: <td>Leander</td>
! 217: <td>before 1.0</td>
! 218: <td> </td>
1.1 root 219: </tr>
220: <tr>
221: <td>Lethal Xcess</td>
1.1.1.2 ! root 222: <td>1.0</td>
! 223: <td>Uses sync-scrolling in ST mode and STE HW scrolling in STE mode.</td>
1.1 root 224: </tr>
225: <tr>
1.1.1.2 ! root 226: <td>Metal Mutant</td>
! 227: <td>1.0</td>
1.1 root 228: <td> </td>
229: </tr>
230: <tr>
1.1.1.2 ! root 231: <td>Navy Seals</td>
! 232: <td>before 1.0</td>
1.1 root 233: <td> </td>
234: </tr>
235: <tr>
1.1.1.2 ! root 236: <td>Nebulus</td>
! 237: <td>1.1</td>
! 238: <td>Disappearing platform tiles sound dodgy</td>
1.1 root 239: </tr>
240: <tr>
1.1.1.2 ! root 241: <td>Robocop II</td>
! 242: <td>1.1</td>
1.1 root 243: <td> </td>
244: </tr>
245: <tr>
1.1.1.2 ! root 246: <td>Pirates!</td>
! 247: <td>before 1.0</td>
! 248: <td>Game also supports <a href="#midinotes">MIDI music</a></td>
1.1 root 249: </tr>
250: <tr>
1.1.1.2 ! root 251: <td>Rick Dangerous</td>
! 252: <td>before 1.0</td>
1.1 root 253: <td> </td>
254: </tr>
255: <tr>
1.1.1.2 ! root 256: <td>Skweek</td>
! 257: <td>before 1.0</td>
! 258: <td>Does not work with cartridge / HD emulation</td>
1.1 root 259: </tr>
260: <tr>
1.1.1.2 ! root 261: <td>Slayer</td>
! 262: <td class="minor">before 1.0</td>
! 263: <td>Raster fx at highscore entry dodgy</td>
1.1 root 264: </tr>
265: <tr>
1.1.1.2 ! root 266: <td>Speedball</td>
! 267: <td>before 1.0</td>
1.1 root 268: <td> </td>
269: </tr>
270: <tr>
1.1.1.2 ! root 271: <td>Star Goose</td>
! 272: <td>1.1</td>
1.1 root 273: <td> </td>
274: </tr>
275: <tr>
1.1.1.2 ! root 276: <td>Subbuteo</td>
! 277: <td class="major">1.1</td>
! 278: <td>Because of incorrect 68000 prefech for the 'ADD' opcode,
! 279: the protection will not pass</td>
1.1 root 280: </tr>
281: <tr>
1.1.1.2 ! root 282: <td>Super Hang-On</td>
! 283: <td class="minor">1.0</td>
! 284: <td>Minor screen sync issues</td>
1.1 root 285: </tr>
286: <tr>
1.1.1.2 ! root 287: <td>Super Monaco GP</td>
! 288: <td class="major">1.1</td>
! 289: <td>Bad FDC timings prevents the game from starting</td>
! 290: </tr>
! 291: <tr>
! 292: <td>Toki</td>
! 293: <td>before 1.0</td>
1.1 root 294: <td> </td>
295: </tr>
296: <tr>
1.1.1.2 ! root 297: <td>Wings Of Death</td>
! 298: <td>1.0</td>
! 299: <td>works in STE mode too</td>
! 300: </tr>
! 301: <tr>
! 302: <td>Xenon</td>
! 303: <td>1.1</td>
1.1 root 304: <td> </td>
305: </tr>
306: <tr>
1.1.1.2 ! root 307: <td>Xenon 2 - Megablast</td>
! 308: <td>before 1.0</td>
1.1 root 309: <td> </td>
1.1.1.2 ! root 310: </tr>
1.1 root 311: </tr>
312: </tbody>
313: </table>
314:
315: <a name="ST demos"></a><h4>ST demos</h4>
316:
1.1.1.2 ! root 317: <p>Some (very) rare demos try to install IKBD code. Hatari doesn't have
! 318: full 6301 emulator, but has specific code to handle these particular demos.
! 319: They are marked with '*'. Few remaining screen sync issues are related to
! 320: hi/lo frequency switching or switching to 60 Hz for too long (used
! 321: for border removal).</p>
! 322:
1.1 root 323: <table border="1" cellpadding="3">
1.1.1.2 ! root 324: <caption align="bottom">Tested ST demos</caption>
1.1 root 325: <tbody>
326: <tr class="backdropped">
327: <td align="center">Demo</td>
1.1.1.2 ! root 328: <td align="center">Hatari version</td>
! 329: <td align="center">Notes</td>
1.1 root 330: </tr>
331: <tr>
1.1.1.2 ! root 332: <td>1984:
! 333: <a href="http://pouet.net/prod.php?which=11198">No Cooper</a></td>
! 334: <td>1.0</td>
! 335: <td>Many very good plasma effects, mid res overscan, ... The loader's protection
! 336: requires exact cpu/shifter sync, as well as cpu pairing</td>
1.1 root 337: </tr>
338: <tr>
1.1.1.2 ! root 339: <td>ACF:
! 340: <a href="http://pouet.net/prod.php?which=885">Just Buggin'</a></td>
! 341: <td class="major">1.1</td>
! 342: <td>wrong FDC timings for the read sector command prevent demo
! 343: from starting</td>
1.1 root 344: </tr>
345: <tr>
1.1.1.2 ! root 346: <td>Acid Team:
! 347: <a href="http://pouet.net/prod.php?which=19268">Dragonnels</a>*</td>
! 348: <td>1.1</td>
! 349: <td>
! 350: Uses its own IKBD 6301 routine. The "Unlimited Bobs"
! 351: screen is very sensitive to proper IKBD timings.
! 352: </td>
1.1 root 353: </tr>
354: <tr>
1.1.1.2 ! root 355: <td>Aggression:
! 356: <a href="http://pouet.net/prod.php?which=12635">Overdose</a></td>
! 357: <td>before 1.0</td>
! 358: <td>Does not work with cartridge / HD emulation</td>
1.1 root 359: </tr>
360: <tr>
1.1.1.2 ! root 361: <td>BushWacKers:
! 362: <a href="http://pouet.net/prod.php?which=14935">Transbeauce II</a>*</td>
! 363: <td>1.1</td>
! 364: <td>Uses its own IKBD 6301 routine. Does not work with HD emulation.</td>
1.1 root 365: </tr>
366: <tr>
1.1.1.2 ! root 367: <td>Chaos:
! 368: <a href="http://pouet.net/prod.php?which=11839">Pandemonium</a></td>
! 369: <td class="minor">1.1</td>
! 370: <td>Confusion screen crashes</td>
1.1 root 371: </tr>
372: <tr>
1.1.1.2 ! root 373: <td>Checkpoint:
! 374: <a href="http://pouet.net/prod.php?which=9699">Posh</a></td>
! 375: <td>before 1.0</td>
1.1 root 376: <td> </td>
377: </tr>
378: <tr>
1.1.1.2 ! root 379: <td>Checkpoint:
! 380: <a href="http://pouet.net/prod.php?which=1287">Suretrip 49%</a></td>
! 381: <td class="major">1.1</td>
! 382: <td>In Tunnel fullscreen strange hbl/vbl conflict prevents top
! 383: border removal which will cause the demo to crash</td>
1.1 root 384: </tr>
385: <tr>
1.1.1.2 ! root 386: <td>Delta Force:
! 387: <a href="http://pouet.net/prod.php?which=11806">Punish Your Machine</a></td>
! 388: <td>1.0</td>
! 389: <td>Sync-scroll, overscan...</td>
1.1 root 390: </tr>
391: <tr>
1.1.1.2 ! root 392: <td>Delta Force:
! 393: <a href="http://pouet.net/prod.php?which=498">Syntax Terror</a></td>
! 394: <td>1.1</td>
! 395: <td>In TCB and Tex screens, planes are shifted
! 396: (the shifter stays in 60 Hz for too long)</td>
1.1 root 397: </tr>
398: <tr>
1.1.1.2 ! root 399: <td>DHS:
! 400: <a href="http://pouet.net/prod.php?which=1029">Sweety</a></td>
! 401: <td>before 1.0</td>
1.1 root 402: <td>Does not work with HD emulation</td>
403: </tr>
404: <tr>
1.1.1.2 ! root 405: <td>Dune/Sector One:
! 406: <a href="http://pouet.net/prod.php?which=11223">Fantasia</a></td>
! 407: <td>before 1.0</td>
1.1 root 408: <td> </td>
409: </tr>
410: <tr>
1.1.1.2 ! root 411: <td>Dune/Sector One:
! 412: <a href="http://pouet.net/prod.php?which=1960">Odd Stuff</a></td>
! 413: <td>before 1.0</td>
! 414: <td>Flickers with ST (not with STe) emulation</td>
1.1 root 415: </tr>
416: <tr>
1.1.1.2 ! root 417: <td>Equinox:
! 418: <a href="http://pouet.net/prod.php?which=109">Virtual Escape</a></td>
! 419: <td>before 1.0</td>
1.1 root 420: <td> </td>
421: </tr>
422: <tr>
1.1.1.2 ! root 423: <td>MJJ Prod:
! 424: <a href="http://pouet.net/prod.php?which=499">Anomaly</a></td>
! 425: <td class="minor">1.1</td>
! 426: <td>Main menu gets out of sync when playing digidrums</td>
! 427: </tr>
! 428: <tr>
! 429: <td>M.C.S:
! 430: <a href="http://pouet.net/prod.php?which=21348">Delirious 4</a></td>
! 431: <td class="minor">1.1</td>
! 432: <td>FDC timings error in loader</td>
! 433: </tr>
! 434: <tr>
! 435: <td>Next:
! 436: <a href="http://pouet.net/prod.php?which=496">Phaleon Giga Demo</a></td>
! 437: <td>1.0</td>
! 438: <td>4 disks. Some overscan screens have small sync issues
! 439: (in Future Minds screen, planes are shifted in the lower part)</td>
! 440: </tr>
! 441: <tr>
! 442: <td>Omega:
! 443: <a href="http://pouet.net/prod.php?which=26007">Omega</a></td>
! 444: <td class="minor">1.1</td>
! 445: <td>In full overscan screen there's bad sync, shifters stays in 60
! 446: Hz for too long</td>
! 447: </tr>
! 448: <tr>
! 449: <td>Overlanders:
! 450: <a href="http://www.pouet.net/prod.php?which=17351">Ventura</a></td>
! 451: <td>1.1</td>
! 452: <td>In Ultimate Dist screen planes are shifted in the upper logo</td>
! 453: </tr>
! 454: <tr>
! 455: <td>Oxygene:
! 456: <a href="http://pouet.net/prod.php?which=110">Flip-o-demo</a></td>
! 457: <td>before 1.0</td>
1.1 root 458: <td> </td>
459: </tr>
460: <tr>
1.1.1.2 ! root 461: <td>Phalanx:
! 462: <a href="http://www.pouet.net/prod.php?which=11351">Overdrive</a></td>
! 463: <td>1.1</td>
! 464: <td>In Dragon screen planes are shifted in the upper part</td>
! 465: </tr>
! 466: <tr>
! 467: <td>Reservoir Gods:
! 468: <a href="http://pouet.net/prod.php?which=9711">Hallucinations</a></td>
! 469: <td>before 1.0</td>
1.1 root 470: <td> </td>
471: </tr>
472: <tr>
1.1.1.2 ! root 473: <td>Sector One:
! 474: <a href="http://pouet.net/prod.php?which=14739">Oh no!! More Froggies</a></td>
! 475: <td>1.0</td>
! 476: <td>Demo doesn't support SID sound with timers during
! 477: the overscan parts, so it stops music (it's not a bug).</td>
1.1 root 478: </tr>
479: <tr>
1.1.1.2 ! root 480: <td>ST Connexion/Overlanders/Legacy:
! 481: <a href="http://www.pouet.net/prod.php?which=8936">Froggies over the Fence</a>*</td>
! 482: <td>1.1</td>
! 483: <td>Uses its own IKBD 6301 routine</td>
! 484: </tr>
! 485: <tr>
! 486: <td>The CareBears:
! 487: <a href="http://www.pouet.net/prod.php?which=754">SoWatt</a></td>
! 488: <td>1.0</td>
! 489: <td>Sync-scroll, overscan...</td>
! 490: </tr>
! 491: <tr>
! 492: <td>The CareBears:
! 493: <a href="http://pouet.net/prod.php?which=11785">Swedish New Year</a></td>
! 494: <td class="minor">1.1</td>
! 495: <td>Fullscreen and sound in the first TCB screen does not work right</td>
! 496: </tr>
! 497: <tr>
! 498: <td>The Exceptions:
! 499: <a href="http://pouet.net/prod.php?which=11350">B.I.G. Demo</a></td>
! 500: <td>1.0</td>
1.1 root 501: <td> </td>
1.1.1.2 ! root 502: </tr>
! 503: <tr>
! 504: <td>The Lost Boys:
! 505: <a href="http://www.pouet.net/prod.php?which=11348">Mindbomb</a></td>
! 506: <td class="minor">1.1</td>
! 507: <td>3D Balls screen crashes, in "DI No Shit" planes are shifted
! 508: because the shifter stays in 60 Hz for too long</td>
! 509: </tr>
! 510: <tr>
! 511: <td>The Marvellous V8:
! 512: <a href="http://pouet.net/prod.php?which=16911">V8 Music System</a></td>
! 513: <td>1.1</td>
1.1 root 514: <td>
1.1.1.2 ! root 515: Works. (Uses a uncommon way to poll for keyboard data).
1.1 root 516: </td>
517: </tr>
518: <tr>
1.1.1.2 ! root 519: <td>The Syndicate:
! 520: <a href="http://pouet.net/prod.php?which=11835">If Pigs Could Fly</a></td>
! 521: <td>before 1.0</td>
1.1 root 522: <td> </td>
523: </tr>
524: <tr>
1.1.1.2 ! root 525: <td>TNT Crew:
! 526: <a href="http://pouet.net/prod.php?which=29414">Death of the left border</a></td>
! 527: <td class="minor">1.1</td>
! 528: <td>Planes are shifted</td>
! 529: </tr>
! 530: <tr>
! 531: <td>Unlimited Matricks:
! 532: <a href="http://pouet.net/prod.php?which=11349">Dark Side Of The Spoon</a></td>
! 533: <td>1.0</td>
! 534: <td>Lots of fullscreens and sync-scrolling</td>
! 535: </tr>
! 536: <tr>
! 537: <td>X-Troll:
! 538: <a href="http://pouet.net/prod.php?which=29071">Long Screen</a></td>
! 539: <td>before 1.0</td>
1.1 root 540: <td> </td>
1.1.1.2 ! root 541: </tr>
! 542: <tr>
! 543: <td>Ym Rockerz:
! 544: <a href="http://pouet.net/prod.php?which=9454">Popstars</a></td>
! 545: <td>before 1.0</td>
! 546: <td>Sound works only with Hatari version 0.80 and later</td>
1.1 root 547: </tr>
548: </tbody>
549: </table>
550:
551: <a name="ST applications"></a><h4>ST applications</h4>
552:
553: <p>Note that some applications can even crash at startup if their
554: configuration or data files are not writable.</p>
555:
556: <table border="1" cellpadding="3">
1.1.1.2 ! root 557: <caption align="bottom">Tested applications</caption>
1.1 root 558: <tbody>
559: <tr class="backdropped">
560: <td align="center">Application</td>
1.1.1.2 ! root 561: <td align="center">Hatari version</td>
! 562: <td align="center">Notes</td>
1.1 root 563: </tr>
564: <tr class="backdropped">
565: <td colspan="3" align="right"><i>Programming</i></td>
566: </tr>
567: <tr>
568: <td>DevPac 2.2</td>
1.1.1.2 ! root 569: <td>before 1.0</td>
1.1 root 570: <td>MonST crashy</td>
571: </tr>
572: <tr>
573: <td>Turbo Assembler</td>
1.1.1.2 ! root 574: <td>before 1.0</td>
1.1 root 575: <td>
1.1.1.2 ! root 576: Due to a bug you need to have a proper disk image inserted into drive A.
1.1 root 577: </td>
578: </tr>
579: <tr>
580: <td>GFABASIC 3.6TT</td>
1.1.1.2 ! root 581: <td>before 1.0</td>
! 582: <td>MENU.PRG does not like harddisks. Use disk images for compiling.</td>
1.1 root 583: </tr>
584: <tr>
585: <td>ST Basic</td>
1.1.1.2 ! root 586: <td>before 1.0</td>
1.1 root 587: <td> </td>
588: </tr>
589: <tr>
590: <td>Gulam shell</td>
1.1.1.2 ! root 591: <td>before 1.0</td>
1.1 root 592: <td> </td>
593: </tr>
594: <tr>
595: <td>Orcs Resource editor</td>
1.1.1.2 ! root 596: <td>before 1.0</td>
1.1 root 597: <td> </td>
598: </tr>
599: <tr class="backdropped">
600: <td colspan="3" align="right"><i>Graphics</i></td>
601: </tr>
602: <tr>
603: <td>Crackart</td>
1.1.1.2 ! root 604: <td>before 1.0</td>
1.1 root 605: <td>
606: Harddisk access does not work with GEMDOS emulation
607: - fine with disk images
608: </td>
609: </tr>
610: <tr>
611: <td>ImCon</td>
1.1.1.2 ! root 612: <td>before 1.0</td>
1.1 root 613: <td> </td>
614: </tr>
615: <tr>
616: <td>Mgif</td>
1.1.1.2 ! root 617: <td>before 1.0</td>
1.1 root 618: <td> </td>
619: </tr>
620: <tr>
621: <td>Neochrome</td>
1.1.1.2 ! root 622: <td class="minor">before 1.0</td>
! 623: <td>Rasters sometimes unstable</td>
1.1 root 624: </tr>
625: <tr>
626: <td>OCR</td>
1.1.1.2 ! root 627: <td>before 1.0</td>
1.1 root 628: <td>Didn't try scanning</td>
629: </tr>
630: <tr>
631: <td>Speed Of Light</td>
1.1.1.2 ! root 632: <td>before 1.0</td>
1.1 root 633: <td> </td>
634: </tr>
635: <tr class="backdropped">
636: <td colspan="3" align="right"><i>Sound</i></td>
637: </tr>
638: <tr>
639: <td>MusicMon 2</td>
1.1.1.2 ! root 640: <td>before 1.0</td>
1.1 root 641: <td> </td>
642: </tr>
643: <tr>
644: <td>Noise Tracker</td>
1.1.1.2 ! root 645: <td>1.1</td>
! 646: <td> </td>
1.1 root 647: </tr>
648: <tr>
649: <td>Protracker</td>
1.1.1.2 ! root 650: <td>before 1.0</td>
1.1 root 651: <td> </td>
652: </tr>
653: <tr>
654: <td>Quartet</td>
1.1.1.2 ! root 655: <td>before 1.0</td>
1.1 root 656: <td> </td>
657: </tr>
658: <tr>
659: <td>SidSound Designer</td>
1.1.1.2 ! root 660: <td>before 1.0</td>
1.1 root 661: <td> </td>
662: </tr>
663: <tr>
664: <td>Accompanist<br>(Henry Cosh Sequencer)</td>
1.1.1.2 ! root 665: <td class="minor">before 1.0</td>
1.1 root 666: <td><a href="#midinotes">MIDI output</a> works, input doesn't</td>
667: </tr>
668: <tr>
669: <td>Cubase Lite</td>
1.1.1.2 ! root 670: <td class="minor">before 1.0</td>
1.1 root 671: <td><a href="#midinotes">MIDI output</a> works, input doesn't</td>
672: </tr>
673: <tr>
674: <td>Sequencer One</td>
1.1.1.2 ! root 675: <td class="minor">before 1.0</td>
1.1 root 676: <td>Both <a href="#midinotes">MIDI output</a> and sound work, MIDI input doesn't</td>
677: </tr>
678: <tr class="backdropped">
679: <td colspan="3" align="right"><i>Text Editors</i></td>
680: </tr>
681: <tr>
682: <td>Tempus</td>
1.1.1.2 ! root 683: <td>before 1.0</td>
1.1 root 684: <td> </td>
685: </tr>
686: <tr>
687: <td>Qed editor</td>
1.1.1.2 ! root 688: <td>before 1.0</td>
1.1 root 689: <td> </td>
690: </tr>
691: <tr>
692: <td>Everest editor</td>
1.1.1.2 ! root 693: <td>before 1.0</td>
1.1 root 694: <td> </td>
695: </tr>
696: <tr class="backdropped">
697: <td colspan="3" align="right"><i>Business applications</i></td>
698: </tr>
699: <tr>
700: <td>Opus spreadsheet</td>
1.1.1.2 ! root 701: <td>before 1.0</td>
1.1 root 702: <td> </td>
703: </tr>
704: <tr>
705: <td>SBase database</td>
1.1.1.2 ! root 706: <td>before 1.0</td>
1.1 root 707: <td> </td>
708: </tr>
709: <tr>
710: <td>Sheet spreadsheet</td>
1.1.1.2 ! root 711: <td>before 1.0</td>
1.1 root 712: <td> </td>
713: </tr>
714: <tr>
715: <td>Calamus SL (demo)</td>
1.1.1.2 ! root 716: <td>before 1.0</td>
1.1 root 717: <td>Nice with Hatari 32Mhz 68020+FPU STE emulation at 1024x768x1
1.1.1.2 ! root 718: VDI resolution...</td>
1.1 root 719: </tr>
720: <tr>
721: <td>Outline Art 3 (demo)</td>
1.1.1.2 ! root 722: <td>before 1.0</td>
1.1 root 723: <td> </td>
724: </tr>
725: <tr class="backdropped">
726: <td colspan="3" align="right"><i>Communications</i></td>
727: </tr>
728: <tr>
729: <td>CAB browser</td>
1.1.1.2 ! root 730: <td>before 1.0</td>
1.1 root 731: <td> </td>
732: </tr>
733: <tr>
734: <td>Connect</td>
1.1.1.2 ! root 735: <td>before 1.0</td>
1.1 root 736: <td> </td>
737: </tr>
738: <tr>
739: <td>Kivi QWK Reader</td>
1.1.1.2 ! root 740: <td>before 1.0</td>
1.1 root 741: <td> </td>
742: </tr>
743: <tr class="backdropped">
744: <td colspan="3" align="right"><i>Desktops</i></td>
745: </tr>
746: <tr>
747: <td>Teradesk desktop</td>
1.1.1.2 ! root 748: <td>before 1.0</td>
1.1 root 749: <td> </td>
750: </tr>
751: <tr>
752: <td>Thing desktop</td>
1.1.1.2 ! root 753: <td>before 1.0</td>
1.1 root 754: <td> </td>
755: </tr>
756: <tr class="backdropped">
757: <td colspan="3" align="right"><i>Science</i></td>
758: </tr>
759: <tr>
760: <td>Euler</td>
1.1.1.2 ! root 761: <td>before 1.0</td>
1.1 root 762: <td> </td>
763: </tr>
764: <tr>
765: <td>Minidraft</td>
1.1.1.2 ! root 766: <td>before 1.0</td>
1.1 root 767: <td> </td>
768: </tr>
769: <tr>
770: <td>Molsys</td>
1.1.1.2 ! root 771: <td>before 1.0</td>
1.1 root 772: <td> </td>
773: </tr>
774: <tr class="backdropped">
775: <td colspan="3" align="right"><i>Utilities</i></td>
776: </tr>
777: <tr>
778: <td>Revenge Document Displayer</td>
1.1.1.2 ! root 779: <td>before 1.0</td>
1.1 root 780: <td> </td>
781: </tr>
782: <tr>
783: <td>ST-Guide</td>
1.1.1.2 ! root 784: <td>before 1.0</td>
1.1 root 785: <td> </td>
786: </tr>
787: <tr>
788: <td>ST-Zip</td>
1.1.1.2 ! root 789: <td>before 1.0</td>
1.1 root 790: <td> </td>
791: </tr>
792: <tr>
793: <td>STCat</td>
1.1.1.2 ! root 794: <td>before 1.0</td>
1.1 root 795: <td> </td>
796: </tr>
797: <tr>
798: <td>Lharc Shell</td>
1.1.1.2 ! root 799: <td>before 1.0</td>
1.1 root 800: <td> </td>
801: </tr>
802: <tr>
803: <td>TwoInOne</td>
1.1.1.2 ! root 804: <td>before 1.0</td>
1.1 root 805: <td> </td>
806: </tr>
807: <tr>
808: <td>Sagrotan viruskiller</td>
1.1.1.2 ! root 809: <td>before 1.0</td>
1.1 root 810: <td> </td>
811: </tr>
812: <tr class="backdropped">
813: <td colspan="3" align="right"><i>Others</i></td>
814: </tr>
815: <tr>
816: <td>ZX Spectrum emulator</td>
1.1.1.2 ! root 817: <td>before 1.0</td>
1.1 root 818: <td>Installer needs to be run from a floppy image and (HD)
819: install directory needs to be already present. After installing,
820: use unzip to get zero byte sized files from the original
821: self-extracting zip files. Both 68000 and 68030 versions work
822: both in color and mono.</td>
823: </tr>
824: </tbody>
825: </table>
826:
827: <a name="midinotes"></a><h4>Midi setup</h4>
828:
829: <p>At the moment Hatari doesn't emulate MIDI input, it has only
830: simple MIDI output emulation.</p>
831:
832: <p>If you don't have a MIDI sequencer, on Linux you can use
833: a softsynth like Timidity or FluidSynth instead (if your distribution
834: supports ALSA). For instructions, see alsa-midi.txt file.</p>
835:
836:
837: <a name="STE"></a><h2>STE software compatibility list</h2>
838:
1.1.1.2 ! root 839: <p>By default everything should work with the STE emulation. The lists
! 840: below contain nearly all the STE specific software that the developers
! 841: could get their hands on...</p>
! 842:
1.1 root 843:
844: <a name="STE games"></a><h4>STE games</h4>
845:
846: <p>First are some STE games that do work with the STE features
847: in Hatari. Most of these games work only on STE, but here are also some
848: games which work (or have a version that works) also on ST, i.e. they
849: are just STE enhanced. These are marked with '*'.</p>
1.1.1.2 ! root 850:
1.1 root 851: <table border="1" cellpadding="3">
1.1.1.2 ! root 852: <caption align="bottom">Tested STE games</caption>
1.1 root 853: <tbody>
854: <tr class="backdropped">
855: <td align="center">Title</td>
1.1.1.2 ! root 856: <td align="center">Hatari version</td>
! 857: <td align="center">Notes</td>
1.1 root 858: </tr>
859: <tr>
860: <td>Alien Blast</td>
1.1.1.2 ! root 861: <td>before 1.0</td>
1.1 root 862: <td> </td>
863: </tr>
864: <tr>
865: <td>Astrodia*</td>
1.1.1.2 ! root 866: <td>before 1.0</td>
1.1 root 867: <td>Blitter support doesn't work with EmuTOS, only real STE TOS</td>
868: </tr>
869: <tr>
870: <td>Battletris+</td>
1.1.1.2 ! root 871: <td>before 1.0</td>
1.1 root 872: <td> </td>
873: </tr>
874: <tr>
875: <td>Blat!</td>
1.1.1.2 ! root 876: <td>before 1.0</td>
1.1 root 877: <td> </td>
878: </tr>
879: <tr>
880: <td>Bombaman</td>
1.1.1.2 ! root 881: <td>before 1.0</td>
1.1 root 882: <td> </td>
883: </tr>
884: <tr>
885: <td>Breakdance</td>
1.1.1.2 ! root 886: <td>before 1.0</td>
! 887: <td>THE ultimate scene game</td>
1.1 root 888: </tr>
889: <tr>
890: <td>Chronicles of Omega*</td>
1.1.1.2 ! root 891: <td>before 1.0</td>
1.1 root 892: <td> </td>
893: </tr>
894: <tr>
895: <td>Chaos Engine (demo)</td>
1.1.1.2 ! root 896: <td>before 1.0</td>
1.1 root 897: <td> </td>
898: </tr>
899: <tr>
900: <td>ChuChu Rocket</td>
1.1.1.2 ! root 901: <td>before 1.0</td>
1.1 root 902: <td>needs to be run from disk image</td>
903: </tr>
904: <tr>
905: <td>Dynabusters+</td>
1.1.1.2 ! root 906: <td>1.1</td>
! 907: <td>Hi-score screen flickers</td>
! 908: </tr>
! 909: <tr>
! 910: <td>Frantick</td>
! 911: <td>1.0</td>
1.1 root 912: <td> </td>
913: </tr>
914: <tr>
915: <td>H.E.R.O. 2</td>
1.1.1.2 ! root 916: <td>before 1.0</td>
1.1 root 917: <td>Requires 4MB RAM</td>
918: </tr>
919: <tr>
920: <td>Leavin' Teramis*</td>
1.1.1.2 ! root 921: <td>before 1.0</td>
1.1 root 922: <td>Works <em>only</em> in STE mode</td>
923: </tr>
924: <tr>
925: <td>Manga Puzzle</td>
1.1.1.2 ! root 926: <td>before 1.0</td>
1.1 root 927: <td> </td>
928: </tr>
929: <tr>
930: <td>No Limit II</td>
1.1.1.2 ! root 931: <td>before 1.0</td>
1.1 root 932: <td> </td>
933: </tr>
934: <tr>
935: <td>Obsession (demo)</td>
1.1.1.2 ! root 936: <td>before 1.0</td>
! 937: <td>Opens top, left (with STE shifter bug) and bottom borders</td>
1.1 root 938: </tr>
939: <tr>
940: <td>Operation Garfield</td>
1.1.1.2 ! root 941: <td>before 1.0</td>
1.1 root 942: <td> </td>
943: </tr>
944: <tr>
945: <td>Pacman on E</td>
1.1.1.2 ! root 946: <td>before 1.0</td>
1.1 root 947: <td> </td>
948: </tr>
949: <tr>
950: <td>Penta*</td>
1.1.1.2 ! root 951: <td>before 1.0</td>
1.1 root 952: <td>Blitter, DMA audio and STE fadings do work properly</td>
953: </tr>
954: <tr>
955: <td>Pooz*</td>
1.1.1.2 ! root 956: <td>before 1.0</td>
1.1 root 957: <td>Uses STE DMA, blitter and palette</td>
958: </tr>
959: <tr>
960: <td>Power Up*</td>
1.1.1.2 ! root 961: <td class="minor">1.1</td>
! 962: <td>STE music sounds broken, but DMA sound effects and ST music work</td>
1.1 root 963: </tr>
964: <tr>
965: <td>Roger</td>
1.1.1.2 ! root 966: <td>1.1</td>
! 967: <td>Needs to be run from a disk image</td>
1.1 root 968: </tr>
969: <tr>
970: <td>Skulls</td>
1.1.1.2 ! root 971: <td>before 1.0</td>
1.1 root 972: <td>Opens right border</td>
973: </tr>
974: <tr>
975: <td>Starball*</td>
1.1.1.2 ! root 976: <td>before 1.0</td>
1.1 root 977: <td>Uses DMA sound</td>
978: </tr>
979: <tr>
980: <td>Stardust (tunnel demo)</td>
1.1.1.2 ! root 981: <td>before 1.0</td>
1.1 root 982: <td> </td>
983: </tr>
984: <tr>
985: <td>STrEet Fighter 2</td>
1.1.1.2 ! root 986: <td>before 1.0</td>
1.1 root 987: <td>Uses blitter, HW scrolling and DMA sound</td>
988: </tr>
989: <tr>
990: <td>Stupid Balloon game</td>
1.1.1.2 ! root 991: <td>before 1.0</td>
1.1 root 992: <td> </td>
993: </tr>
994: <tr>
995: <td>Substation (demo)</td>
1.1.1.2 ! root 996: <td>before 1.0</td>
1.1 root 997: <td> </td>
998: </tr>
999: <tr>
1000: <td>TomTar</td>
1.1.1.2 ! root 1001: <td>before 1.0</td>
1.1 root 1002: <td> </td>
1003: </tr>
1004: <tr>
1.1.1.2 ! root 1005: <td>Utopos</td>
! 1006: <td>1.1</td>
! 1007: <td>Minor flicker in statusbar</td>
1.1 root 1008: </tr>
1009: <tr>
1010: <td>Ultimate Arena</td>
1.1.1.2 ! root 1011: <td>before 1.0</td>
1.1 root 1012: <td> </td>
1013: </tr>
1014: <tr>
1015: <td>Wolfenstein 3D*</td>
1.1.1.2 ! root 1016: <td>before 1.0</td>
! 1017: <td>v0.8 needs to be run from a disk image, uses DMA sound on STE</td>
1.1 root 1018: </tr>
1019: <tr>
1020: <td>Zool (demo)</td>
1.1.1.2 ! root 1021: <td>1.0</td>
1.1 root 1022: <td> </td>
1023: </tr>
1024: </tbody>
1025: </table>
1026:
1027: <a name="STE demos"></a><h4>STE demos</h4>
1028:
1.1.1.2 ! root 1029: <p>Blitter emulation cycle-accuracy is an issue for some demos.</p>
! 1030:
1.1 root 1031: <table border="1" cellpadding="3">
1.1.1.2 ! root 1032: <caption align="bottom">Tested STE demos</caption>
1.1 root 1033: <tbody>
1034: <tr class="backdropped">
1.1.1.2 ! root 1035: <td align="center">Demo</td>
! 1036: <td align="center">Hatari version</td>
! 1037: <td align="center">Notes</td>
! 1038: </tr>
! 1039: <tr>
! 1040: <td>Aggression:
! 1041: <a href="http://pouet.net/prod.php?which=29352">Armada is dead</a></td>
! 1042: <td>1.0</td>
! 1043: <td> </td>
! 1044: </tr>
! 1045: <tr>
! 1046: <td>Aggression:
! 1047: <a href="http://pouet.net/prod.php?which=4631">Braindamage</a></td>
! 1048: <td>1.1</td>
! 1049: <td>The labyrinth screen has a small dark rectangle in bottom left
! 1050: corner which doesn't show up in videos from real STe.</td>
! 1051: </tr>
! 1052: <tr>
! 1053: <td>Aggression:
! 1054: <a href="http://pouet.net/prod.php?which=29355">RGBeast</a></td>
! 1055: <td class="major">1.1</td>
! 1056: <td>Overscan + blitter. Doesn't look right</td>
! 1057: </tr>
! 1058: <tr>
! 1059: <td>Anatomica:
! 1060: <a href="http://pouet.net/prod.php?which=15428">Extreme Rage</a></td>
! 1061: <td class="minor">1.1</td>
! 1062: <td>Bad blitter timings cause timer B to occur at wrong time</td>
! 1063: </tr>
! 1064: <tr>
! 1065: <td>Atari scene collective:
! 1066: <a href="http://www.pouet.net/prod.php?which=20584">20 years</a>*</td>
! 1067: <td>1.1</td>
! 1068: <td>You may need to reset between screens</td>
! 1069: </tr>
! 1070: <tr>
! 1071: <td>DHS:
! 1072: <a href="http://www.pouet.net/prod.php?which=1001">Just Musix 2</a></td>
! 1073: <td>1.0</td>
! 1074: <td> </td>
! 1075: </tr>
! 1076: <tr>
! 1077: <td>DHS:
! 1078: <a href="http://www.pouet.net/prod.php?which=51962">More or Less Zero</a></td>
! 1079: <td class="minor">1.1</td>
! 1080: <td>Initial texts + first (tunnel) screen messed up and
! 1081: screen sync issues in diffraction pattern screen,
! 1082: audio waveform block effect gfx not quite correct,
! 1083: audio not synched properly with gfx after spec-4096 pic,
! 1084: lmc1992 emulation missing for endpart modplayer.
! 1085: (works better than STeem though)</td>
! 1086: </tr>
! 1087: <tr>
! 1088: <td>DHS:
! 1089: <a href="http://www.pouet.net/prod.php?which=1000">Tyranny</a> &
! 1090: <a href="http://www.pouet.net/prod.php?which=4474">Massacre</a></td>
! 1091: <td>before 1.0</td>
! 1092: <td> </td>
1.1 root 1093: </tr>
1094: <tr>
1.1.1.2 ! root 1095: <td>GGN:
! 1096: <a href="http://www.pouet.net/prod.php?which=4474">The Sierpinski overdose 4K</a></td>
! 1097: <td>1.0</td>
! 1098: <td>Uses blitter, requires med-rez</td>
1.1 root 1099: </tr>
1100: <tr>
1.1.1.2 ! root 1101: <td>ICE:
! 1102: <a href="http://www.pouet.net/prod.php?which=14191">Extacy</a></td>
! 1103: <td>before 1.0</td>
1.1 root 1104: <td> </td>
1105: </tr>
1106: <tr>
1.1.1.2 ! root 1107: <td>ICE:
! 1108: <a href="http://www.pouet.net/prod.php?which=31452">Jam-Cols</a></td>
! 1109: <td class="major">1.1</td>
! 1110: <td>Wrong blitter timings</td>
1.1 root 1111: </tr>
1112: <tr>
1.1.1.2 ! root 1113: <td>ICE:
! 1114: <a href="http://www.pouet.net/prod.php?which=31443">Kryos</a> &
! 1115: <a href="http://www.pouet.net/prod.php?which=31450">Intruding</a></td>
! 1116: <td class="minor">1.1</td>
! 1117: <td>Planes are shifted</td>
1.1 root 1118: </tr>
1119: <tr>
1.1.1.2 ! root 1120: <td>Imagina:
! 1121: <a href="http://www.pouet.net/prod.php?which=12306">Xmas demo 92</a></td>
! 1122: <td>before 1.0</td>
! 1123: <td>Flickers without frameskip</td>
1.1 root 1124: </tr>
1125: <tr>
1.1.1.2 ! root 1126: <td>Imagina:
! 1127: <a href="http://www.pouet.net/prod.php?which=12305">Systematic error</a></td>
! 1128: <td class="minor">1.1</td>
! 1129: <td>DMA sound replay is distorted</td>
1.1 root 1130: </tr>
1131: <tr>
1.1.1.2 ! root 1132: <td>Light:
! 1133: <a href="http://www.pouet.net/prod.php?which=14448">E605</a></td>
! 1134: <td>before 1.0</td>
1.1 root 1135: <td> </td>
1136: </tr>
1137: <tr>
1.1.1.2 ! root 1138: <td>Light:
! 1139: <a href="http://www.pouet.net/prod.php?which=15189">Power Rise</a></td>
! 1140: <td>1.1</td>
1.1 root 1141: <td> </td>
1142: </tr>
1143: <tr>
1.1.1.2 ! root 1144: <td>Light:
! 1145: <a href="http://www.pouet.net/prod.php?which=21333">VGA slideshow</a></td>
! 1146: <td class="major">1.0</td>
! 1147: <td>Doesn't look right</td>
1.1 root 1148: </tr>
1149: <tr>
1.1.1.2 ! root 1150: <td>MJJ-Prod:
! 1151: <a href="http://www.pouet.net/prod.php?which=14852">1st Step</a></td>
! 1152: <td>before 1.0</td>
1.1 root 1153: <td> </td>
1154: </tr>
1155: <tr>
1.1.1.2 ! root 1156: <td>MJJ-Prod:
! 1157: <a href="http://atari.freemind-tobe.com/">Tribute to Rainbow TOS</a></td>
! 1158: <td>1.1</td>
1.1 root 1159: <td> </td>
1160: </tr>
1161: <tr>
1.1.1.2 ! root 1162: <td>New Core:
! 1163: <a href="http://www.pouet.net/prod.php?which=11524">Beyond Deadline</a></td>
! 1164: <td>before 1.0</td>
1.1 root 1165: <td> </td>
1166: </tr>
1167: <tr>
1.1.1.2 ! root 1168: <td>New Core:
! 1169: <a href="http://www.pouet.net/prod.php?which=11523">Coreflakes</a></td>
! 1170: <td>1.1</td>
1.1 root 1171: <td> </td>
1172: </tr>
1173: <tr>
1.1.1.2 ! root 1174: <td>Next: Illusion</td>
! 1175: <td class="minor">1.1</td>
! 1176: <td>Part of the Phaleon Gigademo. Blitter timings issues on some lines</td>
1.1 root 1177: </tr>
1178: <tr>
1.1.1.2 ! root 1179: <td>N.L.C:
! 1180: <a href="http://www.pouet.net/prod.php?which=21385">Techno Drugs</a></td>
! 1181: <td>before 1.0</td>
1.1 root 1182: <td> </td>
1183: </tr>
1184: <tr>
1.1.1.2 ! root 1185: <td>Omega:
! 1186: <a href="http://www.pouet.net/prod.php?which=15386">Grotesque</a></td>
! 1187: <td>before 1.0</td>
1.1 root 1188: <td> </td>
1189: </tr>
1190: <tr>
1.1.1.2 ! root 1191: <td>Ouch:
! 1192: <a href="http://www.pouet.net/prod.php?which=22398">Songs of the unexpected</a></td>
! 1193: <td class="minor">1.1</td>
! 1194: <td>Sound is sometimes distorted.</td>
1.1 root 1195: </tr>
1196: <tr>
1.1.1.2 ! root 1197: <td>Paradox:
! 1198: <a href="http://pouet.net/prod.php?which=15053">X-mas 2004 demo</a></td>
! 1199: <td class="minor">1.1</td>
! 1200: <td>Problems in last screen</td>
1.1 root 1201: </tr>
1202: <tr>
1.1.1.2 ! root 1203: <td>Paradox:
! 1204: <a href="http://pouet.net/prod.php?which=18861">Pacemaker</a></td>
! 1205: <td>1.1</td>
! 1206: <td>
! 1207: Some garbage in the end screen when the demo has been started from
! 1208: hard disk.
! 1209: </td>
1.1 root 1210: </tr>
1211: <tr>
1.1.1.2 ! root 1212: <td>Paradox:
! 1213: <a href="http://pouet.net/prod.php?which=12237">HighResMode</a></td>
! 1214: <td class="major">1.1</td>
! 1215: <td>Spec512 in med-rez is not (yet) supported by Hatari</td>
1.1 root 1216: </tr>
1217: <tr>
1.1.1.2 ! root 1218: <td>Reservoir Gods:
! 1219: <a href="http://pouet.net/prod.php?which=9713">Mind Rewind</a></td>
! 1220: <td>before 1.0</td>
! 1221: <td>Opens all borders, heavily abuses horizontal STE HW scrolling</td>
1.1 root 1222: </tr>
1223: <tr>
1.1.1.2 ! root 1224: <td>Reservoir Gods:
! 1225: <a href="http://pouet.net/prod.php?which=9576">Grimey</a></td>
! 1226: <td>before 1.0</td>
1.1 root 1227: <td> </td>
1228: </tr>
1229: <tr>
1.1.1.2 ! root 1230: <td>Sedma:
! 1231: <a href="http://pouet.net/prod.php?which=22492">Blitter Mania</a></td>
! 1232: <td>1.1</td>
1.1 root 1233: <td> </td>
1234: </tr>
1235: <tr>
1.1.1.2 ! root 1236: <td>Syntax:
! 1237: <a href="http://pouet.net/prod.php?which=17044">Reanimation</a></td>
! 1238: <td>before 1.0</td>
1.1 root 1239: <td> </td>
1240: </tr>
1241: <tr>
1.1.1.2 ! root 1242: <td>T. Barker:
! 1243: <a href="http://pouet.net/prod.php?which=30977">Fantasia</a></td>
! 1244: <td>before 1.0</td>
! 1245: <td>For any other than TOS 1.06, you need to use fantfix.prg first</td>
! 1246: </tr>
! 1247: <tr>
! 1248: <td>T. Barker:
! 1249: <a href="http://pouet.net/prod.php?which=18189">TT-Wars STE</a></td>
! 1250: <td>before 1.0</td>
1.1 root 1251: <td> </td>
1252: </tr>
1253: <tr>
1.1.1.2 ! root 1254: <td>Unit 17:
! 1255: <a href="http://www.pouet.net/prod.php?which=30912">E.P.S.S. Demo</a> &
! 1256: <a href="http://www.pouet.net/prod.php?which=30915">Dynamite</a></td>
! 1257: <td class="minor">1.1</td>
! 1258: <td>Bottom border content garbage in both due to bad blitter timing emulation</td>
! 1259: </tr>
! 1260: <tr>
! 1261: <td>Zeal:
! 1262: <a href="http://pouet.net/prod.php?which=15191">Birdie 2</a> &
! 1263: <a href="http://pouet.net/prod.php?which=15190">Lethal Trash</a></td>
! 1264: <td>1.0</td>
1.1 root 1265: <td> </td>
1266: </tr>
1267: </tbody>
1268: </table>
1269:
1270: <a name="STE applications"></a><h4>STE applications</h4>
1271:
1272: <p>Finally some STE only or STE enhanced applications</p>
1273: <table border="1" cellpadding="3">
1274: <caption align="bottom">tested STE applications</caption>
1275: <tbody>
1276: <tr class="backdropped">
1.1.1.2 ! root 1277: <td align="center">Application</td>
! 1278: <td align="center">Hatari version</td>
! 1279: <td align="center">Notes</td>
1.1 root 1280: </tr>
1281: <tr>
1282: <td>MaxYMiser DMA</td>
1.1.1.2 ! root 1283: <td>before 1.0</td>
1.1 root 1284: <td> </td>
1285: </tr>
1286: <tr>
1.1.1.2 ! root 1287: <td>Octalyzer STE</td>
! 1288: <td>1.0</td>
! 1289: <td>Opens borders, flickers sometimes</td>
1.1 root 1290: </tr>
1291: <tr>
1292: <td>Protracker STE</td>
1.1.1.2 ! root 1293: <td class="minor">1.0</td>
! 1294: <td>50KHz replay duff</td>
1.1 root 1295: </tr>
1296: <tr>
1297: <td>Stretch</td>
1.1.1.2 ! root 1298: <td>before 1.0</td>
1.1 root 1299: <td>Screen extender (like the famous Bigscreen). One of the few programs
1300: which uses STE hardware scrolling also in monochrome mode</td>
1301: </tr>
1302: </tbody>
1303: </table>
1304:
1305:
1306: <a name="TT"></a><h2>TT software compatibility list</h2>
1307:
1308: <p>Most programs that work on TT work also in the Falcon emulation and
1309: as all 1-8 bit GEM programs work without problems under TT emulation
1310: this section lists only TT-specific games and demos.</p>
1311:
1312: <a name="TT games"></a><h4>TT games</h4>
1313:
1314: <table border="1" cellpadding="3">
1315: <caption align="bottom">TT games</caption>
1316: <tbody>
1317: <tr class="backdropped">
1.1.1.2 ! root 1318: <td align="center">Game</td>
! 1319: <td align="center">Hatari version</td>
! 1320: <td align="center">Notes</td>
1.1 root 1321: </tr>
1322: <tr>
1323: <td>Oxyd 2 TT</td>
1.1.1.2 ! root 1324: <td>before 1.0</td>
1.1 root 1325: <td>Oxyd 2 in color</td>
1326: </tr>
1327: </tbody>
1328: </table>
1329:
1330: <a name="TT demos"></a><h4>TT demos</h4>
1331:
1332: <table border="1" cellpadding="3">
1333: <caption align="bottom">TT demos</caption>
1334: <tbody>
1335: <tr class="backdropped">
1.1.1.2 ! root 1336: <td align="center">Demo</td>
! 1337: <td align="center">Hatari version</td>
! 1338: <td align="center">Notes</td>
! 1339: </tr>
! 1340: <tr>
! 1341: <td>256mbrot, Bragg256, Glasstro, Orion-B, Yabt</td>
! 1342: <td>before 1.0</td>
! 1343: <td>TT/Falcon intros by
! 1344: <a href="http://www.tscc.de/waitsite.html">ray//.tSCc</a></td>
1.1 root 1345: </tr>
1346: <tr>
1347: <td>Beams demo TT-version</td>
1.1.1.2 ! root 1348: <td class="major">1.0</td>
! 1349: <td>Doesn't work, stops at startup screen!</td>
1.1 root 1350: </tr>
1351: <tr>
1352: <td>TT-Wars</td>
1.1.1.2 ! root 1353: <td>before 1.0</td>
1.1 root 1354: <td>Star Wars demo</td>
1355: </tr>
1356: </tbody>
1357: </table>
1358:
1359:
1360: <a name="Falcon"></a><h2>Falcon software compatibility list</h2>
1361:
1.1.1.2 ! root 1362: <p>The main thing preventing Falcon programs from working is incomplete
1.1 root 1363: DSP emulation (and even of the programs working, many would use DSP
1364: for music). You can select between three different DSP emulation
1.1.1.2 ! root 1365: modes with the Hatari "--dsp" option:
1.1 root 1366: <ul>
1.1.1.2 ! root 1367: <li><b>none</b>: No emulation.
! 1368: Most programs work best with this.</li>
! 1369: <li><b>dummy</b>: Faked DSP response to DSP commands.
! 1370: There're some rare programs that work only with this mode.</li>
! 1371: <li><b>emu</b>: Experimental DSP emulation.
! 1372: (Only) some programs work better with this.</li>
1.1 root 1373: </ul>
1374:
1375: <p>The "dsp" column in tables below tells which DSP emulation
1376: mode needs to be used for the given program to work. If it
1.1.1.2 ! root 1377: doesn't matter, the column contains "-".</p>
1.1 root 1378:
1379: <p>The column for whether the program works and whether
1380: it has (working) sound have "yes" when this is true and
1381: otherwise "-".</p>
1382:
1383: <a name="Falcon games"></a><h4>Falcon games</h4>
1384:
1385: <p>Here are listed some Falcon games:</p>
1386: <table border="1" cellpadding="3">
1387: <caption align="bottom">Falcon games</caption>
1388: <tbody>
1389: <tr class="backdropped">
1390: <td align="center">Title</td>
1391: <td align="center">Working</td>
1392: <td align="center">Sound</td>
1393: <td align="center">DSP</td>
1394: <td align="center">Comment</td>
1395: </tr>
1396: <tr>
1397: <td>Addsub</td>
1398: <td>Yes</td>
1399: <td>-</td>
1400: <td>-</td>
1401: <td></td>
1402: </tr>
1403: <tr>
1.1.1.2 ! root 1404: <td>Bad Mood</td>
! 1405: <td>partially</td>
! 1406: <td>-</td>
! 1407: <td>emu</td>
! 1408: <td>Loads WADs, graphics with DSP look OK, but runs slower than 0.01fps</td>
! 1409: </tr>
! 1410: <tr>
1.1 root 1411: <td>Blackhole</td>
1412: <td>yes</td>
1413: <td>-</td>
1414: <td>-</td>
1415: <td>256-color mode only</td>
1416: </tr>
1417: <tr>
1418: <td>Block Blizzard</td>
1419: <td>yes</td>
1420: <td>-</td>
1421: <td>-</td>
1422: <td></td>
1423: </tr>
1424: <tr>
1425: <td>Blum</td>
1426: <td>yes</td>
1427: <td>-</td>
1428: <td>-</td>
1429: <td>Disable sound</td>
1430: </tr>
1431: <tr>
1432: <td>Bomb Squad</td>
1433: <td>yes</td>
1434: <td>yes</td>
1435: <td>-</td>
1436: <td></td>
1437: </tr>
1438: <tr>
1439: <td>Bugger by RG</td>
1440: <td>yes</td>
1441: <td>-</td>
1442: <td>-</td>
1443: <td></td>
1444: </tr>
1445: <tr>
1446: <td>Bunion by RG</td>
1447: <td>yes</td>
1448: <td>-</td>
1449: <td>-</td>
1450: <td></td>
1451: </tr>
1452: <tr>
1453: <td>Capy</td>
1454: <td>-</td>
1455: <td>-</td>
1456: <td>-</td>
1457: <td></td>
1458: </tr>
1459: <tr>
1460: <td>Cavemania (demo)</td>
1461: <td>Partially</td>
1462: <td>Partially</td>
1463: <td>-</td>
1464: <td>Some screens are black and music doesn't sound right</td>
1465: </tr>
1466: <tr>
1.1.1.2 ! root 1467: <td>ChainZ</td>
! 1468: <td>yes</td>
! 1469: <td>-</td>
! 1470: <td>emu</td>
! 1471: <td>Keep space pressed while game is starting to disable DSP music play</td>
! 1472: </tr>
! 1473: <tr>
1.1 root 1474: <td>Conquest of Elysium II</td>
1475: <td>yes</td>
1476: <td>-</td>
1477: <td>-</td>
1478: <td></td>
1479: </tr>
1480: <tr>
1481: <td>Columns by Deadheart (demo)</td>
1482: <td>yes</td>
1483: <td>-</td>
1484: <td>none</td>
1.1.1.2 ! root 1485: <td>Nice. Input doesn't work if DSP emu enabled</td>
1.1 root 1486: </tr>
1487: <tr>
1488: <td>Corsair</td>
1489: <td>yes</td>
1490: <td>-</td>
1491: <td>none</td>
1.1.1.2 ! root 1492: <td>Black screen if DSP emu enabled</td>
1.1 root 1493: </tr>
1494: <tr>
1495: <td>Cravon (demo)</td>
1496: <td>-</td>
1497: <td>-</td>
1498: <td>-</td>
1499: <td>Intros work, game doesn't</td>
1500: </tr>
1501: <tr>
1.1.1.2 ! root 1502: <td>DB 4K</td>
1.1 root 1503: <td>yes</td>
1504: <td>-</td>
1505: <td>-</td>
1506: <td>DB in 4KB</td>
1507: </tr>
1508: <tr>
1509: <td>Double Bobble 2000</td>
1510: <td>yes</td>
1511: <td>-</td>
1512: <td>-</td>
1.1.1.2 ! root 1513: <td>Nice</td>
1.1 root 1514: </tr>
1515: <tr>
1516: <td>DryEgg</td>
1517: <td>yes</td>
1518: <td>-</td>
1519: <td>-</td>
1520: <td>Needs over 4MB</td>
1521: </tr>
1522: <tr>
1523: <td>Evolution Dino Dudes<br>(aka. Humans)</td>
1524: <td>-</td>
1525: <td>-</td>
1526: <td>-</td>
1527: <td>Intro and menu work, but graphics are distorted in game.<br>
1528: (Game writes twice to the $ff820e register during one VBL!)</td>
1529: </tr>
1530: <tr>
1531: <td>Falcon Fighter II</td>
1532: <td>yes</td>
1533: <td>yes</td>
1534: <td>-</td>
1535: <td>Problems with scrolling</td>
1536: </tr>
1537: <tr>
1538: <td>FalcTron</td>
1539: <td>yes</td>
1540: <td>yes</td>
1541: <td>-</td>
1542: <td></td>
1543: </tr>
1544: <tr>
1545: <td>Ganymed.pd</td>
1546: <td>-</td>
1547: <td>-</td>
1548: <td>-</td>
1549: <td>Stops at beginning when showing hiscore</td>
1550: </tr>
1551: <tr>
1552: <td>H2O</td>
1553: <td>-</td>
1554: <td>-</td>
1.1.1.2 ! root 1555: <td>none</td>
! 1556: <td>Stops when the game starts, with DSP emu enabled, stops earlier</td>
1.1 root 1557: </tr>
1558: <tr>
1559: <td>Heretic</td>
1560: <td>yes</td>
1561: <td>-</td>
1562: <td>-</td>
1563: <td>Very slow</td>
1564: </tr>
1565: <tr>
1566: <td>Hexogon</td>
1567: <td>yes</td>
1568: <td>yes</td>
1569: <td>-</td>
1570: <td></td>
1571: </tr>
1572: <tr>
1573: <td>Impulse</td>
1574: <td>-</td>
1575: <td>-</td>
1.1.1.2 ! root 1576: <td>none</td>
! 1577: <td>Breakout clone. Decrunching phase freezes if DSP emu enabled</td>
1.1 root 1578: </tr>
1579: <tr>
1580: <td>Kwiks.pd</td>
1581: <td>yes</td>
1582: <td>-</td>
1.1.1.2 ! root 1583: <td>-</td>
! 1584: <td>nice Quix clone</td>
1.1 root 1585: </tr>
1586: <tr>
1587: <td>Lamemine</td>
1588: <td>yes</td>
1589: <td>-</td>
1.1.1.2 ! root 1590: <td>dummy</td>
1.1 root 1591: <td></td>
1592: </tr>
1593: <tr>
1594: <td>Lasers and Hommes (DLDH2)</td>
1595: <td>-</td>
1596: <td>yes</td>
1.1.1.2 ! root 1597: <td>emu</td>
! 1598: <td>Intros work (including music), actual game graphics are mostly invisible</td>
1.1 root 1599: </tr>
1600: <tr>
1601: <td>Llamazap</td>
1.1.1.2 ! root 1602: <td>partially</td>
1.1 root 1603: <td>-</td>
1604: <td>-</td>
1.1.1.2 ! root 1605: <td>Use joypad, issues in screen updates</td>
1.1 root 1606: </tr>
1607: <tr>
1608: <td>Madtris</td>
1609: <td>yes</td>
1610: <td>-</td>
1611: <td>-</td>
1612: <td></td>
1613: </tr>
1614: <tr>
1.1.1.2 ! root 1615: <td>Masters of Chaos</td>
! 1616: <td>yes</td>
! 1617: <td>-</td>
! 1618: <td>-</td>
! 1619: <td>2-4 player "Dungeon Master". 4 players would need midi in working.</td>
! 1620: </tr>
! 1621: <tr>
1.1 root 1622: <td>Men at War</td>
1623: <td>yes</td>
1624: <td>-</td>
1625: <td>-</td>
1626: <td>Fire button doesn't work, intro has sync problems</td>
1627: </tr>
1628: <tr>
1629: <td>Milanopol</td>
1630: <td>yes</td>
1631: <td>-</td>
1632: <td>-</td>
1633: <td></td>
1634: </tr>
1635: <tr>
1636: <td>Mine</td>
1637: <td>partially</td>
1638: <td>-</td>
1639: <td>-</td>
1640: <td>v1.02, GFA</td>
1641: </tr>
1642: <tr>
1643: <td>Moongame</td>
1644: <td>-</td>
1645: <td>-</td>
1646: <td>-</td>
1647: <td></td>
1648: </tr>
1649: <tr>
1650: <td>Multi Briques</td>
1651: <td>-</td>
1652: <td>-</td>
1653: <td>-</td>
1654: <td></td>
1655: </tr>
1656: <tr>
1657: <td>Neurobot.108</td>
1658: <td>yes</td>
1659: <td>-</td>
1660: <td>-</td>
1661: <td></td>
1662: </tr>
1663: <tr>
1664: <td>Nibe2</td>
1665: <td>yes</td>
1666: <td>-</td>
1667: <td>-</td>
1668: <td>Videl emu doesn't support rasters (in title screen)</td>
1669: </tr>
1670: <tr>
1671: <td>Offworld</td>
1672: <td>-</td>
1673: <td>-</td>
1674: <td>-</td>
1675: <td>Screen goes black at startup</td>
1676: </tr>
1677: <tr>
1678: <td>Pac Them</td>
1679: <td>yes</td>
1680: <td>yes</td>
1681: <td>-</td>
1682: <td>Nice</td>
1683: </tr>
1684: <tr>
1685: <td>Painium Disaster</td>
1686: <td>yes</td>
1687: <td>-</td>
1688: <td>none</td>
1.1.1.2 ! root 1689: <td>Some display problems. Stops at first screen if DSP emu enabled</td>
1.1 root 1690: </tr>
1691: <tr>
1692: <td>Pingo98</td>
1693: <td>-</td>
1694: <td>-</td>
1695: <td>-</td>
1696: <td>Stops at startup, worked earlier with colors wrong</td>
1697: </tr>
1698: <tr>
1699: <td>Poker</td>
1700: <td>-</td>
1701: <td>-</td>
1702: <td>-</td>
1703: <td>Complains that it doesn't work on this type of monitor</td>
1704: </tr>
1705: <tr>
1706: <td>Pong 2K (demo)</td>
1707: <td>partially</td>
1708: <td>-</td>
1709: <td>none</td>
1.1.1.2 ! root 1710: <td>Stops at first screen if DSP enabled</td>
1.1 root 1711: </tr>
1712: <tr>
1713: <td>Pouspous</td>
1714: <td>yes</td>
1715: <td>-</td>
1716: <td>-</td>
1717: <td>HiColor only</td>
1718: </tr>
1719: <tr>
1720: <td>Push It</td>
1721: <td>yes</td>
1722: <td>-</td>
1723: <td>none</td>
1.1.1.2 ! root 1724: <td>Black screen at startup if DSP emu enabled</td>
1.1 root 1725: </tr>
1726: <tr>
1727: <td>Q-Blue</td>
1728: <td>yes</td>
1729: <td>-</td>
1730: <td>-</td>
1731: <td>Hicolor / VGA only</td>
1732: </tr>
1733: <tr>
1734: <td>Radical (demo)</td>
1735: <td>yes</td>
1736: <td>-</td>
1.1.1.2 ! root 1737: <td>-</td>
1.1 root 1738: <td>Nice</td>
1739: </tr>
1740: <tr>
1741: <td>Raiden</td>
1742: <td>yes</td>
1743: <td>yes</td>
1744: <td>-</td>
1745: <td>Use joypad, needs over 4MB</td>
1746: </tr>
1747: <tr>
1748: <td>Rave</td>
1749: <td>yes</td>
1750: <td>-</td>
1.1.1.2 ! root 1751: <td>dummy</td>
1.1 root 1752: <td></td>
1753: </tr>
1754: <tr>
1755: <td>Reeking Rubber</td>
1756: <td>-</td>
1757: <td>-</td>
1758: <td>-</td>
1759: <td>Doesn't do anything</td>
1760: </tr>
1761: <tr>
1762: <td>SBM v0.8</td>
1763: <td>yes</td>
1764: <td>-</td>
1765: <td>-</td>
1.1.1.2 ! root 1766: <td>Nice Bomberman clone</td>
1.1 root 1767: </tr>
1768: <tr>
1769: <td>SBM</td>
1770: <td>-</td>
1771: <td>-</td>
1772: <td>none</td>
1.1.1.2 ! root 1773: <td>Newer SBM versions bomb out</td>
1.1 root 1774: </tr>
1775: <tr>
1776: <td>Snatch by FUN</td>
1777: <td>-</td>
1778: <td>-</td>
1779: <td>-</td>
1780: <td>VGA only, screen is not properly updated</td>
1781: </tr>
1782: <tr>
1783: <td>Sky Fall by RG</td>
1784: <td>yes</td>
1785: <td>-</td>
1786: <td>-</td>
1787: <td></td>
1788: </tr>
1789: <tr>
1790: <td>Slippery Sam</td>
1791: <td>yes</td>
1792: <td>-</td>
1793: <td>none</td>
1.1.1.2 ! root 1794: <td>Stops at startup if DSP emu enabled</td>
1.1 root 1795: </tr>
1796: <tr>
1797: <td>Sokoban by FUN</td>
1798: <td>-</td>
1799: <td>-</td>
1800: <td>-</td>
1.1.1.2 ! root 1801: <td>VGA, screen is not properly updated</td>
1.1 root 1802: </tr>
1803: <tr>
1804: <td>Space Taxi</td>
1805: <td>yes</td>
1806: <td>-</td>
1807: <td>-</td>
1808: <td></td>
1809: </tr>
1810: <tr>
1811: <td>Spice</td>
1812: <td>yes</td>
1813: <td>yes</td>
1814: <td>-</td>
1815: <td>Nice Defender clone</td>
1816: </tr>
1817: <tr>
1818: <td>Static</td>
1819: <td>yes</td>
1820: <td>-</td>
1821: <td>-</td>
1.1.1.2 ! root 1822: <td>Play solitaire against computer</td>
1.1 root 1823: </tr>
1824: <tr>
1.1.1.2 ! root 1825: <td>Steinbruch</td>
1.1 root 1826: <td>yes</td>
1827: <td>-</td>
1828: <td>none</td>
1.1.1.2 ! root 1829: <td>Use STE joypad. Stops at startup if DSP emu enabled</td>
1.1 root 1830: </tr>
1831: <tr>
1832: <td>Switch</td>
1833: <td>yes</td>
1834: <td>-</td>
1835: <td>none</td>
1.1.1.2 ! root 1836: <td>Stops at startup if DSP emu enabled</td>
1.1 root 1837: </tr>
1838: <tr>
1839: <td>Sworm by RG</td>
1840: <td>yes</td>
1841: <td>-</td>
1842: <td>-</td>
1843: <td></td>
1844: </tr>
1845: <tr>
1846: <td>Tank Blaster</td>
1.1.1.2 ! root 1847: <td>yes</td>
1.1 root 1848: <td>-</td>
1849: <td>-</td>
1850: <td></td>
1851: </tr>
1852: <tr>
1853: <td>TeknoBalls</td>
1854: <td>-</td>
1855: <td>-</td>
1856: <td>-</td>
1857: <td>Black screen at startup</td>
1858: </tr>
1859: <tr>
1860: <td>Tautology II by RG</td>
1861: <td>yes</td>
1862: <td>-</td>
1.1.1.2 ! root 1863: <td>-</td>
! 1864: <td>Nice Mahjongg variant, use STE joypad</td>
1.1 root 1865: </tr>
1866: <tr>
1867: <td>Tetrhex</td>
1868: <td>yes</td>
1869: <td>-</td>
1870: <td>-</td>
1871: <td></td>
1872: </tr>
1873: <tr>
1874: <td>Towers 2</td>
1875: <td>-</td>
1876: <td>-</td>
1877: <td>-</td>
1878: <td>Black screen at startup</td>
1879: </tr>
1880: <tr>
1881: <td>ToyMan</td>
1882: <td>yes</td>
1883: <td>-</td>
1884: <td>-</td>
1885: <td></td>
1886: </tr>
1887: <tr>
1888: <td>Tron2</td>
1889: <td>yes</td>
1890: <td>-</td>
1891: <td>none</td>
1.1.1.2 ! root 1892: <td>Stops at startup if DSP emu enabled</td>
1.1 root 1893: </tr>
1894: <tr>
1895: <td>Tron2001</td>
1896: <td>-</td>
1897: <td>-</td>
1898: <td>-</td>
1899: <td>Bus error at startup</td>
1900: </tr>
1901: <tr>
1902: <td>TUM</td>
1903: <td>yes</td>
1904: <td>-</td>
1905: <td>-</td>
1906: <td>GEM minesweeper</td>
1907: </tr>
1908: <tr>
1909: <td>Ufo War</td>
1910: <td>-</td>
1911: <td>-</td>
1912: <td>-</td>
1913: <td>Screen scrambled</td>
1914: </tr>
1915: <tr>
1916: <td>Vertical Mayhem(+)</td>
1917: <td>yes</td>
1918: <td>yes</td>
1919: <td>-</td>
1920: <td>Works perfectly, nice columns clone</td>
1921: </tr>
1922: <tr>
1923: <td>Watership</td>
1924: <td>-</td>
1925: <td>-</td>
1.1.1.2 ! root 1926: <td>emu</td>
! 1927: <td>Shows a giant W, but doesn't do anything else</td>
1.1 root 1928: </tr>
1929: <tr>
1930: <td>Willie Adventurer</td>
1931: <td>yes</td>
1932: <td>-</td>
1933: <td>none</td>
1.1.1.2 ! root 1934: <td>Game freezes if DSP emu's enabled. Both 1st and 2nd preview
! 1935: versions work, but 1st one has display issues</td>
1.1 root 1936: </tr>
1937: <tr>
1938: <td>Wotanoid</td>
1939: <td>-</td>
1940: <td>-</td>
1941: <td>-</td>
1942: <td>Stops at startup</td>
1943: </tr>
1944: <tr>
1945: <td>Zodiax (demo)</td>
1946: <td>yes</td>
1947: <td>yes</td>
1948: <td>-</td>
1949: <td>Nice R-type game clone</td>
1950: </tr>
1951: </tbody>
1952: </table>
1953:
1954:
1955: <a name="Falcon demos"></a><h4>Falcon demos</h4>
1956:
1.1.1.2 ! root 1957: <p>Here are listed some Falcon demos:</p>
1.1 root 1958: <table border="1" cellpadding="3">
1959: <caption align="bottom">Falcon demos</caption>
1960: <tbody>
1961: <tr class="backdropped">
1962: <td align="center">Title</td>
1963: <td align="center">Working</td>
1964: <td align="center">Sound</td>
1965: <td align="center">DSP</td>
1966: <td align="center">Comment</td>
1967: </tr>
1968: <tr>
1969: <td>124 Beers</td>
1970: <td>partially</td>
1971: <td>yes</td>
1972: <td>-</td>
1973: <td>Some screens don't work</td>
1974: </tr>
1975: <tr>
1.1.1.2 ! root 1976: <td>6 Sievert</td>
1.1 root 1977: <td>yes</td>
1978: <td>-</td>
1979: <td>-</td>
1.1.1.2 ! root 1980: <td>Works fully?</td>
1.1 root 1981: </tr>
1982: <tr>
1.1.1.2 ! root 1983: <td>680xx</td>
1.1 root 1984: <td>-</td>
1985: <td>-</td>
1.1.1.2 ! root 1986: <td>-</td>
! 1987: <td>After a long while scrolls a picture</td>
1.1 root 1988: </tr>
1989: <tr>
1990: <td>Alive</td>
1991: <td>yes</td>
1992: <td>-</td>
1993: <td>-</td>
1994: <td>Has strange screen size changes</td>
1995: </tr>
1996: <tr>
1.1.1.2 ! root 1997: <td>Ascii, SnowStorm, HongTron</td>
! 1998: <td>yes</td>
! 1999: <td>-</td>
! 2000: <td>-</td>
! 2001: <td>Intros by Reservoir Gods (RG)</td>
! 2002: </tr>
! 2003: <tr>
1.1 root 2004: <td>Ats by DHS</td>
2005: <td>yes</td>
2006: <td>-</td>
2007: <td>-</td>
2008: <td></td>
2009: </tr>
2010: <tr>
2011: <td>Beams (Falcon version)</td>
2012: <td>yes</td>
2013: <td>-</td>
2014: <td>-</td>
2015: <td>Music is buggy</td>
2016: </tr>
2017: <tr>
2018: <td>Birdshow</td>
2019: <td>yes</td>
2020: <td>-</td>
2021: <td>-</td>
1.1.1.2 ! root 2022: <td>A simple FLE animation player</td>
! 2023: </tr>
! 2024: <tr>
! 2025: <td>Blue & Flu, 4K</td>
! 2026: <td>yes</td>
! 2027: <td>-</td>
! 2028: <td>-</td>
! 2029: <td>Very nice 4K demos from New Beat</td>
1.1 root 2030: </tr>
2031: <tr>
2032: <td>Bugs from Outer Space</td>
2033: <td>yes</td>
2034: <td>yes</td>
2035: <td>none</td>
1.1.1.2 ! root 2036: <td>When DSP emu enabled, black screen after into</td>
! 2037: </tr>
! 2038: <tr>
! 2039: <td>Built-in Obsolescence</td>
! 2040: <td>-</td>
! 2041: <td>yes</td>
! 2042: <td>dummy</td>
! 2043: <td>With DSP emu freezes with bg music, with dummy emulation,
! 2044: shows also "something" (while generating bus errors)</td>
1.1 root 2045: </tr>
2046: <tr>
2047: <td>Cebit93</td>
2048: <td>partially</td>
1.1.1.2 ! root 2049: <td>yes</td>
1.1 root 2050: <td>-</td>
2051: <td>Screen is not updated properly</td>
2052: </tr>
2053: <tr>
2054: <td>Chrome Dragon</td>
2055: <td>yes</td>
2056: <td>yes</td>
2057: <td>-</td>
2058: <td></td>
2059: </tr>
2060: <tr>
2061: <td>Cruor 96k</td>
2062: <td>-</td>
2063: <td>-</td>
2064: <td>-</td>
1.1.1.2 ! root 2065: <td>With DSP emu enabled, just black screen, otherwise bus errors</td>
1.1 root 2066: </tr>
2067: <tr>
2068: <td>Dba Magazine 14 intro</td>
2069: <td>yes</td>
2070: <td>-</td>
2071: <td>-</td>
2072: <td></td>
2073: </tr>
2074: <tr>
2075: <td>Delta</td>
2076: <td>-</td>
2077: <td>-</td>
2078: <td>-</td>
2079: <td>Stops almost immediately after startings</td>
2080: </tr>
2081: <tr>
2082: <td>Eearth</td>
2083: <td>yes</td>
2084: <td>-</td>
1.1.1.2 ! root 2085: <td>-</td>
! 2086: <td>Texturemapped ball</td>
1.1 root 2087: </tr>
2088: <tr>
2089: <td>E.K.O System</td>
2090: <td>partially</td>
2091: <td>yes</td>
2092: <td>-</td>
2093: <td>Many screens missing</td>
2094: </tr>
2095: <tr>
2096: <td>Falcon Flight</td>
2097: <td>yes</td>
2098: <td>yes</td>
2099: <td>-</td>
2100: <td></td>
2101: </tr>
2102: <tr>
2103: <td>Firestar</td>
2104: <td>yes</td>
2105: <td>-</td>
2106: <td>-</td>
2107: <td></td>
2108: </tr>
2109: <tr>
2110: <td>Fogintro</td>
2111: <td>-</td>
2112: <td>-</td>
2113: <td>-</td>
2114: <td>Bus errors</td>
2115: </tr>
2116: <tr>
2117: <td>GEM-demo</td>
2118: <td>yes</td>
2119: <td>-</td>
2120: <td>-</td>
2121: <td></td>
2122: </tr>
2123: <tr>
2124: <td>Hmmm</td>
2125: <td>-</td>
2126: <td>-</td>
2127: <td>-</td>
2128: <td>Strange screen size with blank screen</td>
2129: </tr>
2130: <tr>
2131: <td>Ice</td>
2132: <td>yes</td>
2133: <td>-</td>
2134: <td>none</td>
1.1.1.2 ! root 2135: <td>With DSP emu enabled, freezes at startup</td>
1.1 root 2136: </tr>
2137: <tr>
2138: <td>Illness</td>
1.1.1.2 ! root 2139: <td>partially</td>
! 2140: <td>-</td>
! 2141: <td>none</td>
! 2142: <td>With DSP emu enabled, freezes at startup, without it freezes
! 2143: after intro screen</td>
! 2144: </tr>
! 2145: <tr>
! 2146: <td>Illusion 64</td>
1.1 root 2147: <td>yes</td>
2148: <td>-</td>
2149: <td>none</td>
1.1.1.2 ! root 2150: <td>With DSP emu enabled, freezes at startup</td>
! 2151: </tr>
! 2152: <tr>
! 2153: <td>JESTERday</td>
! 2154: <td>Partially</td>
! 2155: <td>Partially</td>
! 2156: <td>-</td>
! 2157: <td>Music demo, but music doesn't sound right (at all)</td>
1.1 root 2158: </tr>
2159: <tr>
2160: <td>LostBlubb</td>
2161: <td>-</td>
2162: <td>-</td>
2163: <td>-</td>
2164: <td>Infinite bus errors</td>
2165: </tr>
2166: <tr>
2167: <td>Madness</td>
2168: <td>-</td>
2169: <td>yes</td>
2170: <td>-</td>
2171: <td>Only music works</td>
2172: </tr>
2173: <tr>
1.1.1.2 ! root 2174: <td>Maggie 24 intro</td>
! 2175: <td>yes</td>
! 2176: <td>-</td>
! 2177: <td>none</td>
! 2178: <td>Freezes with DSP "emu" mode, with "none", has awful color flicker</td>
! 2179: </tr>
! 2180: <tr>
1.1 root 2181: <td>Mahabharata</td>
2182: <td>partially</td>
2183: <td>-</td>
2184: <td>-</td>
2185: <td>Very slow and misses stuff</td>
2186: </tr>
2187: <tr>
1.1.1.2 ! root 2188: <td>Motion</td>
! 2189: <td>Partially</td>
! 2190: <td>-</td>
! 2191: <td>emu</td>
! 2192: <td>Unfinished Aggression demo with source code.
! 2193: Realtime handwriting screens work with the current DSP emu.</td>
! 2194: </tr>
! 2195: <tr>
1.1 root 2196: <td>Mouse</td>
2197: <td>yes</td>
1.1.1.2 ! root 2198: <td>-</td>
! 2199: <td>-</td>
! 2200: <td>AVR animation/music with Brainstorm player. Sound broken.</td>
1.1 root 2201: </tr>
2202: <tr>
2203: <td>Oergs by Lazer</td>
2204: <td>-</td>
2205: <td>-</td>
2206: <td>dummy</td>
1.1.1.2 ! root 2207: <td>With "dummy" DSP emu shows "something", otherwise only black screen</td>
1.1 root 2208: </tr>
2209: <tr>
2210: <td>Out by Lineout</td>
2211: <td>-</td>
2212: <td>-</td>
2213: <td>-</td>
2214: <td>Stops at startup</td>
2215: </tr>
2216: <tr>
2217: <td>Sonolumineszenz</td>
2218: <td>-</td>
2219: <td>-</td>
2220: <td>-</td>
2221: <td>White screen at startup</td>
2222: </tr>
2223: <tr>
2224: <td>Stax 96k</td>
2225: <td>-</td>
2226: <td>-</td>
2227: <td>-</td>
2228: <td>Says "Something wrong with Falcon"</td>
2229: </tr>
2230: <tr>
2231: <td>Schlumpf by Lazer</td>
2232: <td>partially</td>
2233: <td>-</td>
2234: <td>dummy</td>
1.1.1.2 ! root 2235: <td>Problems with colors etc. Freezes with other than "dummy" DSP emu setting</td>
1.1 root 2236: </tr>
2237: <tr>
1.1.1.2 ! root 2238: <td>Timeout</td>
! 2239: <td>-</td>
1.1 root 2240: <td>-</td>
2241: <td>-</td>
1.1.1.2 ! root 2242: <td>Stops after saying "Initializing DSP - OK"</td>
1.1 root 2243: </tr>
2244: <tr>
1.1.1.2 ! root 2245: <td>Atari UK demos</td>
1.1 root 2246: <td>yes</td>
2247: <td>-</td>
2248: <td>-</td>
1.1.1.2 ! root 2249: <td>50fps plasma screen flickers badly</td>
! 2250: </tr>
! 2251: <tr>
! 2252: <td>Virtual City</td>
! 2253: <td>yes</td>
! 2254: <td>-</td>
! 2255: <td>emu</td>
! 2256: <td>HiColor only, drawing the city requires DSP emulation</td>
1.1 root 2257: </tr>
2258: <tr>
2259: <td>Warum by Lazer</td>
2260: <td>yes</td>
2261: <td>-</td>
2262: <td>dummy</td>
1.1.1.2 ! root 2263: <td>Works fine with "dummy", freezes at startup any other DSP emu setting</td>
1.1 root 2264: </tr>
2265: <tr>
2266: <td>Weltchmerz</td>
2267: <td>-</td>
2268: <td>-</td>
1.1.1.2 ! root 2269: <td>-</td>
! 2270: <td>After showing a picture, doesn't do anything else</td>
! 2271: </tr>
! 2272: <tr>
! 2273: <td>Whirlpool 128k</td>
! 2274: <td>-</td>
! 2275: <td>-</td>
! 2276: <td>emu</td>
! 2277: <td>Just white screen</td>
! 2278: </tr>
! 2279: <tr>
! 2280: <td>Wildfire 4K</td>
! 2281: <td>partially</td>
! 2282: <td>-</td>
! 2283: <td>emu</td>
! 2284: <td>With DSP "emu" mode works <em>really</em> slowly, with "dummy"
! 2285: DSP mode just changes colors, but at good speed</td>
1.1 root 2286: </tr>
2287: <tr>
2288: <td>Yepyha</td>
2289: <td>partially</td>
2290: <td>-</td>
1.1.1.2 ! root 2291: <td>-</td>
1.1 root 2292: <td>Stops in middle</td>
2293: </tr>
2294: <tr>
2295: <td>Xtasie</td>
2296: <td>-</td>
2297: <td>-</td>
2298: <td>-</td>
2299: <td>Might require 030 MMU which AUE core doesn't emulate</td>
2300: </tr>
2301: </tbody>
2302: </table>
2303:
2304:
2305: <a name="Falcon applications"></a><h4>Falcon applications</h4>
2306:
1.1.1.2 ! root 2307: <p>Here are listed some <em>Falcon specific</em> applications:</p>
1.1 root 2308: <table border="1" cellpadding="3">
2309: <caption align="bottom">Falcon applications</caption>
2310: <tbody>
2311: <tr class="backdropped">
2312: <td align="center">Title</td>
2313: <td align="center">Working</td>
2314: <td align="center">Sound</td>
2315: <td align="center">DSP</td>
2316: <td align="center">Comment</td>
2317: </tr>
2318: <tr>
1.1.1.2 ! root 2319: <td>AceMidi (demo)</td>
! 2320: <td>partially</td>
! 2321: <td>-</td>
! 2322: <td>dummy</td>
! 2323: <td>Freezes with DSP "emu" mode, with "dummy" mode complains about DSP init</td>
! 2324: </tr>
! 2325: <tr>
! 2326: <td>AceTracker</td>
! 2327: <td>-</td>
! 2328: <td>-</td>
! 2329: <td>emu</td>
! 2330: <td>About freezes with "emu" mode, quits with any other DSP
! 2331: mode. Files need to be writable.</td>
! 2332: </tr>
! 2333: <tr>
1.1 root 2334: <td>Animator</td>
2335: <td>yes</td>
2336: <td>-</td>
2337: <td>-</td>
2338: <td></td>
2339: </tr>
2340: <tr>
2341: <td>Apex Animator (demo)</td>
2342: <td>-</td>
2343: <td>-</td>
2344: <td>-</td>
2345: <td>Resets the emulator. The separate imageviewers work except
2346: for the JPEG one which requires DSP</td>
2347: </tr>
2348: <tr>
1.1.1.2 ! root 2349: <td>AVI 030</td>
! 2350: <td>yes</td>
! 2351: <td>-</td>
! 2352: <td>-</td>
! 2353: <td></td>
! 2354: </tr>
! 2355: <tr>
1.1 root 2356: <td>Chronos 3D player</td>
2357: <td>-</td>
2358: <td>-</td>
2359: <td>-</td>
2360: <td>Complains about wrong resolution, requires 15-bit</td>
2361: </tr>
2362: <tr>
2363: <td>Delmpaint</td>
2364: <td>yes</td>
2365: <td>-</td>
2366: <td>-</td>
2367: <td>Bombs on exit</td>
2368: </tr>
2369: <tr>
2370: <td>Escapepaint</td>
1.1.1.2 ! root 2371: <td>Yes</td>
! 2372: <td>-</td>
! 2373: <td>-</td>
! 2374: <td>Very nice</td>
! 2375: </tr>
! 2376: <tr>
! 2377: <td>FalcAMP</td>
1.1 root 2378: <td>partially</td>
2379: <td>-</td>
1.1.1.2 ! root 2380: <td>emu</td>
! 2381: <td>Freezes when it starts to play MODs, MP3s complain about
! 2382: internal error</td>
! 2383: </tr>
! 2384: <tr>
! 2385: <td>FlaySID</td>
! 2386: <td>partially</td>
! 2387: <td>-</td>
! 2388: <td>emu</td>
! 2389: <td>Freezes when it starts to play, with dummy DSP mode just
! 2390: logs DPS init error.</td>
! 2391: </tr>
! 2392: <tr>
! 2393: <td>FlexTrax</td>
1.1 root 2394: <td>-</td>
1.1.1.2 ! root 2395: <td>-</td>
! 2396: <td>emu</td>
! 2397: <td>Freezes after startup. Despite docs, graphics look OK only in VGA mode.</td>
1.1 root 2398: </tr>
2399: <tr>
2400: <td>Godpaint</td>
2401: <td>yes</td>
2402: <td>-</td>
2403: <td>-</td>
2404: <td></td>
2405: </tr>
2406: <tr>
2407: <td>Indypaint</td>
2408: <td>yes</td>
2409: <td>-</td>
2410: <td>-</td>
2411: <td>Infinite errors on exit</td>
2412: </tr>
2413: <tr>
1.1.1.2 ! root 2414: <td>Rainbow II multimedia</td>
! 2415: <td>-</td>
1.1 root 2416: <td>-</td>
2417: <td>-</td>
1.1.1.2 ! root 2418: <td>Exits immediately back to desktop</td>
! 2419: </tr>
! 2420: <tr>
! 2421: <td>Whip</td>
! 2422: <td>yes</td>
! 2423: <td>-</td>
! 2424: <td>dummy</td>
! 2425: <td>Several of the effects don't work (correctly). To see cursor, disable DSP emu.</td>
1.1 root 2426: </tr>
2427: </tbody>
2428: </table>
2429:
2430:
2431: <br>
2432:
2433: <hr style="width: 100%; height: 2px;">
2434: <table border="0" width="100%">
2435: <tbody>
2436: <tr>
2437: <td align="left"><a href="http://validator.w3.org/check/referer"><img
2438: src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"
2439: border="0" height="31" width="88"></a></td>
2440: <td align="right">
2441: <address><a href="mailto:[email protected]">Hatari
1.1.1.2 ! root 2442: developers</a>, October 2008</address>
1.1 root 2443: </td>
2444: </tr>
2445: </tbody>
2446: </table>
2447: </body>
2448: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.