zxbox: make source files include their header file and make function static where possible

Change-Id: I0c87563ee29f46948e3a559c27b1b22d4404cec1
This commit is contained in:
Bertrik Sikken 2012-02-15 22:32:43 +01:00
parent f7fdf13468
commit b193b75f62
7 changed files with 7 additions and 5 deletions

View file

@ -23,7 +23,6 @@
#include "z80_type.h"
extern int scrmul;
extern volatile int screen_visible;
extern void init_spect_scr(void);