mirror of
https://github.com/libretro/hatari.git
synced 2024-11-22 23:49:42 +00:00
Replaced 'GNU Public License' with the correct 'GNU General Public License'.
Thanks to Teemu Hukkanen for the hint!
This commit is contained in:
parent
e3f9c1e4a7
commit
a7f3d14035
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - Fix for compliation using Visual Studio 6
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#if defined(_VCWIN_)
|
||||
@ -77,4 +77,4 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - Fix for compliation using Visual Studio 6
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* This file tells Visual Studio to ignore a number of relatively minor "warnings" that have found their
|
||||
* way into the HAtari source. None of the "warnings" will hamper the running or compliation or HAtari
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - audio.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This file contains the routines which pass the audio data to the SDL library.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - avi_record.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
AVI File recording
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - bios.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Bios Handler (Trap #13)
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - blitter.c
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* Blitter emulation. The 'Blitter' chip is found in the Mega-ST, STE/Mega-STE
|
||||
* and Falcon. It provides a very fast BitBlit function in hardware.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - cart.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Cartridge program
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - cartData.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
The assembled cartridge Pexec() program (source code can be found in the
|
||||
file cart_asm.s).
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - change.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This code handles run-time configuration changes. We keep all our
|
||||
configuration details in a structure called 'ConfigureParams'. Before
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - clocks_timings.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Clocks Timings for the hardware components in each supported machine type,
|
||||
as well as functions taking into account the exact length of a VBL to
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - configuration.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Configuration File
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - control.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This code processes commands from the Hatari control socket
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - high640x8.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, High Res to 640x8Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low320x16.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Low Res to 320x16Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low320x16_spec.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Low Res Spec512 to 320x16Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low320x32.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Low Res to 320x32Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low320x32_spec.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Low Res Spec512 to 320x32Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low320x8.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen conversion function, Low Res to 320x8Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low640x16.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Low Res to 640x16Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low640x16_spec.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen conversion, Low Res Spec512 to 640x16Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low640x32.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Low Res to 640x32Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low640x32_spec.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen conversion, Low Res Spec512 to 640x32Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low640x8.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen conversion function, Low Res to 640x8Bit
|
||||
*/
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Lookup tables and macros for screen conversion routines.
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_CONVERTMACROS_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - low320x8.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Medium Res to 640x16Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - med640x16_spec.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Medium Res Spec512 to 640x16Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - med640x32.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Medium Res to 640x32Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - med640x32_spec.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, Medium Res Spec512 to 640x32Bit
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - med640x8.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen conversion, Medium Res to 640x8Bit
|
||||
*/
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Definitions for the screen conversion routines
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_CONVERTROUTINES_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - vdi16.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, VDI resolution with 16 colors
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - vdi2.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, monochrome VDI resolution
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - vdi4.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at your
|
||||
option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Screen Conversion, VDI resolution with 4 colors
|
||||
*/
|
||||
|
@ -1,12 +1,12 @@
|
||||
/*
|
||||
Hatari - compat.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This file contains all the includes and defines specific to windows (such as TCHAR)
|
||||
needed by WinUae CPU core.
|
||||
The aim is to have minimum changes in WinUae CPU core for next updates
|
||||
This file contains all the includes and defines specific to windows (such as
|
||||
TCHAR) needed by WinUAE CPU core.
|
||||
The aim is to have minimum changes in WinUae CPU core for next updates.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_COMPAT_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - hatari-glue.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This file contains some code to glue the UAE CPU core to the rest of the
|
||||
emulator and Hatari's "illegal" opcodes.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - hatari-glue.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_GLUE_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
*
|
||||
* Adaptation to Hatari by Thomas Huth, Eero Tamminen
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef UAE_MACCESS_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
*
|
||||
* Adaptation to Hatari by Thomas Huth
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
const char Memory_fileid[] = "Hatari memory.c : " __DATE__ " " __TIME__;
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
*
|
||||
* Adaptation to Hatari by Thomas Huth
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef UAE_MEMORY_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - options_cpu.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef OPTIONS_CPU_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - sysconfig.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This file contains needed auto generated includes and defines needed by WinUae CPU core.
|
||||
The aim is to have minimum changes in WinUae CPU core for next updates
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - createBlankImage.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Create blank .ST/.MSA disk images.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - cycInt.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This code handles our table with callbacks for cycle accurate program
|
||||
interruption. We add any pending callback handler into a table so that we do
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - cycles.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Here we take care of cycle counters. For performance reasons we don't increase
|
||||
all counters after each 68k instruction, but only one main counter.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/***
|
||||
* 68k disassembler, written 2010 by Markus Fritze, www.sarnau.com
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
***/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - 68kDisass.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
#ifndef HATARI_68KDISASS_H
|
||||
#define HATARI_68KDISASS_H
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Copyright (c) 2009-2010 by Eero Tamminen
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
breakcond.c - code for breakpoint conditions that can check variable
|
||||
and memory values against each other, mask them etc. before deciding
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - breakcond.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_BREAKCOND_H
|
||||
|
@ -3,8 +3,8 @@
|
||||
*
|
||||
* Copyright (C) 2012 by Eero Tamminen
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* console.c - catching of emulated console output with minimal VT52 emulation.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - profile.h
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_CONSOLE_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debuginfo.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
debuginfo.c - functions needed to show info about the atari HW & OS
|
||||
components and "lock" that info to be shown on entering the debugger.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugInfo.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Public atari components debugging infos header.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debug.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Internal header used by debugger files.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugcpu.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
debugcpu.c - function needed for the CPU debugging tasks like memory
|
||||
and register dumps.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugcpu.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Public CPU debugging header.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugdsp.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
debugdsp.c - function needed for the DSP debugging tasks like memory
|
||||
and register dumps.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugdsp.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Public DSP debugging header file.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugui.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
debugui.c - this is the code for the mini-debugger. When the pause button is
|
||||
pressed, the emulator is (hopefully) halted and this little CLI can be used
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - debugui.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Public debugger UI header file.
|
||||
*/
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Copyright (C) 1994, 2009-2010 by Eero Tamminen
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
calculate.c - parse numbers, number ranges and expressions. Supports
|
||||
most unary and binary operations. Parenthesis are used for indirect
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - evaluate.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_EVALUATE_H
|
||||
|
@ -3,8 +3,8 @@
|
||||
*
|
||||
* Copyright (C) 2011 by Eero Tamminen
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* history.c - functions for debugger entry & breakpoint history
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - history.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_HISTORY_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - log.c
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* Logger functions.
|
||||
*
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - log.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
#ifndef HATARI_LOG_H
|
||||
#define HATARI_LOG_H
|
||||
|
@ -3,8 +3,8 @@
|
||||
*
|
||||
* Copyright (C) 2010 by Eero Tamminen
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* profile.c - functions for profiling CPU and DSP and showing the results.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - profile.h
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_PROFILE_H
|
||||
|
@ -3,8 +3,8 @@
|
||||
*
|
||||
* Copyright (C) 2010 by Eero Tamminen
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*
|
||||
* symbols.c - Hatari debugger symbol/address handling; parsing, sorting,
|
||||
* matching, TAB completion support etc.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Hatari - symbols.h
|
||||
*
|
||||
* This file is distributed under the GNU Public License, version 2 or at
|
||||
* your option any later version. Read the file gpl.txt for details.
|
||||
* This file is distributed under the GNU General Public License, version 2
|
||||
* or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_SYMBOLS_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dialog.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Code to handle our options dialog.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dim.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
DIM disk image support.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dmaSnd.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
STE DMA sound emulation. Does not seem to be very hard at first glance,
|
||||
but since the DMA sound has to be mixed together with the PSG sound and
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - Crossbar.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Falcon Crossbar (Matrice) emulation.
|
||||
input device:
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - crossbar.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_CROSSBAR_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - hostscreen.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Host video routines. This file originally came from the Aranym project but
|
||||
has been thoroughly reworked for Hatari. However, integration with the rest
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - hostscreen.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_HOSTSCREEN_H
|
||||
|
@ -2,8 +2,8 @@
|
||||
Hatari - microphone.c
|
||||
microphone (jack connector) emulation (Falcon mode only)
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This program uses the PortAudio Portable Audio Library.
|
||||
For more information see: http://www.portaudio.com
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - microphone.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_MICROPHONE_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - nvram.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This file is partly based on GPL code taken from the Aranym project.
|
||||
- Copyright (c) 2001-2004 Petr Stehlik of ARAnyM dev team
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - nvram.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Atari TT and Falcon NVRAM and RTC emulation code - declarations
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - videl.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Falcon Videl emulation. The Videl is the graphics shifter chip of the Falcon.
|
||||
It supports free programmable resolutions with 1, 2, 4, 8 or 16 bits per
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - videl.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#ifndef HATARI_VIDEL_H
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - fdc.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Floppy Disk Controller(FDC) emulation.
|
||||
All commands are emulated with good timings estimation, as many programs
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - file.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Common file access functions.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - floppy.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
This is where we read/write sectors to/from the disk image buffers.
|
||||
NOTE: these buffers are in memory so we only need to write routines for
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - gemdos.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
GEMDOS intercept routines.
|
||||
These are used mainly for hard drive redirection of high level file routines.
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - AlertHooks.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Hooked alerts, to be used instead of SDL alert windows
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - AlertHooks.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Hooked alerts, to be used instead of SDL alert windows
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - CreateFloppyController.m
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - CreateFloppyController.m
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Create floppy image window controller implementation file
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - PrefsController.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - PrefsController.m
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Preferences window controller implementation file
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - Shared.h
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - Shared.m
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Helper code used by the other Cocoa code files
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dlgAbout.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Show information about the program and its license.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dlgDevice.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
Device (Printer etc.) setup dialog
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dlgFileSelect.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
|
||||
A file selection dialog for the graphical user interface for Hatari.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dlgFloppy.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
const char DlgFloppy_fileid[] = "Hatari dlgFloppy.c : " __DATE__ " " __TIME__;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dlgHardDisk.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
const char DlgHardDisk_fileid[] = "Hatari dlgHardDisk.c : " __DATE__ " " __TIME__;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Hatari - dlgJoystick.c
|
||||
|
||||
This file is distributed under the GNU Public License, version 2 or at
|
||||
your option any later version. Read the file gpl.txt for details.
|
||||
This file is distributed under the GNU General Public License, version 2
|
||||
or at your option any later version. Read the file gpl.txt for details.
|
||||
*/
|
||||
const char DlgJoystick_fileid[] = "Hatari dlgJoystick.c : " __DATE__ " " __TIME__;
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user