prepare for moving chips

This commit is contained in:
tildearrow 2022-08-19 16:25:32 -05:00
parent 25820ae987
commit 5fe3a3c35a
2 changed files with 54 additions and 0 deletions

View file

@ -905,6 +905,9 @@ class DivEngine {
// remove system
bool removeSystem(int index, bool preserveOrder=true);
// move system
bool swapSystem(int src, int dest, bool preserveOrder=true);
// write to register on system
void poke(int sys, unsigned int addr, unsigned short val);