Annotation of hatari/tests/tosboot/disk/minimal.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * Hatari - minimal.c
        !             3:  *
        !             4:  * Copyright (C) 2012 by Eero Tamminen
        !             5:  *
        !             6:  * This file is distributed under the GNU Public License, version 2 or
        !             7:  * at your option any later version. Read the file gpl.txt for details.
        !             8:  * 
        !             9:  * Atari code for testing some basic Hatari device functionality
        !            10:  * operations in co-operations with tos_tester.py Hatari test driver.
        !            11:  * 
        !            12:  * This is a reduced version from gemdos.c which doesn't modify
        !            13:  * the disk (image) contents.  Unlike with GEMDOS HD emu, disk
        !            14:  * image content modifications shouldn't need testing.
        !            15:  */
        !            16: #include "common.h"
        !            17: 
        !            18: int main()
        !            19: {
        !            20:        clear_screen();
        !            21:        write2console(INPUT_FILE);
        !            22:        write2printer(INPUT_FILE);
        !            23:        write2serial(INPUT_FILE);
        !            24:        write_midi();
        !            25:        wait_enter();
        !            26:        return 0;
        !            27: }

unix.superglobalmegacorp.com

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