Another-World-Bytecode-Interpreter icon indicating copy to clipboard operation
Another-World-Bytecode-Interpreter copied to clipboard

_memList array should be dinamically allocated

Open felipesanches opened this issue 11 years ago • 0 comments

Currently we have an arbitrary number of 150 memory entries hardcoded in resource.h

Ideally we should parse MEMLIST.BIN once to figure out the ammount of resources, dinamically allocate the ammount of memory needed for the array and then re-parse the MEMLIST.BIN file to populate the _memList array.

happy hacking, Felipe "Juca" Sanches

felipesanches avatar Apr 01 '13 23:04 felipesanches