Skip to content
/ gbmapviz Public

Script to generate visually navigable HTML from the mapfile produced by RGBDS linker (rgblink)

Notifications You must be signed in to change notification settings

adlpr/gbmapviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gbmapviz

Script to generate visually navigable HTML from the mapfile produced by RGBDS linker rgblink.

Requires Python 3.6+ and Jinja2.

Call at the end of your assembly script for a handy visual debugging aid.

Usage

python gbmapviz.py [-h] [-w] INFNAME

positional arguments:
  INFNAME     input filename (with or without .map extension)

optional arguments:
  -h, --help  show this help message and exit
  -w          single WRAM bank mode (see rgblink -w)
  • read: mapfilename.map
  • output: mapfilename.map.html

About

Script to generate visually navigable HTML from the mapfile produced by RGBDS linker (rgblink)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published