|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
#define redbus 0x0300
|
|
|
|
|
#define IOXID 0x03
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Iox* expand;
|
|
|
|
|
int* output;
|
|
|
|
|
|
|
|
|
@ -20,5 +21,5 @@ void main() {
|
|
|
|
|
rb_map_device(IOXID);
|
|
|
|
|
expand->out = 0;
|
|
|
|
|
output = (int*)expand->in;
|
|
|
|
|
conprint("very Nice", 40, 25, 3);
|
|
|
|
|
conprint(strinv("Huzzah, inverted text!"), 0, 0, 3);
|
|
|
|
|
}
|