set constant types
This commit is contained in:
parent
f4cbfd09c8
commit
2603916972
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
||||||
static const LINES_PER_FRAME = 154;
|
static const int LINES_PER_FRAME = 154;
|
||||||
static const TICKS_PER_LINE = 456;
|
static const int TICKS_PER_LINE = 456;
|
||||||
static const YRES = 144;
|
static const int YRES = 144;
|
||||||
static const XRES = 160;
|
static const int XRES = 160;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 y;
|
u8 y;
|
||||||
|
Loading…
Reference in New Issue
Block a user