summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/apple2e.h
blob: 29c45d5f9b4f947df58af49a11894d0a09898a9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/***************************************************************************

    includes/apple2e.h

***************************************************************************/

#ifndef APPLE2E_H_
#define APPLE2E_H_

INPUT_PORTS_EXTERN( apple2ep );

#endif /* APPLE2E_H_ */