Added missing implementation of `getUsableName()`

This commit is contained in:
Tristan B. Kildaire 2021-11-02 17:06:36 +02:00
parent 4dd7e281a2
commit 94d3128efe
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ public final class RichardRegister : Register
inUse = false;
}
public override string getUsableName()
{
return curName;
}
public override void allocate(ubyte size)
{
curSize = size;