1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/* Copyright 2010, Duncan Smith * GPL * * A Linux tool to turn a rom dump into an 89g file of rom segments. */ #include <tilp/tifiles.h> #include <tilp/macros.h> int main(int argc, char **argv) { Ti9xFlash content; tifiles_init(); return 0; }