Subversion Repositories Shiroi

Rev

Rev 21 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 22
Line 1... Line 1...
1
/* $Id: shiroi.c 21 2024-08-31 09:25:21Z nishi $ */
1
/* $Id: shiroi.c 22 2024-08-31 10:44:32Z nishi $ */
2
 
2
 
3
#include "io.h"
3
#include "io.h"
4
 
4
 
5
#include "dri/math.h"
5
#include "dri/math.h"
6
#include "dri/sound.h"
6
#include "dri/sound.h"
Line 107... Line 107...
107
#endif
107
#endif
108
		debug_number(0x0001);
108
		debug_number(0x0001);
109
		while(1);
109
		while(1);
110
	}
110
	}
111
 
111
 
112
	debug_number(0);
-
 
113
 
-
 
114
	video_init();
112
	video_init();
115
	text_init();
113
	text_init();
116
 
114
 
117
	clear();
115
	clear();
118
 
116