|
__init__(self,
config)
Initialise the Image object. |
source code
|
|
|
build(self)
Main method that handles the whole sequence of building the rom and
moving all related files to the correct location. |
source code
|
|
|
_create_destination(self)
Creates the destination directory of the ROM files if it does not exist. |
source code
|
|
|
_process_cmt(self)
Copies the CMT image under epoc32 and to the destination directory of
the ROM image, if the image will include the CMT. |
source code
|
|
|
|
|
_process_my_traces(self)
Generates a mytraces.txt file under epoc32 based on the <mytraces/>
XML sub-elements defined for the image. |
source code
|
|
|
_callrommake(self)
Calls the make_fpsx.cmd to build a ROM image. |
source code
|
|
|
|
|
|
|
__str__(self)
Returns the filename of the image file once copied to the
*_flash_images directory. |
source code
|
|