added code to access MIDI and IKBD in mmu.c
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
/*
|
||||
* 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
|
||||
#define keyctl 0xfffc00
|
||||
#define keybd 0xfffc02
|
||||
#define midictl 0xfffc04
|
||||
#define midi 0xfffc06
|
||||
|
||||
#endif /* _ACIA_H_ */
|
||||
|
||||
Reference in New Issue
Block a user