⛏️ index : haiku.git

/*
 * Copyright 2008, Haiku Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *		FranΓ§ois Revol <revol@free.fr>
 */
#ifndef _MFP_H
#define _MFP_H

/*
 * references:
 * http://alive.atari.org/hosting/docs/atari/st/MFP.htm
 */

#define MFP_GPDR	0x01
#define MFP_AER		0x03
#define MFP_DDR		0x05
#define MFP_IERA	0x07
#define MFP_IERB	0x09
#define MFP_IPRA	0x0b
#define MFP_IPRB	0x0d
#define MFP_ISRA	0x0f
#define MFP_ISRB	0x11
#define MFP_IMRA	0x13
#define MFP_IMRB	0x15
#define MFP_VR		0x17
#define MFP_TACR	0x19
#define MFP_TBCR	0x1b
#define MFP_TCDCR	0x1d
#define MFP_TADR	0x1f
#define MFP_TBDR	0x21
#define MFP_TCDR	0x23
#define MFP_TDDR	0x25
//XXX

#endif /* _MFP_H */