Lines 162-172
Link Here
|
162 |
**#################################################################################################*/ |
162 |
**#################################################################################################*/ |
163 |
|
163 |
|
164 |
/* PC and pointer pair */ |
164 |
/* PC and pointer pair */ |
165 |
struct pc_ptr_pair |
165 |
/*struct pc_ptr_pair |
166 |
{ |
166 |
{ |
167 |
UINT32 pc; |
167 |
UINT32 pc; |
168 |
UINT8 * target; |
168 |
UINT8 * target; |
169 |
}; |
169 |
};*/ |
170 |
|
170 |
|
171 |
|
171 |
|
172 |
/* memory access function table */ |
172 |
/* memory access function table */ |
Lines 358-364
Link Here
|
358 |
|
358 |
|
359 |
/* fill in the config */ |
359 |
/* fill in the config */ |
360 |
memset(&drconfig, 0, sizeof(drconfig)); |
360 |
memset(&drconfig, 0, sizeof(drconfig)); |
361 |
drconfig.cachesize = CACHE_SIZE; |
361 |
drconfig.cache_size = CACHE_SIZE; |
|
|
362 |
drconfig.max_instructions = MAX_INSTRUCTIONS; |
362 |
drconfig.address_bits = 32; |
363 |
drconfig.address_bits = 32; |
363 |
drconfig.lsbs_to_ignore = 2; |
364 |
drconfig.lsbs_to_ignore = 2; |
364 |
drconfig.uses_fp = 1; |
365 |
drconfig.uses_fp = 1; |