Annotation of hatari/doc/emutos.txt, revision 1.1.1.7

1.1       root        1: 
1.1.1.2   root        2: Contents:
                      3: - Hatari and EmuTOS
                      4: - What is EmuTOS
                      5: - EmuTOS usage
                      6: - EmuTOS compatibility
                      7: - Debugging issues with EmuTOS
                      8: - EmuTOS compatibility lists
                      9:   - Working free/shareware Atari ST demos and games
                     10:   - Non-working free/shareware GEM/mono Atari ST games
                     11:   - Working free/shareware Atari STE programs
                     12:   - "Almost" working color STE games
1.1.1.4   root       13:   - Working TT specific demos
1.1.1.2   root       14:   - Working free/shareware Falcon demos, games and applications
                     15: 
                     16: 
                     17: Hatari and EmuTOS
                     18: =================
                     19: 
1.1.1.7 ! root       20: To run the emulator, a TOS ROM image is needed.  EmuTOS, a free
1.1.1.2   root       21: implementation of TOS, is shipped with the official releases of
                     22: Hatari.
                     23: 
                     24: This tos.img ROM image is identical to the official binary package of
                     25: EmuTOS, which is available at the SourceForge website of EmuTOS.  For
                     26: downloading other versions or the source code of EmuTOS, please visit
                     27: the EmuTOS website.
                     28: 
