mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2025-07-19 03:24:05 +00:00
Add TODO about Opcode.apply being currently unused
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user