Uniformise copyright headers.
This commit is contained in:
parent
6f539fff1e
commit
1df15b0192
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* dumpinfo.c: Tool to dump the metadata info about a cart rom image.
|
* dumpinfo.c: Tool to dump the metadata info about a cart rom image.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
5
main.c
5
main.c
@ -1,10 +1,11 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* main.c: Entry point
|
* main.c: Entry point
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// 13.04.2002: Fixed a small bug causing crashes
|
// 13.04.2002: Fixed a small bug causing crashes
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* audio.c:
|
* audio.c:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Sound information thanks to toshi (wscamp wonderswan emulator)
|
// Sound information thanks to toshi (wscamp wonderswan emulator)
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* audio.h:
|
* audio.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* emulate.c:
|
* emulate.c:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* emulate.h:
|
* emulate.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
/*******************************************************************************
|
||||||
|
* NewOswan
|
||||||
|
* gpu.c:
|
||||||
|
* Based on the original Oswan-unix
|
||||||
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
|
*
|
||||||
|
******************************************************************************/
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// GPU
|
// GPU
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* gpu.h:
|
* gpu.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
#ifndef __GPU_H__
|
#ifndef __GPU_H__
|
||||||
#define __GPU_H__
|
#define __GPU_H__
|
||||||
|
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* io.c: I/O ports implementaton
|
* io.c: I/O ports implementaton
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* io.h:
|
* io.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* C Fancy Logger
|
* NewOswan
|
||||||
* log.c:
|
* log.c: C Fancy Logger
|
||||||
* Copyright (c) 2009-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2009-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
* Created by Manoël Trapier on 20/01/2009.
|
* Created by Manoël Trapier on 20/01/2009.
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
#define __LOG_C_INTERNAL_
|
#define __LOG_C_INTERNAL_
|
||||||
|
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* C Fancy Logger
|
* NewOswan
|
||||||
* log.h:
|
* log.h: C Fancy Logger
|
||||||
* Copyright (c) 2009-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2009-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
* Created by Manoël Trapier on 20/01/2009.
|
* Created by Manoël Trapier on 20/01/2009.
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
#ifndef _LOG_H
|
#ifndef _LOG_H
|
||||||
#define _LOG_H
|
#define _LOG_H
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* memory.c: Memory implementatoion
|
* memory.c: Memory implementation
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Notes: need to optimize cpu_writemem20
|
// Notes: need to optimize cpu_writemem20
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* memory.h:
|
* memory.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* nec.c:
|
* nec.c:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
NEC V30MZ(V20/V30/V33) emulator
|
NEC V30MZ(V20/V30/V33) emulator
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* nec.h:
|
* nec.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
#ifndef __NEC_H_
|
#ifndef __NEC_H_
|
||||||
#define __NEC_H_
|
#define __NEC_H_
|
||||||
|
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* necea.h:
|
* necea.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
static uint32_t EA;
|
static uint32_t EA;
|
||||||
static uint16_t EO;
|
static uint16_t EO;
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* necinstr.h:
|
* necinstr.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
static void i_add_br8(void);
|
static void i_add_br8(void);
|
||||||
static void i_add_wr16(void);
|
static void i_add_wr16(void);
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* necintrf.h:
|
* necintrf.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
/* ASG 971222 -- rewrote this interface */
|
/* ASG 971222 -- rewrote this interface */
|
||||||
#ifndef __NECITRF_H_
|
#ifndef __NECITRF_H_
|
||||||
#define __NECITRF_H_
|
#define __NECITRF_H_
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* necmodrm.h:
|
* necmodrm.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* tom.c:
|
* rom.c:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* rom.h:
|
* rom.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* ws.c: Base wonderswan implementation
|
* ws.c: Base wonderswan implementation
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/*******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* ws.h:
|
* ws.h:
|
||||||
* Based on the original Oswan-unix
|
* Based on the original Oswan-unix
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
/*
|
/******************************************************************************
|
||||||
* NewOswan
|
* NewOswan
|
||||||
* testserial.c: A simple tool to test serial in/out
|
* testserial.c: A simple tool to test serial in/out
|
||||||
* Based on the original Oswan-unix
|
*
|
||||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||||
*
|
*
|
||||||
*/
|
******************************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user