#pragma once #include namespace zx_ula { int port_in(); void port_out(int val); uint8_t get_border_color(); }