1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-29 12:50:28 +00:00
CLK/Processors/6502/CPU6502.cpp

12 lines
204 B
C++

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