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_6270_PARAM_H
00029 #define _M68HC11_ARCH_6270_PARAM_H
00030
00031
00032 #ifndef M6811_6270
00033 # define M6811_6270
00034 #endif
00035
00036 #undef M6811_DEF_BAUD
00037 #define M6811_DEF_BAUD 0x30
00038
00039 #undef RAM_SIZE
00040 #define RAM_SIZE 4096
00041
00042 #undef ROM_SIZE
00043 #define ROM_SIZE 24576
00044
00045 #undef DATA_SIZE
00046 # define DATA_SIZE RAM_SIZE
00047
00048 #undef TEXT_SIZE
00049 #define TEXT_SIZE ROM_SIZE
00050
00051 #endif
|