summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/i88intf.h
blob: edde3441fbfde1e7ff3bd117d463f3fa4df8cccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#ifndef __I88INTF_H__
#define __I88INTF_H__

#include "i86intf.h"

/* Public functions */
CPU_GET_INFO( i8088 );
#define CPU_I8088 CPU_GET_INFO_NAME( i8088 )

#endif /* __I88INTF_H__ */