1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-02 02:49:28 +00:00
CLK/Processors/6502/6502.cpp

12 lines
198 B
C++

//
// 6502.cpp
// CLK
//
// Created by Thomas Harte on 09/07/2015.
// Copyright © 2015 Thomas Harte. All rights reserved.
//
#include "6502.hpp"
const uint8_t CPU::MOS6502::JamOpcode = 0xf2;