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")