mirror of
https://github.com/DavidBuchanan314/6502-emu.git
synced 2024-12-26 13:31:02 +00:00
Add interactive mode exit instructions, fix 'make test' interactivity
This commit is contained in:
parent
64df2291fc
commit
8abf954b33
@ -169,7 +169,10 @@ int main(int argc, char *argv[])
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
if (interactive) raw_stdin(); // allow individual keystrokes to be detected
|
||||
if (interactive) {
|
||||
printf("*** Entering interactive mode. CTRL+X to exit ***\n\n");
|
||||
raw_stdin(); // allow individual keystrokes to be detected
|
||||
}
|
||||
|
||||
//init_tables();
|
||||
init_uart();
|
||||
|
Loading…
Reference in New Issue
Block a user