#pragma once #include "IOValues/memory_io_values.hpp" namespace JabyEngine { namespace Memory_IO { using namespace Memory_IO_Values; using CD_DELAY_IO = IOPort; using COM_DELAY_IO = IOPort; static auto& CD_DELAY = __new_declare_io_port(CD_DELAY_IO, 0x1F801018); static auto& COM_DELAY = __new_declare_io_port(COM_DELAY_IO, 0x1F801020); } }