mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2025-01-02 05:30:05 +00:00
Add TODO about Opcode.apply being currently unused
This commit is contained in:
parent
721eb3112d
commit
b84f40308b
@ -54,6 +54,9 @@ class Opcode:
|
|||||||
return
|
return
|
||||||
|
|
||||||
def apply(self, state: Machine):
|
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
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user