diosmios/dol.h
crediar@rypp.net 7f75f5eb1e Cheating:
*Due space limitations only the debug version of kenobigc is supported, this means there is a bit less space for cheats.


git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@2 be6c1b03-d731-4111-a574-e37d80d43941
2012-06-23 18:08:56 +00:00

17 lines
330 B
C

#ifndef _DOL_
#define _DOL_
typedef struct {
unsigned int offsetText[7];
unsigned int offsetData[11];
unsigned int addressText[7];
unsigned int addressData[11];
unsigned int sizeText[7];
unsigned int sizeData[11];
unsigned int addressBSS;
unsigned int sizeBSS;
unsigned int entrypoint;
} dolhdr;
#endif