1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Processors/6502/CPU6502.cpp

12 lines
199 B
C++

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