mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
tfv: fix compile warnings
This commit is contained in:
parent
bc9937215f
commit
37c0a98574
@ -4,24 +4,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gr-sim.h"
|
#include "gr-sim.h"
|
||||||
|
#include "tfv_zp.h"
|
||||||
#include "tfv_sprites.h"
|
|
||||||
#include "backgrounds.h"
|
|
||||||
|
|
||||||
/* Page Zero */
|
|
||||||
|
|
||||||
#define COLOR1 0x00
|
|
||||||
#define COLOR2 0x01
|
|
||||||
#define MATCH 0x02
|
|
||||||
#define XX 0x03
|
|
||||||
#define YY 0x04
|
|
||||||
#define YADD 0x05
|
|
||||||
#define LOOP 0x06
|
|
||||||
#define MEMPTRL 0x07
|
|
||||||
#define MEMPTRH 0x08
|
|
||||||
#define DISP_PAGE 0x09
|
|
||||||
#define DRAW_PAGE 0x0a
|
|
||||||
|
|
||||||
|
|
||||||
int repeat_until_keypressed(void) {
|
int repeat_until_keypressed(void) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user