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

@@ -1,3 +1,17 @@
/*
* Code Breaker plugin - The TI-NESulator Project
* gamegenie.c: Hack your games with unlimited lives of add new powers!
*
* Created by Manoel Trapier.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <allegro.h>

View File

@@ -1,2 +1,16 @@
/*
* Code Breaker plugin - The TI-NESulator Project
* gamegenie.h
*
* Created by Manoel Trapier.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/
int gg_Init();
int gg_Deinit();

View File

@@ -1,3 +1,17 @@
/*
* Plugin Manager plugint list - The TI-NESulator Project
* plugins_list.h
*
* Created by Manoel Trapier.
* Copyright 2003-2008 986 Corp. All rights reserved.
*
* $LastChangedDate$
* $Author$
* $HeadURL$
* $Revision$
*
*/
/* This file could be generated from the plugins directory... */
#include "plugins/gamegenie.h"