/* Copyright 2010, Astrid Smith * GPL * * A Linux tool to turn a rom dump into an 89g file of rom segments. */ #include #include int main(int argc, char **argv) { Ti9xFlash content; tifiles_init(); return 0; }