Update headers

- Update copyrights dates
- Remove the useless "All right reserved"
- Change incorrect name(s)
This commit is contained in:
Godzil
2019-12-05 16:42:11 +00:00
parent cd00346978
commit 8fcf756566
76 changed files with 133 additions and 188 deletions

View File

@@ -2,13 +2,8 @@
# peTI-NESulator CMake
#
# Created by Manoel TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
cmake_minimum_required (VERSION 2.8)
project (peTI-NESulator)

View File

@@ -1,14 +1,9 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
##########################
# Configurations variables
##########################

View File

@@ -2,8 +2,8 @@
* Cart manager - The peTI-NESulator Project
* NESCart.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,13 +1,8 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
add_library(apu apu.c apu.c)
target_link_libraries(apu portaudio_static)

View File

@@ -2,8 +2,8 @@
* APU emulation - The peTI-NESulator Project
* apu.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,14 +1,9 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
if (COVERALLS)
set(COVERAGE_SRCS src/corecpu/corecpu.c ${COVERAGE_SRCS} PARENT_SCOPE)
endif()

View File

@@ -3,7 +3,7 @@
* corecpu.c
*
* Created by Manoël Trapier on 24/02/08
* Copyright 2008 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Cart manager - The peTI-NESulator Project
* NESCart.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*/
#ifndef NESCARTS_H

View File

@@ -2,8 +2,8 @@
* APU emulation - The peTI-NESulator Project
* apu.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#ifndef PETI_NESULATOR_APU_H

View File

@@ -3,7 +3,7 @@
* include/color.h
*
* Created by Manoël Trapier on 25/06/10
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* corecpu.h
*
* Created by Manoël Trapier on 24/02/08
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* include/log.h
*
* Created by Manoël Trapier on 19/05/10
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Mappers manager & facilities - The peTI-NESulator Project
* mappers.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* memory.h - Taken from the Quick6502 project
*
* Created by Manoël Trapier on 18/09/06.
* Copyright 2003-2008 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#ifndef MEMORY_H

View File

