From 079036042a917493445fea375ed5bd116d639262 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 12 Jun 2019 21:42:17 +0100 Subject: [PATCH] Add TODO about Opcode.apply being currently unused --- transcoder/opcodes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transcoder/opcodes.py b/transcoder/opcodes.py index 0c9d4da..4fa8d07 100644 --- a/transcoder/opcodes.py +++ b/transcoder/opcodes.py @@ -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