more cleanup and fixing
This commit is contained in:
@@ -28,13 +28,9 @@
|
||||
/* */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
#ifndef _PCE_H
|
||||
#define _PCE_H
|
||||
|
||||
|
||||
|
||||
/* Check for errors */
|
||||
#if !defined(__PCE__)
|
||||
# error This module may only be used when compiling for the PCE!
|
||||
@@ -69,8 +65,8 @@
|
||||
#define COLOR_LIGHTBLUE 0x0E
|
||||
#define COLOR_GRAY3 0x0F
|
||||
|
||||
#define CLOCKS_PER_SEC 50 // ???
|
||||
#define CLK_TCK 50 // ?!?
|
||||
#define CLOCKS_PER_SEC 50 // FIXME: is this correct?
|
||||
#define CLK_TCK 50 // FIXME: is this correct?
|
||||
|
||||
#define TV_NTSC 0
|
||||
#define TV_PAL 1
|
||||
|
||||
Reference in New Issue
Block a user