summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i960/i960dis.h
blob: 6ad878ee1195ba436203c86d07e1897a31d5b2a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, R. Belmont
#ifndef __I960DIS_H__
#define __I960DIS_H__

struct disassemble_t
{
	char        *buffer;    // output buffer
	unsigned long   IP;
	unsigned long   IPinc;
	const UINT8 *oprom;
	UINT32 disflags;
};

#endif /* __I960DIS_H__ */