Subversion Repositories Kolibri OS

Rev

Rev 8523 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8523 Rev 9952
Line 274... Line 274...
274
 
274
 
275
	spkr_en = io_ports[0x61] & 3;
275
	spkr_en = io_ports[0x61] & 3;
276
}
276
}
Line 277... Line 277...
277
#endif
277
#endif
278
 
278
 
279
#include 
279
#include 
Line 280... Line 280...
280
#define kbhit con_kbhit
280
#define kbhit con_kbhit
281
#define getch con_getch
281
#define getch con_getch
282
 
282
 
283
// Emulator entry point
-
 
284
int main(int argc, char **argv)
283
// Emulator entry point
285
{
-
 
286
    load_console();
284
int main(int argc, char **argv)
287
    con_set_title("8086tiny");
285
{
288
    
286
    con_set_title("8086tiny");
289
    //freopen("OUT", "w" ,stdout);
287
    //freopen("OUT", "w" ,stdout);
290
#ifndef NO_GRAPHICS
288
#ifndef NO_GRAPHICS