mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
12 lines
199 B
C++
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;
|