Sortron shenanigans
parent
98afb2359f
commit
e4e0d057cc
@ -1,9 +1,21 @@
|
||||
#ifndef CONIO_H
|
||||
#define CONIO_H
|
||||
|
||||
#include <redbus.h>
|
||||
#include <console.h>
|
||||
|
||||
#define redbus 0x0300
|
||||
|
||||
int conid = 0x01;
|
||||
Console* con = (Console*)redbus;
|
||||
char * strinv(char str[]);
|
||||
void conprint(char * str, int x, int y);
|
||||
void set_conid(int id);
|
||||
int get_conid();
|
||||
void set_cursor_pos(int x, int y);
|
||||
void set_cursor_mode(int mode);
|
||||
int get_cursor_mode();
|
||||
void conclear();
|
||||
void blit(char command, char x, char y, char xo, char yo, char w, char h);
|
||||
char * read_keyboard();
|
||||
#endif
|
@ -0,0 +1,10 @@
|
||||
default_monitor_id=1
|
||||
default_drive_id=2
|
||||
cpu_speed=1x
|
||||
mmu_type=original
|
||||
io_penality=on
|
||||
drive_boost=off
|
||||
memory_size=8kb
|
||||
spbugfix=disabled
|
||||
dev_1=2
|
||||
dev_2=3
|
Loading…
Reference in New Issue