Changeset 2ee52fb in thomson


Ignore:
Timestamp:
Mar 13, 2015, 10:11:15 PM (9 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
5095d40
Parents:
5b27b9f
Message:

Fix address of MEA8000.

The TechniMusique syntetizer is a bit too forgiving in what it allows...

git-svn-id: svn://localhost/thomson@57 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/C/F14/main.c

    r5b27b9f r2ee52fb  
    1212};
    1313
    14 #define MEA_CMD *(volatile unsigned char*)(0xA7CF)
    15 #define MEA_DATA *(volatile unsigned char*)(0xA7CE)
     14#define MEA_CMD *(volatile unsigned char*)(0xA7FF)
     15#define MEA_DATA *(volatile unsigned char*)(0xA7FE)
    1616
    1717        static const unsigned char patterns[] =
Note: See TracChangeset for help on using the changeset viewer.