mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2025-01-31 10:30:05 +00:00
Add TODO about Opcode.apply being currently unused
This commit is contained in:
parent
1dcd16744b
commit
079036042a
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user