commit 3bd6bb7

Devine Lu Linvega  ·  2025-05-16 17:21:55 +0000 UTC
parent 635f5e8
Removed unnecessary port read
1 files changed,  +0, -1
+0, -1
1@@ -84,7 +84,6 @@ int
2 uxn_eval(Uint16 pc)
3 {
4 	Uint32 a, b, c, x[2], y[2], z[2], step;
5-	if(dev[0x0f]) return 0;
6 	for(step = 0x80000000; step; step--) {
7 		switch(ram[pc++]) {
8 		/* BRK */ case 0x00: return 1;