diff options
Diffstat (limited to 'packager.c')
| -rw-r--r-- | packager.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packager.c b/packager.c new file mode 100644 index 0000000..cad8f7b --- /dev/null +++ b/packager.c @@ -0,0 +1,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; +} |
