diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/rom-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/rom-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,305 @@ + + + + + rom + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module rom + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module rom

source code

+This modules implements rombuilders.

+ + + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + IMakerRomBuilder
+ Configuration Builder for iMaker tool. +
+   + + RomBuilder
+ Builder that create roms using makefpsx. +
+   + + Image
+ An Image object represents a ROM image, or .fpsx file. +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
get_abstract_parents(config)
+ Create from a config element a list of parent +that are abstract (not buildable).
+ source code + +
+ +
+   + + + + + + +
read_file_content(filename)
+ Read the whole file content.
+ source code + +
+ +
+   + + + + + + +
escape_string(string, + config)
+ Escape a string recursively.
+ source code + +
+ +
+   + + + + + + +
get_makefile_target(text)
+ Retrieve the target name of a step
+ source code + +
+ +
+   + + + + + + +
remove_duplicates(array)
+ Remove dusplicates values from an array.
+ source code + +
+ +
+   + + + + + + +
get_product_path_bsf(product)
+ Get product path using the BSF.
+ source code + +
+ +
+   + + + + + + +
get_product_path_var(product)
+ Get product path using the new tool.
+ source code + +
+ +
+ + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + logger = logging.getLogger("rom") +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +