mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-02-13 03:14:12 +00:00
Add missing copyright to A314 source files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2020 Niklas Ekström
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
* Based on a314d daemon for A314.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
// A314 emulation.
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
* A314 emulation header
|
||||
*/
|
||||
|
||||
#ifndef A314_H
|
||||
#define A314_H
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#ifndef DEVICES_A314_H
|
||||
#define DEVICES_A314_H
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018 Niklas Ekström
|
||||
* Copyright 2018-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <exec/execbase.h>
|
||||
#include <exec/devices.h>
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
extern char device_name[];
|
||||
extern char id_string[];
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <exec/execbase.h>
|
||||
#include <exec/memory.h>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
|
||||
extern ULONG translate_address_a314(__reg("a0") void *address);
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*
|
||||
|
||||
XDEF _IntServer
|
||||
CODE
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#ifndef PROTO_A314_H
|
||||
#define PROTO_A314_H
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
|
||||
// Packet types that are sent across the physical channel.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*
|
||||
|
||||
RTC_MATCHWORD: equ $4afc
|
||||
RTF_AUTOINIT: equ (1<<7)
|
||||
NT_DEVICE: equ 3
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <proto/exec.h>
|
||||
|
||||
#include "sockets.h"
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <exec/lists.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <exec/memory.h>
|
||||
#include <exec/tasks.h>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2020-2021 Niklas Ekström
|
||||
*/
|
||||
|
||||
#include <exec/types.h>
|
||||
#include <exec/tasks.h>
|
||||
#include <exec/ports.h>
|
||||
|
||||
Reference in New Issue
Block a user