git-svn-id: https://spexeah.com:8443/svn/Asuro@50 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-17 13:07:24 +00:00
parent f1c1f6931b
commit 6adabcaa91

View File

@ -23,7 +23,7 @@ begin
if(procedure_ptr <> nil) then begin if(procedure_ptr <> nil) then begin
procedure_ptr(inb($60)); procedure_ptr(inb($60));
end; end;
console.writechar(inb($60)); //console.writechar(char(inb($60)));
outb($0020, $20); outb($0020, $20);
end; end;