summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 39ddbcc..f7a6a00 100644
--- a/src/main.c
+++ b/src/main.c
@@ -12,7 +12,8 @@ int main() {
while(1) {
CallInstructionTable(GetMemory(PC), 0);
PrintInfo();
- sleep(3);
+ //sleep(3);
+ getch();
}
TerminalClose();