EightBit/M6502/HarteTest_6502/opcode_test_suite_t.cpp

6 lines
148 B
C++
Raw Normal View History

#include "stdafx.h"
#include "opcode_test_suite_t.h"
opcode_test_suite_t::opcode_test_suite_t(const std::string path) noexcept
: parser_t(path) {}