Subversion Repositories Shiroi

Rev

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

Rev 20 Rev 21
Line 1... Line 1...
1
/* $Id: shiroi.c 20 2024-08-31 06:50:57Z nishi $ */
1
/* $Id: shiroi.c 21 2024-08-31 09:25:21Z 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
 
112
	video_init();
114
	video_init();
113
	text_init();
115
	text_init();
114
 
116
 
115
	clear();
117
	clear();
116
 
118