NeoGeo conversion tools by Charles Doty (cdoty@netzero.net)

This archive contains:
MapNG.cpp and MapNG.exe (Win32 console app).
    Converts maps from MapMaker
    (http://www.geocities.com/SiliconValley/Vista/6774/Projects.html#Map) to
    NeoGeo format.

    To use type: 
    'MapNG Offset Infile Outfile'
    
    The offset is added to the tile number to determine where the tiles comes 
    from. (For example tile 27, offset 3 would be saved as 27 + 3). This 
    program also converts the numbers to Motorola 68000 byte ordering.

TileNG.cpp TileNG.exe (Win32 console app).
    Converts a 256 color (only first 16 colors indexes used) PCX to 16 x 16 
    NeoGeo Sprite banks(2).

    To use type:
    'TileNG Offset Infile Rom1 Rom2 [Palette]'
    
    The palette is optional. Width and height of the PCX must be a multiple of 
    16.
    
FixNG.cpp FixNG.exe (Win32 console app).
    Converts a 256 color (only first 16 colors indexes used) PCX to a 8 x 8 
    NeoGeo Fix bank.

    To use type:
    'FixNG Offset Infile Rom [Palette]'
    
    The palette is optional. Width and height of the PCX must be a multiple of 
    8.
    
Flip.cpp and Flip.exe (Win32 console app).
    Flips a binary file, and pads to 512k.

    To use type: 
    'Flip Infile Rom'


A site dedicated to arcade system development is available at 
http://arcadedev.vintagegaming.com.
