From 14ae579fca5c9a9839dc9d096af5c4a52294f311 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 24 Apr 2021 23:19:41 -0400 Subject: [PATCH] Add further note to future self. --- Storage/State/SNA.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Storage/State/SNA.cpp b/Storage/State/SNA.cpp index 7199a5c2f..15595cab2 100644 --- a/Storage/State/SNA.cpp +++ b/Storage/State/SNA.cpp @@ -30,6 +30,8 @@ std::unique_ptr SNA::load(const std::string &file_name // 19 interrupt mode // 1A border colour // 1B– 48kb RAM contents + // + // (perform a POP to get the PC) (void)file_name; return nullptr;