1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Add further note to future self.

This commit is contained in:
Thomas Harte 2021-04-24 23:19:41 -04:00
parent 1c2ea0d7fe
commit 14ae579fca

View File

@ -30,6 +30,8 @@ std::unique_ptr<Analyser::Static::Target> 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;