Subversion Repositories Shiroi

Rev

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

Rev 13 Rev 14
Line 1... Line 1...
1
/* $Id: shiroi.c 13 2024-08-29 04:36:14Z nishi $ */
1
/* $Id: shiroi.c 14 2024-08-29 04:38:46Z nishi $ */
2
 
2
 
3
#include "io.h"
3
#include "io.h"
4
 
4
 
5
#include "math.h"
5
#include "math.h"
6
#include "sound.h"
6
#include "sound.h"
Line 105... Line 105...
105
#else
105
#else
106
	if(vdp_addr == -1 && vdg_addr == -1){
106
	if(vdp_addr == -1 && vdg_addr == -1){
107
#endif
107
#endif
108
		int i;
108
		int i;
109
		debug_number(0x0001);
109
		debug_number(0x0001);
110
		for(i = 0; i < 3; i++){
-
 
111
			_beep(1L * 1024);
-
 
112
			unsigned long j;
-
 
113
			for(j = 0; j < 1L * 1024; j++);
-
 
114
		}
-
 
115
		while(1);
110
		while(1);
116
	}
111
	}
117
 
112
 
118
	video_init();
113
	video_init();
119
	text_init();
114
	text_init();