@@ -2,8 +2,8 @@
* OS Dependent functions - The peTI-NESulator Project
* os_dependent.h
*
* Created by Manoël TRAPIER on 08/05/08.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 08/05/08.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Paddle manager - The peTI-NESulator Project
* paddle.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Plugins manager - The peTI-NESulator Project
* plugins.h
*
* Created by Manoël TRAPIER on 02/04/07.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 02/04/07.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* ppu.debug.h
*
* Created by Manoël Trapier on 12/04/07.
* Copyright 2003-2008 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -4,8 +4,8 @@
*
* Define and emulate the PPU (Picture Processing Unit) of the real NES
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* ppu.memory.h - Inspired from the memory manager of the Quick6502 Project.
*
* Created by Manoël Trapier on 12/04/07.
* Copyright 2003-2008 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* types.h - Taken from the Quick6502 project
*
* Created by Manoël Trapier on 18/09/06.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* log.c
*
* Created by Manoël Trapier on 19/05/10
* Copyright 2010 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Main application source file - The peTI-NESulator Project
* main.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/
@@ -450,7 +450,7 @@ int main(int argc, char *argv[])
/* Print the banner */
console_printf(Console_Default, "--------------------------------------------------------------------------------\n"
"Welcome to peTI-NESulator v%d.%d.%d%s - by Godzil`\n"
"Copyright 2003-2018 Manoël TRAPIER (petines@godzil.net)\n"
"Copyright (c) 2002-2019 986-Studio / Manoël Trapier (petines@godzil.net)\n"
"--------------------------------------------------------------------------------\n\n",
V_MAJOR, V_MINOR, V_MICRO, V_TEXT);
@@ -927,6 +927,7 @@ void Loop6502(quick6502_cpu *R)
if (getKeyStatus('r') || getKeyStatus('R'))
{
console_printf(Console_Default, "-- Reset triggered\n");
/* Force the PPU to stop NMIs */
MemoryWrite(0x2000, 0x00);
quick6502_reset(R);

View File

@@ -1,13 +1,10 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
file(GLOB mappers_list mappers/*.c)

View File

@@ -2,8 +2,8 @@
* Mapper manager - The peTI-NESulator Project
* manager.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* AOROM Mapper - The peTI-NESulator Project
* aorom.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* AOROM Mapper - The peTI-NESulator Project
* aorom.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* CNROM Mapper - The peTI-NESulator Project
* cnrom.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* CNROM Mapper - The peTI-NESulator Project
* cnrom.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Generic mapper implementation - The peTI-NESulator Project
* genericmapper.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* IREMH3001 Mapper - The peTI-NESulator Project
* iremh3001.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* IREMH3001 Mapper - The peTI-NESulator Project
* iremh3001.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* MMC1 Mapper - The peTI-NESulator Project
* mmc1.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* MMC1 Mapper - The peTI-NESulator Project
* mmc1.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* MMC3 Mapper - The peTI-NESulator Project
* mmc3.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#include "mmc3.h"

View File

@@ -2,8 +2,8 @@
* MMC3 Mapper - The peTI-NESulator Project
* mmc3.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* MMC4 Mapper - The peTI-NESulator Project
* mmc4.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* MMC4 Mapper - The peTI-NESulator Project
* mmc4.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* NOROM Mapper - The peTI-NESulator Project
* norom.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* NOROM Mapper - The peTI-NESulator Project
* norom.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* UNROM Mapper - The peTI-NESulator Project
* unrom.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* UNROM Mapper - The peTI-NESulator Project
* unrom.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* UNROM Mapper - The peTI-NESulator Project
* unrom.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* UNROM Mapper - The peTI-NESulator Project
* unrom.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Mapper list - The peTI-NESulator Project
* mappers_list.h
*
* Created by Manoël TRAPIER on 25/10/07.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 25/10/07.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* Generic mapper implementation - The peTI-NESulator Project
* genericmapper.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -2,8 +2,8 @@
* MMC1 Mapper - The peTI-NESulator Project
* mmc1.h
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/
uint8_t MMC1_reg0;

View File

@@ -2,8 +2,8 @@
* Mapper facilities - The peTI-NESulator Project
* mappers.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,14 +1,9 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
if (COVERALLS)
set(COVERAGE_SRCS src/memorymanager/memory.c ${COVERAGE_SRCS} PARENT_SCOPE)
endif()

View File

@@ -3,7 +3,7 @@
* memory.c - Taken from the Quick6502 project
*
* Created by Manoël Trapier on 18/09/06.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,12 +1,7 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
add_library(oslib loadfile.c graphics.c sound.c io.c)

View File

@@ -2,8 +2,8 @@
* Graphic Manager - The peTI-NESulator Project
* os/macos/graphics.c
*
* Created by Manoël TRAPIER on 08/05/08.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 08/05/08.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#include <os_dependent.h>

View File

@@ -3,7 +3,7 @@
* os/macos/graphics.c
*
* Created by Manoël Trapier on 04/01/09.
* Copyright (c) 2003-2009 986 Corp. All rights reserved.
* Copyright (c) 2003-2009 986-Studio.
*
*/

View File

@@ -2,7 +2,7 @@
* File functions - The peTI-NESulator Project
* os/macos/load.c
*
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,12 +1,7 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
add_library(oslib loadfile.c)

View File

@@ -2,8 +2,8 @@
* TI-68k Loading external file functions - The peTI-NESulator Project
* ti68k/loadfile.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,14 +1,9 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
if (COVERALLS)
set(COVERAGE_SRCS src/os/unix/loadfile.c src/os/unix/graphics_dummy.c src/os/unix/sound.c src/os/unix/io.c ${COVERAGE_SRCS} PARENT_SCOPE)
add_library(oslib loadfile.c graphics_dummy.c sound.c io.c)

View File

@@ -2,8 +2,8 @@
* Graphic Manager - The peTI-NESulator Project
* os/macos/graphics.c
*
* Created by Manoël TRAPIER on 08/05/08.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 08/05/08.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#include <stdlib.h>

View File

@@ -2,8 +2,8 @@
* Graphic Manager - The peTI-NESulator Project
* os/macos/graphics.c
*
* Created by Manoël TRAPIER on 08/05/08.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 08/05/08.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#include <stdlib.h>

View File

@@ -3,7 +3,7 @@
* os/macos/graphics.c
*
* Created by Manoël Trapier on 04/01/09.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*/
#include <stdio.h>
#include <stdlib.h>

View File

@@ -1,14 +1,9 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
add_library(oslib loadfile.c graphics.c sound.c io.c)
target_link_libraries(oslib glfw ${OPENGL_glu_LIBRARY})

View File

@@ -2,8 +2,8 @@
* Graphic Manager - The peTI-NESulator Project
* os/macos/graphics.c
*
* Created by Manoël TRAPIER on 08/05/08.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 08/05/08.
* Copyright (c) 2002-2019 986-Studio.
*
*/
#include <stdlib.h>

View File

@@ -3,7 +3,7 @@
* os/macos/graphics.c
*
* Created by Manoël Trapier on 04/01/09.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*/
#include <stdio.h>
#include <stdlib.h>

View File

@@ -2,8 +2,8 @@
* Paddle manager - The peTI-NESulator Project
* paddle.c
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,13 +1,10 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
file(GLOB plugins_list plugins/*.c)

View File

@@ -2,8 +2,8 @@
* Plugins manager - The peTI-NESulator Project
* plugins.c
*
* Created by Manoël TRAPIER on 02/04/07.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier on 02/04/07.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* gamegenie.c: Hack your games with unlimited lives of add new powers!
*
* Created by Manoël Trapier.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* gamegenie.h
*
* Created by Manoël Trapier.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* plugins_list.h
*
* Created by Manoël Trapier.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -1,14 +1,9 @@
#
# peTI-NESulator CMake
#
# Created by Manoël TRAPIER.
# Copyright (c) 2003-2018 986-Studio. All rights reserved.
# Created by Manoël Trapier.
# Copyright (c) 2002-2019 986-Studio.
#
# $LastChangedDate$
# $Author$
# $HeadURL$
# $Revision$
file(GLOB ppu_debug_list debug/*.c)
if (COVERALLS)

View File

@@ -3,7 +3,7 @@
* ppu.debug.c
*
* Created by Manoël Trapier.
* Copyright 2003-2008 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -4,8 +4,8 @@
*
* Define and emulate the PPU (Picture Processing Unit) of the real NES
*
* Created by Manoël TRAPIER.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Created by Manoël Trapier.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* ppu.memory.c - Inspired from the memory manager of the Quick6502 Project.
*
* Created by Manoël Trapier on 12/04/07.
* Copyright (c) 2003-2018 986-Studio. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/

View File

@@ -3,7 +3,7 @@
* bin2h.c: Convert a binary file to a table of uint8_t in a C header file.
*
* Created by Manoël Trapier.
* Copyright 2003-2008 986 Corp. All rights reserved.
* Copyright (c) 2002-2019 986-Studio.
*
*/