Tidy-up and memory savings

This commit is contained in:
stevenhowes
2021-03-19 20:21:39 +00:00
parent 33d210c6bb
commit 3946f245c7
5 changed files with 20 additions and 23 deletions
-1
View File
@@ -61,7 +61,6 @@ void load_sprites(char* filename)
void display_mode(int mode)
{
// mode 28 80x60 640x480 16 colours
inreg.r[0] = 0;
inreg.r[1] = mode;
_kernel_swi(OS_ScreenMode,&inreg,&outreg);