summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v30mz/necintrf.h
blob: 0bc97f84d88a71697df21367470e27ae39f3c76e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ASG 971222 -- rewrote this interface */
#ifndef __NECINTRF_H__
#define __NECINTRF_H__

#include "cpuintrf.h"

enum
{
	NEC_PC=0,
	NEC_IP, NEC_AW, NEC_CW, NEC_DW, NEC_BW, NEC_SP, NEC_BP, NEC_IX, NEC_IY,
	NEC_FLAGS, NEC_ES, NEC_CS, NEC_SS, NEC_DS,
	NEC_VECTOR, NEC_PENDING
};

/* Public functions */
extern void v30mz_get_info(UINT32 state, cpuinfo *info);

#endif /* __NECINTRF_H__ */