git-svn-id: https://spexeah.com:8443/svn/Asuro@226 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
f94f0d4850
commit
99a032536d
@ -357,7 +357,7 @@ var
|
|||||||
off : uint32;
|
off : uint32;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
memset(uint32(@tmp), 0, sizeof(TPCI_Device));
|
//memset(uint32(@tmp), 0, sizeof(TPCI_Device));
|
||||||
|
|
||||||
off:= offset;
|
off:= offset;
|
||||||
loadConfig(bus, slot, func, 0);
|
loadConfig(bus, slot, func, 0);
|
||||||
|
@ -43,7 +43,7 @@ implementation
|
|||||||
|
|
||||||
procedure callback(scan_code : void);
|
procedure callback(scan_code : void);
|
||||||
begin
|
begin
|
||||||
//console.writehex(uint8(scan_code));
|
console.writehex(uint8(scan_code));
|
||||||
//console.writechar(char($21));
|
//console.writechar(char($21));
|
||||||
if is_shift then begin
|
if is_shift then begin
|
||||||
if key_matrix_shift[uint8(scan_code)].key_code <> 0 then begin
|
if key_matrix_shift[uint8(scan_code)].key_code <> 0 then begin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user