sc68fordevelopers
2.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
io68
io68.h
1
/*
2
* @ingroup io68_devel
3
* @file io68/io68.h
4
* @author Benjamin Gerard <ben@sashipa.com>
5
* @date 1999/03/20
6
* @brief io68 gLobal includes
7
*
8
* $Id: io68.h,v 2.0 2003/08/21 04:58:35 benjihan Exp $
9
*/
10
11
/* Copyright (C) 1998-2001 Ben(jamin) Gerard */
12
13
#ifndef _IO68_H_
14
#define _IO68_H_
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
#include "
io68/ym_io.h
"
21
#include "
io68/mw_io.h
"
22
#include "
io68/shifter_io.h
"
23
#include "
io68/mfp_io.h
"
24
#include "
io68/paula_io.h
"
25
#include "
io68/ymemul.h
"
26
#include "
io68/mwemul.h
"
27
#include "
io68/mfpemul.h
"
28
#include "
io68/paulaemul.h
"
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* #ifndef _IO68_H_ */
paula_io.h
Paula IO plugin (Amiga sound).
ym_io.h
YM-2149 emulator plugin.
paulaemul.h
Paula emulator (Amiga soundchip).
shifter_io.h
IO plugin for shifter emulation (50/60hz probing)
mwemul.h
MicroWire - STE sound emulator.
ymemul.h
YM-2149 emulator.
mfpemul.h
MFP-68901 emulator.
mw_io.h
MicroWire IO plugin (STE soundchip).
mfp_io.h
MFP-68901 emulator plugin.
Generated by
1.8.10