mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-02 02:49:28 +00:00
12 lines
198 B
C++
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;
|