commit bd6bf1d

Devine Lu Linvega  ·  2025-06-19 14:28:45 +0000 UTC
parent c7f40c7
More cycles
1 files changed,  +1, -1
+1, -1
1@@ -71,7 +71,7 @@ void emu_deo(const Uint8 port, const Uint8 value);
2 static unsigned int
3 uxn_eval(unsigned short pc)
4 {
5-	unsigned int a, b, c, x[2], y[2], z[2], step = 0x8000000;
6+	unsigned int a, b, c, x[2], y[2], z[2], step = 0x80000000;
7 	while(step--) {
8 		switch(ram[pc++]) {
9 		/* BRK */ case 0x00: return 1;