Browse Source

fix plan 9 build (thanks cgnarne)

main
Sigrid Solveig Haflínudóttir 1 year ago
parent
commit
ac3f9ccb20
  1. 2
      src/devices/screen.h
  2. 2
      src/devices/system.h

2
src/devices/screen.h

@ -22,7 +22,7 @@ void screen_change(int x1, int y1, int x2, int y2);
void screen_fill(Uint8 *layer, int color);
void screen_palette(void);
void screen_resize(Uint16 width, Uint16 height, int scale);
void screen_redraw();
void screen_redraw(void);
Uint8 screen_dei(Uxn *u, Uint8 addr);
void screen_deo(Uxn *u, Uint8 addr);

2
src/devices/system.h

@ -19,4 +19,4 @@ int system_boot(Uint8 *ram, char *rom);
Uint8 system_dei(Uxn *u, Uint8 addr);
void system_deo(Uxn *u, Uint8 addr);
extern Uxn bios;
extern Uxn bios;

Loading…
Cancel
Save