EightBit/M6502/HarteTest_6502/state_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
122 B
C++

#include "stdafx.h"
#include "state_t.h"
state_t::state_t(const simdjson::dom::element input) noexcept
: m_raw(input) {}