param.h00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _M68HC11_ARCH_CME11_PARAM_H
00029 #define _M68HC11_ARCH_CME11_PARAM_H
00030
00031
00032 #define AX_CME11E9
00033
00034 #undef M6811_DEF_BAUD
00035 #define M6811_DEF_BAUD 0x30
00036
00037 #undef RAM_SIZE
00038 #define RAM_SIZE 32768
00039
00040 #undef ROM_SIZE
00041 #define ROM_SIZE 8192
00042
00043 #undef DATA_SIZE
00044 # define DATA_SIZE (0x1000-0x040)
00045
00046 #undef TEXT_SIZE
00047 #define TEXT_SIZE 8192
00048
00049 #endif
|