npc: split gdbstub api into seperate file
This commit is contained in:
parent
fed4ac225d
commit
85d7840804
15 changed files with 287 additions and 270 deletions
|
@ -49,11 +49,10 @@ int main(int argc, char **argv, char **env) {
|
|||
while (true) {
|
||||
nvboard_update();
|
||||
cycle(top, [&] {
|
||||
if (keycode != top->io_ps2_data){
|
||||
if (keycode != top->io_ps2_data) {
|
||||
keycode = top->io_ps2_data;
|
||||
printf("%d\n", keycode);
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
delete top;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue