summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i960/i960dis.h
blob: 881e72d6fce28045f31fd2cc15f8565f77dd43e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// license:???
// copyright-holders:???
#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__ */