summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/v20intf.h
blob: 6c8a871485983148627a52e3a136c6208b0371f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ASG 971222 -- rewrote this interface */
#pragma once

#ifndef __V20INTF_H__
#define __V20INTF_H__

#include "i86intrf.h"
#include "v30intrf.h"

/* Public functions */
CPU_GET_INFO( v20 );

#endif /* __V20INTF_H__ */