00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #include <blocksize.h>
00018
00019 #undef CUBE1
00020 #undef CUBE3
00021
00022 #define EPROM_BASE 0xe00000 // -- 0xf1ffff
00023 #define CPURAM_BASE 0xfff000 // -- 0xf207ff
00024
00025
00026 #define PTIMER_VECTORNUM 64
00027 #define SCI_BASE 0xfffc00
00028 #define QSM_VECTORNUM 66 // and 67!
00029 #define TPU_BASE 0xfffe00
00030 #define TPU_VECTORBASE 0x80
00031 #define I2CA_BASE 0xffe200
00032
00033 #define I2CA_VECTORNUM 27 // irq3
00034
00035
00036 #define I2CB_BASE 0
00037
00038 #define I2CB_VECTORNUM 0
00039 #define FASTBIN_BASE 0xfe0000
00040
00041 #define RCJ_BASE 0xd00000
00042 #define RCJ_BLOCK CSBLOCK_512K
00043
00044 #define RCJ_CAM_BASE RCJ_BASE
00045 #define RCJFB_BASE RCJ_BASE+0x40000
00046
00047
00048 #define I2C_INITCSA 1
00049
00050 #undef I2C_INITCSB
00051