Hello!
Long time since my last visit here, many years have passed
First the long story: in the last weeks I recovered from the bag of goodies my old GBA and my Ez Flash just to rediscover the polish of so many titles.
Starting from this I recovered an old project that I had started time ago, a rom manager written in Java (I'm not a Windows user anymore so I needed cross-platform compatibility) that was meant to be an all around manager with multiple kind of dat support and such on.
The approach of the tool will be totally plugin based so that any one able to develop in Java could contribute by writing a specific plugin (for a single or multiple consoles) that does something, let it be organize a romset, or apply a path or download an asset or whatever.
The project is in good shape and shortly it could be used for basic things (as scanning, renaming and organizing by folders) but since I need to enrich the functionality to test the plugin framework (and I need to avoid using the EZ IV Client since I can't) I'd like to implement basic funcionality offered by GBATA tool as plugins inside the manager.
Now the short story comes: I'm practical with technical documents by being a hobby-project made in spare time I have no time to search for them so I'd like to know if you can promptly point me toward specific info about:
The project is totally souce code, under MIT License and hosted on github here: http://github.com/Jakz/rom-manager, feel free to contribute in case!
Some screenshots just to give you a sneak peek:
Long time since my last visit here, many years have passed
First the long story: in the last weeks I recovered from the bag of goodies my old GBA and my Ez Flash just to rediscover the polish of so many titles.
Starting from this I recovered an old project that I had started time ago, a rom manager written in Java (I'm not a Windows user anymore so I needed cross-platform compatibility) that was meant to be an all around manager with multiple kind of dat support and such on.
The approach of the tool will be totally plugin based so that any one able to develop in Java could contribute by writing a specific plugin (for a single or multiple consoles) that does something, let it be organize a romset, or apply a path or download an asset or whatever.
The project is in good shape and shortly it could be used for basic things (as scanning, renaming and organizing by folders) but since I need to enrich the functionality to test the plugin framework (and I need to avoid using the EZ IV Client since I can't) I'd like to implement basic funcionality offered by GBATA tool as plugins inside the manager.
Now the short story comes: I'm practical with technical documents by being a hobby-project made in spare time I have no time to search for them so I'd like to know if you can promptly point me toward specific info about:
- save patching (I found this thread which could be useful: http://gbatemp.net/threads/reverse-engineering-gba-patching.60168) but broader info like if save patching applies in the same way to all carts or each one requires different things, special exceptions and such
- soft/hard reset
- sleep mode
- rom trimming (checks or algorithms needed for GBA and/or potentially other consoles)
- removing intro
- fixing overdumps
The project is totally souce code, under MIT License and hosted on github here: http://github.com/Jakz/rom-manager, feel free to contribute in case!
Some screenshots just to give you a sneak peek:
Last edited by Jack,
, Reason: forgot to add sleep/soft reset/hard reset








