Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Namespaces | Functions | Variables
m65-memcontent-generator.py File Reference

Go to the source code of this file.

Namespaces

 m65-memcontent-generator
 

Functions

def bin_dump (data)
 

Variables

string PROTOTYPE = "const Uint8"
 
int MEMCONTENT_VERSION_ID = 2
 
dictionary FILE_DB
 
string HEADER
 
 files_done = set()
 
 c_file = sys.argv[1]
 
 h_file = sys.argv[2]
 
 in_files = sys.argv[3:]
 
string c_data = HEADER
 
string h_data = HEADER
 
 on_sd = sorted([k for k, v in FILE_DB.items() if v[1] is not None])
 
 fn_base = fn.split("/")[-1]
 
dictionary fn_id = FILE_DB[fn_base][0]
 
 data = data.read()