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

#ifndef __I88INTF_H__
#define __I88INTF_H__

#include "i86intf.h"

/* Public functions */
CPU_GET_INFO( i8088 );

#endif /* __I88INTF_H__ */