added include file for ACIA registers

This commit is contained in:
Markus Fröschle
2013-12-11 05:58:19 +00:00
parent 500b581a61
commit 3277b64bed
2 changed files with 26 additions and 24 deletions

12
include/acia.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _ACIA_H_
#define _ACIA_H_
/*
* ACIA registers
*/
#define keyctl volatile uint8_t *0xfffc00
#define keybd volatile uint8_t *0xfffc02
#define midictl volatile uint8_t *0xfffc04
#define midi volatile uint8_t *0xfffc06
#endif /* _ACIA_H_ */