mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
12 lines
198 B
C
12 lines
198 B
C
#ifndef UAE_A2065_H
|
|
#define UAE_A2065_H
|
|
|
|
#ifdef A2065
|
|
|
|
extern bool a2065_init (struct autoconfig_info *aci);
|
|
extern bool ariadne_init(struct autoconfig_info *aci);
|
|
|
|
#endif
|
|
|
|
#endif /* UAE_A2065_H */
|