summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816o2.cpp
blob: 63a8157e96196bce6c81bbf4265e19abf7841147 (plain) (blame)
1
2
3
4
5
6
7
8
// license:BSD-3-Clause
// copyright-holders:Karl Stenerud
#include "emu.h"
#include "debugger.h"
#include "g65816.h"
#include "g65816cm.h"
#define EXECUTION_MODE EXECUTION_MODE_M1X0
#include "g65816op.h"