summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816o1.c
blob: 4b277c9abf2b93878a3d810e0803a29c5c2f76da (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_M0X1
#include "g65816op.h"