aboutsummaryrefslogtreecommitdiff
path: root/include/evolver.h
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
commitcf9b3de8fcb590eed85112e3427b6223f643c90c (patch)
treed900e53ac2b2fddb12d6f56789701ee826edfac6 /include/evolver.h
parent2aaaca4299306b7a5bf62390c6028bc0a2c1ac73 (diff)
Faults replace instructions randomly.
Diffstat (limited to 'include/evolver.h')
-rw-r--r--include/evolver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/evolver.h b/include/evolver.h
index 15a4f64..ea26c58 100644
--- a/include/evolver.h
+++ b/include/evolver.h
@@ -12,6 +12,7 @@ sbyte se_getLastInst (void);
sword se_getState (sword eidx);
void se_setState (sword eidx, sword state);
+void se_randomizeAt (sword addr);
void se_cycle (void);
#endif