mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2024-12-30 15:29:26 +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
|
||||
|
||||
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…
Reference in New Issue
Block a user