diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2008-05-27 20:11:53 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2008-05-27 20:11:53 +0000 |
commit | b57b779fbced4a3fc1ecd0799a7666c2f1645f17 (patch) | |
tree | 46207bf001abbbe2a6b711b661b5db1e6820e9a4 /apps/plugins/zxbox/spscr_p.h | |
parent | ae4b677736032176459f7adbb65c5386cfc089fb (diff) |
Tweak ZXBox colours: 1) 'Bright' black is the same as normal black on a real Spectrum, so make it so here too. 2) Use more accurate RGB values in the 16bpp driver (taken from the FUSE emulator). 3) Remove some confusing duplicate definitions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17638 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/zxbox/spscr_p.h')
-rw-r--r-- | apps/plugins/zxbox/spscr_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/zxbox/spscr_p.h b/apps/plugins/zxbox/spscr_p.h index 394ce2abd9..b518b1415d 100644 --- a/apps/plugins/zxbox/spscr_p.h +++ b/apps/plugins/zxbox/spscr_p.h @@ -30,11 +30,7 @@ struct rgb { #define SCRSIZE 6912 #define COLORBEG 6144 -extern struct rgb *spscr_crgb; -extern struct rgb custom_colors[]; - extern void spscr_init_mask_color(void); extern void spscr_init_line_pointers(int lines); -extern void spscr_init_colors(void); #endif /* SPSCR_P_H */ |