int2intv icon indicating copy to clipboard operation
int2intv copied to clipboard

Suggestion: Functionality to automatically parse memory map from .cfg files

Open spspspspspsp opened this issue 4 years ago • 12 comments

This is a great little tool. Thank you very much. I have been using it to convert homebrew titles to the .intv format. It is easy to use, and the code is easy to understand, even for someone like myself who has not used c++ in ages.

To convert homebrew titles, I have been looking at the .cfg files and manually converting the memory map to the format used by int2intv. It is a simple process, but it takes some time for me to calculate the ranges in hexidecimal.

A nice feature would be if .cfg files could be passed as a parameter, and then the memory map could be automatically extracted.

So far almost every homebrew title I have looked at has had a different map, so the conversion is slow going.

Also, Aardvark has five banks. I modified my local copy to have an extra bank.

int2intv_rev.zip

spspspspspsp avatar Jan 21 '21 01:01 spspspspspsp