branched to enable main branch to return to the old MMU handling code since the new style couldn't be made to work (for now).

This commit is contained in:
Markus Fröschle
2014-06-20 16:06:08 +00:00
parent b1d5b71f75
commit 98dacfbc69
201 changed files with 108100 additions and 0 deletions

View File

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