Rename c1p target to osic1p

This commit is contained in:
Stephan Mühlstrasser
2015-02-03 22:42:35 +01:00
parent 19b3c1b32b
commit 14c7e9fd16
28 changed files with 18 additions and 112 deletions

View File

@@ -78,7 +78,7 @@
#elif defined(__NES__)
# include <nes.h>
#elif defined(__OSIC1P__)
# include <c1p.h>
# include <osic1p.h>
#endif

View File

@@ -1,12 +1,12 @@
/*****************************************************************************/
/* */
/* c1p.h */
/* osic1p.h */
/* */
/* Challenger 1P system specific definitions */
/* */
/* */
/* */
/* (C) 2014 Stephan Muehlstrasser */
/* (C) 2015 Stephan Muehlstrasser */
/* */
/* */
/* This software is provided 'as-is', without any expressed or implied */
@@ -28,8 +28,8 @@
/* */
/*****************************************************************************/
#ifndef _C1P_H
#define _C1P_H
#ifndef _OSIC1P_H
#define _OSIC1P_H
/* Check for errors */
#if !defined(__OSIC1P__)