From 48aaaa74f7052e870d43e840a069eeda7729f404 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sat, 24 Jul 2010 16:48:51 -0700 Subject: Created ROM packager utility stub --- packager.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packager.c (limited to 'packager.c') diff --git a/packager.c b/packager.c new file mode 100644 index 0000000..0344cb0 --- /dev/null +++ b/packager.c @@ -0,0 +1,20 @@ +/* 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; +} -- cgit v1.2.3