00001
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 _M68HC12_IPAC_PARAM_H
00029 #define _M68HC12_IPAC_PARAM_H
00030
00031
00032 #define IPAC
00033
00034 #include "iodg256b.h"
00035
00036 #undef M6811_DEF_BAUD
00037 #define M6811_DEF_BAUD 0x30
00038
00039 #undef RAM_SIZE
00040 #define RAM_SIZE 0x2000
00041
00042 #undef ROM_SIZE
00043 #define ROM_SIZE 0x40000
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
00052