EightBit/M6502/HarteTest_6502/ram_t.cpp
Adrian Conlon e63ace34e9 Simplifications of json usage. No slow down.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-21 22:43:16 +01:00

6 lines
108 B
C++

#include "stdafx.h"
#include "ram_t.h"
ram_t::ram_t(simdjson::dom::array input) noexcept
: m_raw(input) {}