mirror of
https://github.com/ArthurFerreira2/reinette-II.git
synced 2025-03-15 00:33:28 +00:00
Update reinette-II.c
This commit is contained in:
parent
ba2940ef11
commit
c835dac465
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include <ncurses.h>
|
||||
#include <unistd.h> // for usleep()
|
||||
|
||||
#define ROMSTART 0xD000
|
||||
#define ROMSIZE 0x3000 // 12KB
|
||||
@ -552,8 +551,8 @@ int main(int argc, char *argv[]) {
|
||||
instruction[opcode](); // EXECUTE the instruction
|
||||
}
|
||||
|
||||
// slow down emulation - so you can hit thoses colored monsters
|
||||
usleep(160);
|
||||
// slow down emulation
|
||||
napms(1);
|
||||
|
||||
// keyboard controller
|
||||
if ((ch = getch()) != ERR){
|
||||
@ -590,3 +589,4 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user