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

This commit is contained in:
aaron 2017-10-23 14:02:12 +00:00
parent f94f0d4850
commit 99a032536d
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ var
off : uint32;
begin
memset(uint32(@tmp), 0, sizeof(TPCI_Device));
//memset(uint32(@tmp), 0, sizeof(TPCI_Device));
off:= offset;
loadConfig(bus, slot, func, 0);

View File

@ -43,7 +43,7 @@ implementation
procedure callback(scan_code : void);
begin
//console.writehex(uint8(scan_code));
console.writehex(uint8(scan_code));
//console.writechar(char($21));
if is_shift then begin
if key_matrix_shift[uint8(scan_code)].key_code <> 0 then begin