1.1.1.7 ! root       29: The tos.img file included with the latest Hatari releases is the
        !            30: "all languages" etos512k.img from a preceeding EmuTOS release:
        !            31: - Hatari v1.6.0:
        !            32:   http://sourceforge.net/projects/emutos/files/emutos/0.8.6/
        !            33: - Hatari v1.4.0, v1.5.0:
        !            34:   http://sourceforge.net/projects/emutos/files/emutos/0.8.5/
        !            35: - Hatari v1.1.0, v1.2.0, v1.3.0, v1.3.1:
        !            36:   http://sourceforge.net/projects/emutos/files/emutos/0.8.4/
        !            37: - Hatari v1.0.0, v1.0.1:
        !            38:   http://sourceforge.net/projects/emutos/files/emutos/0.8.3/
        !            39: - Hatari v0.95:
        !            40:   http://sourceforge.net/projects/emutos/files/emutos/0.8.2/
        !            41: 
        !            42: Earlier Hatari binary releases have included one of the smaller
        !            43: EmuTOS image files.
        !            44: 
        !            45: Note for EmuTOS before 0.8.6 :
        !            46:   In order to work with Hatari, EmuTOS 0.8.5 and earlier require
        !            47:   the FastBoot option to be enabled. This is used to skip some memory
        !            48:   tests (that Hatari doesn't support yet) when EmuTOS try to determine
        !            49:   the available RAM size.
1.1.1.2   root       50: 
                     51: What is EmuTOS
                     52: ==============
                     53: 
                     54: EmuTOS is a single-user single-tasking operating system for the 32-bit
                     55: Atari computers and emulators.  It can be used as a replacement for
1.1.1.5   root       56: the TOS images typically needed today for using the emulators and it is
                     57: also running on some real hardware, like the Atari Mega STE and Atari
                     58: ColdFire.  All the source code is open and free, licensed under the
                     59: GNU General Public License (GPL).  A copy of the GNU GPL can be found
                     60: in the gpl.txt file.
1.1       root       61: 
                     62: EmuTOS has its home at SourceForge:
1.1.1.2   root       63:        http://sourceforge.net/projects/emutos
                     64: 
                     65: 
                     66: EmuTOS usage
                     67: ============
                     68: 
1.1.1.5   root       69: There are various reasons for using EmuTOS instead of the original
                     70: TOS ROM images:
1.1.1.2   root       71: 
                     72: * Users who don't have Atari HW or other legal means to obtain the
                     73:   original Atari TOS ROMs (for all of the Hatari supported Atari
                     74:   versions: ST/STE/TT/Falcon), but would like to try out Hatari and
1.1.1.5   root       75:   see what kind of software the Atari machines had.  EmuTOS gives
                     76:   them a legal way to test Hatari with free demos, games etc.
1.1.1.2   root       77: 
                     78: * Users who want to continue using Atari compatible operating systems
1.1.1.7 ! root       79:   and need an open source replacement of TOS for modifications. Beside
1.1.1.2   root       80:   EmuTOS they typically alse use FreeMiNT, XaAES and fVDI as operating
                     81:   system replacements/improvements.
                     82: 
1.1.1.5   root       83: * This includes users of new "Atari" machines like Atari ColdFire project,
                     84:   which isn't 100% compatible at HW level to the original Atari machines:
                     85:        http://acp.atari.org/
                     86: 
                     87: * EmuTOS also allows using ACSI disk images with Hatari TT/Falcon
1.1.1.4   root       88:   emulation, whereas TOS 3 & 4 support only IDE and SCSI disks.
                     89:   Hard disk images are needed mainly for running MiNT.
1.1.1.2   root       90: 
                     91: 
                     92: EmuTOS compatibility
                     93: ====================
                     94: 
1.1.1.7 ! root       95: These comments apply to EmuTOS v0.8.x.
1.1.1.5   root       96: 
1.1.1.2   root       97: Many commercial games and applications work fine with EmuTOS. This is
                     98: because games (like Bombjack, Nebulus, Oids, Super Hang-On, Turrican,
                     99: Xenon...) use directly the hardware which Hatari emulates just fine
                    100: and applications use the correct higher level APIs (AES/VDI) for which
                    101: EmuTOS has implementations.
                    102: 
1.1.1.5   root      103: EmuTOS AES support is somewhat buggy (mouse clicks and dragging
                    104: doesn't always work properly) and VDI support is slowish. Anybody
                    105: wanting proper AES/VDI support should install replacement for these,
                    106: either the free XaAES + fVDI, or the earlier commercial solutions like
                    107: NVDI.
1.1.1.2   root      108: 
                    109: Free games have the issue that they often use the Line-A functionality
                    110: which is not supported by EmuTOS[1] unlike AES/VDI.  This is partly a
                    111: problem with the tools that they've been done with (for example older
                    112: STOS and GFA basic version liked to use Line-A for graphics). There
1.1.1.4   root      113: are also many old demos which use it for convenience.
1.1.1.2   root      114: 
1.1.1.4   root      115: [1] EmuTOS has some old/partial implementations for some of the Line-A
1.1.1.2   root      116:     functionality, but these are so buggy that they aren't enabled in
                    117:     EmuTOS releases except for mouse on/off functionality.
                    118: 
1.1.1.4   root      119: Joystick doesn't work in some (STOS) games that access it through
1.1.1.2   root      120: other means than XBIOS function Kbdvbase() or by hooking into the IKBD
1.1.1.4   root      121: interrupt vector.  They probably use some unofficial system variables
1.1.1.2   root      122: which location depends on the TOS version.
                    123: 
                    124: 
                    125: Debugging issues with EmuTOS
                    126: ============================
                    127: 
1.1.1.6   root      128: To debug problems with EmuTOS, you have to recompile it from the source
1.1.1.5   root      129: after enabling the MIDI debug output in its config.h header file. Then
                    130: start Hatari with the "--midi-out /dev/stderr" optio and you will see
                    131: the EmuTOS debug output such as calls to missing Line-A functions.
                    132: 
                    133: To inspect EmuTOS issues with the Hatari debugger, you'll need symbols
                    134: for the EmuTOS image you're using.  If you've compiled EmuTOS with
                    135: AHCC[2], you can get suitable symbols with its "-n" linker flag, or
                    136: you can use a script coming with Hatari (ahcc-symbols-convert.sh) to
                    137: convert AHCC *.map file to "nm" format supported by the Hatari
                    138: debugger.
                    139: 
                    140: After loading the symbols to the debugger, disassembling the problematic
                    141: address should provide more clues for the problem.  Or you can just look
1.1.1.6   root      142: up the program counter value given in the EmuTOS panic message from
                    143: the AHCC emutos.map file.
1.1.1.5   root      144: 
1.1.1.6   root      145: Hatari profiling support can be used to debug OS freezes.  If EmuTOS gets
                    146: stuck, just profile it for a while and then ask debugger for a profile
                    147: that tells where it's looping and then disassemble that part with symbols
                    148: directly in Hatari.  More information on the debugger and profiling is
                    149: in the Hatari manual.
1.1.1.5   root      150: 
                    151: [2] AHCC: http://members.chello.nl/h.robbers/
1.1.1.2   root      152: 
                    153: 
                    154: EmuTOS compatibility lists
                    155: ==========================
                    156: 
                    157: The compatibility lists below cater for users who don't have Atari HW
                    158: and therefore won't have (legal) version of commercial Atari software
                    159: and most likely lack motivation to investigate applications very
                    160: deeply (Linux offers better alternatives nowadays for most of that).
                    161: I.e. the list skips commercial software and concentrates on EmuTOS
                    162: compatibility of freely available games and demos.
                    163: 
                    164: Games that are considered good quality & fun, are marked with "*".
                    165: All the listed demos are quite OK. Most demos can be downloaded from
1.1.1.7 ! root      166: http://pouet.net/
1.1.1.2   root      167: 
                    168: First are listed ST demos and games, then STE demos, games and music
                    169: applications and last Falcon demos, games and (music) applications.
                    170: 
                    171: 
                    172: Working free/shareware Atari ST demos and games
                    173: -----------------------------------------------
                    174: 
                    175: There are so many freely available color games and demos that from
                    176: those only the ones found working with EmuTOS are listed. Often the
                    177: non-working ones "Panic" EmuTOS.
                    178: 
                    179: Demos:
1.1.1.6   root      180: - 2011 (by Positivity & Sector One, 4kB intro)
1.1.1.2   root      181: - 4getful (by gwEm, 4KB intro)
                    182: - 4kker (by Checkpoint, 4KB intro)
                    183: - Anomaly (by MMJ-Prod)
                    184: - Breath (by Mystic Bytes)
1.1.1.6   root      185: - Coast II Coast (by Sector One, 4kB intro)
1.1.1.2   root      186: - Darktrip (by Legend, doesn't work with >2MB of RAM)
                    187: - Dark Side of the Spoon (by ULM)
                    188: - Death of the Clock Cycles (by Aggression)
                    189: - Dimensio (by Condemned)
                    190: - Flashback (by Carebears)
                    191: - Frenchies (by Frenchies, 96KB intro)
1.1.1.6   root      192: - Grafik -und Sounddemo (by Eckhard Kruse, font issues)
1.1.1.2   root      193: - Hallucinations (by Reservoir Gods)
1.1.1.5   root      194: - Outline 2008 invite (by DHS)
                    195: - Outline 2010 invite (by Checkpoint)
1.1.1.2   root      196: - Overdose (by Aggression)
1.1.1.7 ! root      197: - Pandemonium (by Chaos)
1.1.1.4   root      198: - Paradise (by Dune Design)
1.1.1.2   root      199: - Phaleon Gigademo
                    200: - Posh (by Checkpoint)
1.1.1.4   root      201: - Rebirth (by MMJ production)
1.1.1.5   root      202: - Save The Earth (by Defence Force)
1.1.1.6   root      203: - SillyVenture 2k10 & 2k11 (invitros by Mystic Bytes & Aggression)
                    204: - Sommarhack 2011 (invite by DHS)
1.1.1.2   root      205: - Soundtracker (by Equinox)
1.1.1.6   root      206: - ST soccer (intro by Exceptions)
                    207: - Stone tower (by FUN)
                    208: - Superstar! (intro by Positivity/Dma-Sc/Ukko)
1.1.1.2   root      209: - Sweety (by DHS)
1.1.1.6   root      210: - Twelve (by Paulo Simoes)
1.1.1.4   root      211: - Tut! (by Wildfire)
1.1.1.2   root      212: - Two in One (by DHS)
1.1.1.6   root      213: - Visualize (by Checkpoint)
                    214: - YmRockerz musicdisks from "Wave upon Wave" to "Seven"
1.1.1.5   root      215: - Xmas2000 (by Paranoid)
1.1.1.2   root      216: 
                    217: Color games:
                    218: - Archon 4KB
                    219: - Alien Blockade
                    220: - Bellum*
                    221: - Bombs Away
1.1.1.5   root      222: - ChuChu Rocket* (Lite version for STFM)
1.1.1.2   root      223: - Clogged Up
                    224: - Crapman*
                    225: - Dave Munsie games (shareware)
                    226: - Entombed
                    227: - Flip'em* (4KB puzzle)
                    228: - Grav*
                    229: - Hackman II*
                    230: - Hang About (4KB mountain climbing)
                    231: - Haywire
                    232: - Hector*
                    233: - Jetpac
                    234: - Nibe 2
                    235: - Nova
                    236: - Pengy
                    237: - Punt II
                    238: - Rockfall*
                    239: - Robert in the Fire Factory
                    240: - Santafly
                    241: - Snowball Fight
                    242: - Spacewar
                    243: - Starball* (shareware)
                    244: - Sweeper
                    245: - Tankx*
                    246: - Teserae*
                    247: - Yak (4KB gridrunner)
                    248: 
1.1.1.7 ! root      249: Med-rez games:
        !           250: - Poker solitaire
        !           251: 
1.1.1.2   root      252: GEM games:
1.1.1.5   root      253: - 4 Gewinnt* (Connect four)
1.1.1.7 ! root      254: - Awele v1.02 (in v1.01 menus close immediately after opening)
1.1.1.5   root      255: - Ballerburg* (bug: mouse-over acts like click)
1.1.1.2   root      256: - Biglife*
1.1.1.7 ! root      257: - Centi
1.1.1.5   root      258: - Chess* (works only from floppy)
1.1.1.7 ! root      259: - Clicks* (needs wdialog)
1.1.1.2   root      260: - Daleks*
1.1.1.4   root      261: - Dame
1.1.1.2   root      262: - DBWH
                    263: - Drachen
1.1.1.7 ! root      264: - Flipside (fs, othello)
1.1.1.2   root      265: - Gem_mind
1.1.1.5   root      266: - Gnuchess
1.1.1.7 ! root      267: - Gobang* (needs EmuTOS >= v0.8.6)
        !           268: - Invers
1.1.1.2   root      269: - Isola
                    270: - Kensington
1.1.1.7 ! root      271: - Magic Stones* (m_stones: tetris, 2x tetris, columns)
1.1.1.2   root      272: - Mars (corewars)
                    273: - Mathmaze
1.1.1.5   root      274: - Megaroid*
1.1.1.4   root      275: - Mines*
1.1.1.7 ! root      276: - Mosaik
1.1.1.2   root      277: - Nethack*
                    278: - Orb
                    279: - Pacman
                    280: - Shanghai
1.1.1.7 ! root      281: - Sixteen
1.1.1.4   root      282: - Snake
1.1.1.7 ! root      283: - Solitair*
1.1.1.5   root      284: - Stello*
1.1.1.2   root      285: - ST Concentration*
                    286: - Sudoku*
1.1.1.4   root      287: - Tartan* (chess)
1.1.1.7 ! root      288: - Thor (Othello, unstable)
1.1.1.2   root      289: - Thrust
1.1.1.5   root      290: - Tricky yahoo
1.1.1.7 ! root      291: - Verrueck (labyrinth)
1.1.1.2   root      292: - Wator (slow)
1.1.1.7 ! root      293: - WindowBall (breakout)
        !           294: - Worm farm
        !           295: - Wormania
1.1.1.4   root      296: - zSudoku
1.1.1.2   root      297: 
                    298: Monochrome games:
                    299: - Balloons
1.1.1.5   root      300: - Bounce
1.1.1.7 ! root      301: - Columns* (needs EmuTOS >= 0.8.6, some text & gfx issues)
1.1.1.2   root      302: - Delta patrol
1.1.1.5   root      303: - Emperor (v1.0 & v1.5)
                    304: - Fun Face (playable demo)
                    305: - Go UP
1.1.1.4   root      306: - HASCS
1.1.1.7 ! root      307: - Lasermon (laser "chess")
1.1.1.6   root      308: - Mandala
1.1.1.5   root      309: - MiniGolf* (GFA basic)
1.1.1.2   root      310: - Monkey Business
                    311: - Mr Dash
1.1.1.5   root      312: - Poolmono*
1.1.1.2   root      313: - Punssi
                    314: - Pyro
                    315: - Qix
1.1.1.5   root      316: - Sbreak* (by Mark Overmars)
1.1.1.7 ! root      317: - Sherlock* (needs EmuTOS >= 0.8.6, some text issues)
1.1.1.6   root      318: - Space war (bug: score missing)
1.1.1.7 ! root      319: - Wallball
1.1.1.2   root      320: 
                    321: Text games:
                    322: - Advent (Colossal Cave)
1.1.1.4   root      323: - Eliza
1.1.1.2   root      324: - Hack
                    325: - Larn
                    326: - Omega
                    327: 
                    328: 
                    329: Non-working free/shareware GEM/mono Atari ST games
                    330: --------------------------------------------------
                    331: 
                    332: Although there are plenty of color demos and games, the number of
                    333: (even remotely fun) free GEM or monochrome games and demos is so low
                    334: that for those I list here non-working ones.  Unless otherwise stated,
                    335: the issues in them are assumed to be Line-A related (graphics don't
                    336: show because they use Line-A drawing functions etc).
                    337: 
                    338: GEM games:
1.1.1.7 ! root      339: - Abalone   (dragging doesn't work)
        !           340: - Bombs     (mouse clicks almost never work)
        !           341: - Checkers  (dragging doesn't work)
        !           342: - Corewar   (programs are shown as white, not with different patterns)
1.1.1.6   root      343: - Dte       (mouse gets stuck)
1.1.1.5   root      344: - Gemamigo* (panic or double bus error)
1.1.1.7 ! root      345: - Halma     (boxes are left on screen)
        !           346: - Invaders* (shots go through buildings/shields)
        !           347: - Patience* (dragging doesn't work, dialog selection persists)
        !           348: - Risky*    (dragging doesn't work)
        !           349: - Yams      (mouse clicks don't work)
1.1.1.6   root      350: - Yukon*    (dragging doesn't work)
1.1.1.5   root      351: 
                    352: Games that mix GEM UI and non-VDI drawing:
1.1.1.7 ! root      353: - Backgam   (line-A bitblit)
        !           354: - Fishes    (line-A line and filled rectangle)
        !           355: - Robugs*   (line-A filled rectangle and draw sprite)
1.1.1.2   root      356: 
                    357: Mono games:
1.1.1.6   root      358: - Crystal Caves* (Line-A bitblit and draw/clear sprite)
                    359: - Domino       (line-A bitblit)
                    360: - Lokomotive   (line-A bitblit)
                    361: - MacPan*      (Line-A draw/clear sprite)
                    362: - Midimaze*    (joystick doesn't work)
                    363: - MineFeld     (Line-A draw/clear sprite)
                    364: - Pipeline*    (line-A line and filled rectangle)
                    365: - Pling II     (Line-A bitblit and draw/clear sprite)
                    366: - Roll X       (line-A bitblit and get pixel)
1.1.1.2   root      367: 
                    368: 
                    369: Working free/shareware Atari STE programs
                    370: -----------------------------------------
                    371: 
                    372: There are not that many freely available or even commercial programs
                    373: that would be STE specific (or even STE enhanced):
                    374:     http://atari-ste.anvil-soft.com/html/archivapps.htm
                    375: 
1.1.1.6   root      376: Missing DMA and Blitter support in EmuTOS (XBios functions etc) is
                    377: an additional reason why some programs/demos (such as Blittermania)
                    378: don't work with it. But following STE specific demos, games and apps
                    379: work (mostly) fine with EmuTOS.
1.1.1.2   root      380: 
                    381: Demos:
1.1.1.5   root      382: - 1st Step (by Tobe/MJJ Prod)
                    383: - 20 years megademo (by Atari scene collective), issues in some screens
                    384: - 20 years Atari STE megademo (by Paradox), some screen don't work
1.1.1.2   root      385: - Again (by Paradox)
                    386: - Armada is dead (by Aggression)
                    387: - Azed/Jungle demo (by Atari)
                    388: - Beat Demo (by Frontline)
                    389: - Birdie (by Zeal)
1.1.1.6   root      390: - Blue Period (by Paradox)
1.1.1.2   root      391: - CD-player (by Light)
1.1.1.5   root      392: - Cernit Trandafir (by DHS)
1.1.1.2   root      393: - Core Flakes (by New Core)
                    394: - Dynamite (by Unit 17)
                    395: - E605 (by Light)
1.1.1.4   root      396: - Ecstacy A (by ICE), breaks at the end
1.1.1.2   root      397: - French Kiss (by DHS)
                    398: - Illusion (by Next)
                    399: - Gobi Toons (by Dune)
                    400: - Grimey (by Reservoir Gods)
1.1.1.6   root      401: - High Fidelity Dreams (by Aura)
                    402: - HighResMode (by Paradox)
1.1.1.2   root      403: - Kick my assembler (by Orion), start doesn't look right
                    404: - Madness (by Cream)
                    405: - Mathematica (by Aura)
                    406: - More or Less Zero (by DHS)
1.1.1.4   root      407: - Maxymizer compo 2006 (by gwEm)
1.1.1.2   root      408: - Meshake (by Spice Boys)
                    409: - Mind Rewind (by Reservoir Gods)
                    410: - MovieSTE (by Tony Barker)
                    411: - New Year -94 Intro (by Extream)
1.1.1.6   root      412: - No Monkey (by Tomchi), some extra pixels in first text scroller
1.1.1.2   root      413: - Pacemaker (by Paradox), stops at end-part
                    414: - Paracon 6 & 7 remindtros (by Paradox)
1.1.1.6   root      415: - Power Rise (by Light)
1.1.1.2   root      416: - Reanimation (by Syntax)
1.1.1.5   root      417: - Realtime (by MJJ Prod)
1.1.1.2   root      418: - Sinfull Sinuses (by Chronicle)
1.1.1.6   root      419: - Sommarhack (by DHS)
1.1.1.2   root      420: - STE slideshow (by DHS)
                    421: - STE Wars (by Tony Barker)
1.1.1.6   root      422: - Summer Delights (by DHS), sound missing
                    423: - Sventure intro (by Paradox)
1.1.1.2   root      424: - Vision (by POV)
1.1.1.4   root      425: - XiTEC Presentation (by Omega)
1.1.1.2   root      426: 
                    427: Color games:
1.1.1.6   root      428: - 4K Pacman (bug: background not cleared to black)
                    429: - Aerial Combat 3
1.1.1.2   root      430: - Alien Blast (demo)
                    431: - Battletris+
1.1.1.5   root      432: - ChuChu Rocket* (full version)
1.1.1.2   root      433: - Dynaplus*
                    434: - Frantick
                    435: - No Limit II (shareware pinball)
                    436: - Obsession* (demo of commercial pinball)
                    437: - Operation Garfield
                    438: - Pacman on E
                    439: - Power Up
                    440: - Skulls (shareware "minesweeper")
1.1.1.4   root      441: - Spy 4k
1.1.1.2   root      442: - Stardust* (tunnel sequence demo)
                    443: - STEtris
                    444: - STrEet Fighter II (incomplete)
                    445: - Stupid balloon game
                    446: - Substation* (demo)
                    447: - Tomtar
1.1.1.6   root      448: - Utopos* (demo)
1.1.1.5   root      449: - Wolfenstein3D v0.8a* (a bit unstable)
1.1.1.2   root      450: 
1.1.1.6   root      451: STE (enhanced) music applications:
1.1.1.2   root      452: - Blipp Blopper
                    453: - Desktracker
1.1.1.6   root      454: - Hextracker
1.1.1.2   root      455: - MaxYMizer
                    456: - Octalyzer
                    457: - Paula
                    458: - Sirius Player
                    459: 
                    460: Most of the non-GEM ST tracker & chip music composer programs
                    461: work also with EmuTOS too (not just STe ones).
                    462: 
1.1.1.6   root      463: Protracker STE complains about missing DMA.
                    464: 
1.1.1.2   root      465: 
                    466: "Almost" working color STE games
                    467: --------------------------------
                    468: 
1.1.1.6   root      469: There are some STE (enhanced) games that would appear otherwise to
                    470: work perfectly, but some part of the graphics just don't show.  They
                    471: are listed in case someone, someday, starts to fix the EmuTOS line-A
                    472: things (mainly bitblt).
1.1.1.2   root      473: 
                    474: - Atari Scene Card Battle (card images don't show)
                    475: - Blat (main graphics don't show)
                    476: - Breakdance (another scene game, game freezes when playing)
                    477: - Mr Boomer (all graphics don't show)
1.1.1.6   root      478: - Kolmik (tiles don't show)
1.1.1.2   root      479: - Pooz (all graphics don't show)
                    480: 
                    481: 
1.1.1.4   root      482: Working TT specific demos
                    483: -------------------------
                    484: 
                    485: - 256mbrot, Glasstro, Orion-B, Yabt (TT/Falcon intros by ray//.tSCc)
                    486: - 4getful (by gwEm, 4KB intro TT-version)
                    487: - Adebug 3DTT demo (by Brainstorm)
                    488: - TT highres slideshow (by .tSCc)
                    489: - XiTEC presentation (by Omega)
                    490: 
                    491: 
1.1.1.2   root      492: Working free/shareware Falcon demos, games and applications
                    493: -----------------------------------------------------------
                    494: 
1.1.1.4   root      495: Missing Videl and DSP support in EmuTOS is probably the reason why
1.1.1.6   root      496: many of the demos and games get wrong video mode and their graphics
1.1.1.2   root      497: look completely broken under EmuTOS.  Following Falcon only
                    498: demos, games and apps work (mostly) fine though.
                    499: 
                    500: Demos:
1.1.1.4   root      501: - A Rh Positive 4k (by tSSc)
1.1.1.2   root      502: - Alive (by Fun Industries)
                    503: - Ascii (by Reservoir Gods)
                    504: - ATS (by DHS)
                    505: - Birdshow
                    506: - Blue & Flu 4k (by New Beat)
1.1.1.4   root      507: - DBA Magazine 14 intro (by Lazer)
1.1.1.2   root      508: - Illusion 64 (by Paranoia)
                    509: - Game of Life 4k (by Aggression)
                    510: - Snowstorm (by Reservoir Gods)
1.1.1.4   root      511: - Terrorize Your Soul (by tSSc)
                    512:   - fonts and colors aren't right on all screens
1.1.1.6   root      513: - Virtual City (needs DSP)
1.1.1.4   root      514: - ZZ 9 Plural Z Alpha (by tSSc)
1.1.1.2   root      515: 
                    516: Games:
1.1.1.4   root      517: - Aces High (preview)
1.1.1.2   root      518: - Blum
                    519: - Columns by Deadheart (demo)*
                    520: - Corsair
                    521: - DB 4K
                    522: - Dry Egg (needs >4MB RAM)
                    523: - FalcTron
1.1.1.4   root      524: - Heretic (lower part of screen flickers, I think EmuTOS screen is too high)
1.1.1.2   root      525: - Impulse (Breakout clone)*
                    526: - Lamemine (needs "dummy" DSP mode in Hatari)
                    527: - Madtris
1.1.1.4   root      528: - Running*
1.1.1.2   root      529: - Radical Race (demo)*
                    530: - Rave (needs "dummy" DSP mode in Hatari)
                    531: - SBM v0.8 (Bomberman clone)*
                    532: - Spice (Defender clone)*
1.1.1.6   root      533: - Static (Patience by Reservoir Gods)
1.1.1.2   root      534: - Steinbruch
                    535: - Tank Blaster
                    536: - Toy Man
                    537: - Vertical Mayhem (Columns clone)*
                    538: - Willie's Adventure (preview)*
                    539: 
1.1.1.6   root      540: Games working with extra hacks:
                    541: - Bugger, Bunion, SkyFall, Sworm games by Resorvoir Gods:
                    542:   - use an undocumented TOS4 vector for keyboard input instead of accessing
                    543:     kbdvec correctly which use causes EmuTOS to panic.  This can be worked
                    544:     around with the following hack.prg:
                    545:     http://sourceforge.net/mailarchive/message.php?msg_id=26841274
                    546:   - with EmuTOS enabling DSP freezes the games right at startup
                    547:     (with normal TOS4, DSP is used for background music)
                    548: 
1.1.1.5   root      549: Utilities:
                    550: - Cecile hard disk (image) driver
                    551: 
1.1.1.2   root      552: Mostly working applications:
1.1.1.6   root      553: - AceMidi demo (softsynth sounds need DSP)
1.1.1.2   root      554: - FlaySID (sound needs DSP)
                    555: - Fractal Playground (parameter input doesn't work)
                    556: - Kronos (benchmark)
                    557: - Whip! (virtual light machine)
                    558: 
                    559: Almost working demos & games:
1.1.1.6   root      560: - Double Bobble 2000, Tautlogy & Tautology II by Reservoir Gods, Nibe:
                    561:   - screen is messed, I suspect EmuTOS is missing resolution change function
1.1.1.4   root      562: - Motion (unfinished demo by Aggression)
                    563:   - only writer screens work
1.1.1.2   root      564: 
1.1       root      565: 
1.1.1.2   root      566:        - Eero

unix.superglobalmegacorp.com

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