OS4 DepotLogo by Nickman 
(anonymous IP: 3.139.72.200,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Cross » gb2ngp.lha

Gb2ngp

Description: Convert Gameboy tile data to Neo Geo Pocket tiles
Download: gb2ngp.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 4kb
Version: 1.1
Date: 25 Mar 2008
Author: jeff@devrs.com, AmigaOS 4.0 compile by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spot/triad se
Category: development/cross
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 3563
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 226  (Current version)
226  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
gb2ngp v1.1 documentation
-------------------------
 by jeff()devrs.com

 This program allows you to convert GameBoy binary
tile data to NeoGeo Pocket tile data. It allows you
to convert from NeoGeo Pocket to GameBoy as well.
The included .exe is for DOS but the C file will
compile under *nix as well.
 
 To compile on *nix do the following:
    cc gb2ngp.c -o gb2ngp

 For help type:
    gb2ngp -h

 Convert from GameBoy to NeoGeo Pocket format:
    gb2ngp < in_file > out_file

 Convert from NeoGeo Pocket to GameBoy format:
    gb2ngp < in_file > out_file


GBTD Export:
 1. For example, to use tiles created with GameBoy Tile Designer
    (GBTD), under File in GBTD select 'Export to...'

 2. Select a Type of 'All-purpose binary file (*.bin)'.

 3. Select your From tile range. Use 0 to 127 if you have 128 tiles.

 4. Format should be GameBoy 4 color.

 5. Counter = None.

 6. Select OK.

 7. Now you can convert the file to NGP tile format using gb2ngp.

 8. You can now include these tiles into the AS assembler using
    BINCLUDE. Or you can convert from binary to asm using 'b2x'
    and include your tileset using INCLUDE.

    (To locate 'b2x' go to devrs.com and search for b2x.)


Copyright © 2004-2024 by Björn Hagström All Rights Reserved