Changeset a06aa8b in buchla-emu for emu/main.c


Ignore:
Timestamp:
07/20/2017 02:34:09 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
b909777
Parents:
f996387
Message:

Added skeleton device files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/main.c

    rf996387 ra06aa8b  
     1/*
     2 *  Copyright (C) 2017 The Contributors
     3 *
     4 *  This program is free software: you can redistribute it and/or modify
     5 *  it under the terms of the GNU General Public License as published by
     6 *  the Free Software Foundation, either version 3 of the License, or (at
     7 *  your option) any later version.
     8 *
     9 *  This program is distributed in the hope that it will be useful, but
     10 *  WITHOUT ANY WARRANTY; without even the implied warranty of
     11 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
     12 *  General Public License for more details.
     13 *
     14 *  A copy of the GNU General Public License can be found in the file
     15 *  "gpl-v3.txt" in the top directory of this repository.
     16 */
     17
    118#include <all.h>
    219
Note: See TracChangeset for help on using the changeset viewer.