undocumented opcodes added to ncpu
[fceu.git] / input / share.h
CommitLineData
c62d2810 1#include "../types.h"
2#include "../input.h"
3#include "../fce.h"
e328100e 4#include "../ppu.h"
c62d2810 5#include "../x6502.h"
e328100e 6#include "../palette.h"
c62d2810 7
8void FCEU_DrawCursor(uint8 *buf, int xc, int yc);
e328100e 9void FCEU_DrawGunSight(uint8 *buf, int xc, int yc);
10
11#define SCREEN_WIDTH 320
12#define SCREEN_OFFS 32
13