minors modifications on cycle count, re-add correct svn:keywords and update correct source file headers

This commit is contained in:
godzil
2008-02-23 17:35:15 +00:00
parent 02a8b24523
commit 79ac4c42f1
58 changed files with 761 additions and 650 deletions

View File

@@ -11,6 +11,12 @@
/** commercially. Please, notify me, if you make any **/
/** changes to this file. **/
/*************************************************************/
/*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*/
{ -36, 8063 },{ -12, 8063 },{ -3, 8298 },{ 3, 8358 },
{ 8, 8201 },{ 12, 8063 },{ 15, 8054 },{ 17, 8238 },

View File

@@ -5,10 +5,10 @@
* Created by Manoel TRAPIER.
* Copyright (c) 2003-2008 986Corp. All rights reserved.
*
* $LastChangedDate: 2007-04-16 01:55:35 +0200 (lun, 16 avr 2007) $
* $Author: godzil $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/NESCarts.h $
* $Revision: 39 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*/
#ifndef NESCARTS_H

View File

@@ -11,6 +11,12 @@
/** commercially. Please, notify me, if you make any **/
/** changes to this file. **/
/*************************************************************/
/*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*/
#ifndef SOUND_H
#define SOUND_H

View File

@@ -2,13 +2,13 @@
* 6502 Memory manager - The TI-NESulator Project
* memory.h - Taken from the Quick6502 project
*
* Created by Manoël Trapier on 18/09/06.
* Created by Manoel Trapier on 18/09/06.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate: 2007-04-05 16:30:20 +0200 (jeu, 05 avr 2007) $
* $Author: mtrapier $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/memory.h $
* $Revision: 31 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/
#ifndef MEMORY_H

View File

@@ -5,10 +5,10 @@
* Created by Manoel TRAPIER.
* Copyright (c) 2003-2008 986Corp. All rights reserved.
*
* $LastChangedDate: 2007-04-16 01:55:35 +0200 (lun, 16 avr 2007) $
* $Author: godzil $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/paddle.h $
* $Revision: 39 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/

View File

@@ -1,5 +1,10 @@
/* Generated data file from file 'stdin' */
/*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*/
PALETTE basicPalette = {
{ 0x1E, 0x1E, 0x1E, 0x07 },

View File

@@ -2,13 +2,13 @@
* PPU debug utilities - The TI-NESulator Project
* ppu.debug.h
*
* Created by Manoël Trapier on 12/04/07.
* Created by Manoel Trapier on 12/04/07.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate: 2007-05-24 15:11:55 +0200 (jeu, 24 mai 2007) $
* $Author: mtrapier $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/ppu/ppu.debug.h $
* $Revision: 53 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/

View File

@@ -7,10 +7,10 @@
* Created by Manoel TRAPIER.
* Copyright (c) 2003-2008 986Corp. All rights reserved.
*
* $LastChangedDate: 2007-04-26 18:47:34 +0200 (jeu, 26 avr 2007) $
* $Author: mtrapier $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/ppu.h $
* $Revision: 46 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/

View File

@@ -2,13 +2,13 @@
* PPU Memory manager - The TI-NESulator Project
* ppu.memory.h - Inspired from the memory manager of the Quick6502 Project.
*
* Created by Manoël Trapier on 12/04/07.
* Created by Manoel Trapier on 12/04/07.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate: 2007-05-24 15:11:55 +0200 (jeu, 24 mai 2007) $
* $Author: mtrapier $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/ppu/ppu.memory.h $
* $Revision: 53 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/

View File

@@ -2,13 +2,13 @@
* Base type definitions - The TI-NESulator Project
* types.h - Taken from the Quick6502 project
*
* Created by Manoël Trapier on 18/09/06.
* Created by Manoel Trapier on 18/09/06.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate: 2007-03-28 15:50:50 +0200 (mer, 28 mar 2007) $
* $Author: mtrapier $
* $HeadURL: file:///media/HD6G/SVNROOT/trunk/TI-NESulator/src/types.h $
* $Revision: 25 $
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/