mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Added Random number generator
This commit is contained in:
@@ -64,7 +64,7 @@ public class CubotLidar extends CpuHardware implements JSONSerialisable {
|
||||
//Write to memory
|
||||
byte[] mem = getCpu().getMemory().getBytes();
|
||||
|
||||
int counter = 0; //todo get memory address from config/constant
|
||||
int counter = MEMORY_PATH_START;
|
||||
|
||||
if (nodes != null) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user