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