|
V09b_coderguide_eng
veejingSX v0.9b coder guide.
veejingSX v0.9bCopyright 2011 303bcn Compile instructionsTo compile the program <veejingSX_v09b.c> and its parts, is necessary to install the following software:
For the compilation of this software has been used SDCC version: SDCC v 2.9.7 #5761 (Mar 29 2010) (MINGW32) If you use another version, you may need to make adjustments to the code and/or the scripts that accompany it. In the event of an error in the compilation, documentation checks, changes regarding the SDCC 2.9.7. Along with the sources include FillFile.exe tool, and the binary rom_header.bin, provided by Nerlaska Studio (http://www.nerlaska.com/). These are necessary to generate the final file format ROM. This application is designed to run on a Windows system console. For other operating systems have to find or create an equivalent. FillFile, filled with FF value, the end of a binary file to get the size of a ROM. In this case must be 32K (32768 bytes). The binary header can be removed easily using a code initialization (startup) to ROMs (see http://msx.atlantes.org/index_en.html). The project is composed of the next items:
To compile the project, it first has to compile all the elements, leaving the end the main program (veejingSX_v09b.c). Is included for each part of the project, a script (bat) with the sequence needed to compile each.
CollaborateIf you want to collaborate on the project (improvements, corrections, ideas, translations, etc), contact me by email address: mvac303bcn@gmail.com |