Add TODO about Opcode.apply being currently unused

This commit is contained in:
kris 2019-06-12 21:42:17 +01:00
parent 721eb3112d
commit b84f40308b

View File

@ -54,6 +54,9 @@ class Opcode:
return
def apply(self, state: Machine):
# TODO: we are no longer using this, but perhaps should be - it might
# be easier to apply machine state changes (screen/memory
# representations) via callback instead of tracking them individually.
pass