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