diff options
author | FIX94 <fix94.1@gmail.com> | 2016-04-22 15:08:18 +0200 |
---|---|---|
committer | FIX94 <fix94.1@gmail.com> | 2016-04-22 15:08:18 +0200 |
commit | 098b3d74b96827febcbcb18ddb08e8d318b4631d (patch) | |
tree | 6984dd4ea9e8b0e500d1a7d6f58451402e0954de /gba/source | |
parent | 089ba86faf70be52e25eef5bbfbeb54439ea67f6 (diff) | |
download | gen3uploader-098b3d74b96827febcbcb18ddb08e8d318b4631d.tar.gz gen3uploader-098b3d74b96827febcbcb18ddb08e8d318b4631d.tar.bz2 gen3uploader-098b3d74b96827febcbcb18ddb08e8d318b4631d.zip |
-make sure to correct filenames with invalid filesystem characters (issue #3)
-corrected the si transfer delay code to only have one properly set delay
Diffstat (limited to 'gba/source')
-rw-r--r-- | gba/source/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gba/source/main.c b/gba/source/main.c index d3782a6..f309db2 100644 --- a/gba/source/main.c +++ b/gba/source/main.c | |||
@@ -56,7 +56,7 @@ int main(void) { | |||
56 | // ansi escape sequence to set print co-ordinates | 56 | // ansi escape sequence to set print co-ordinates |
57 | // /x1b[line;columnH | 57 | // /x1b[line;columnH |
58 | u32 i; | 58 | u32 i; |
59 | iprintf("\x1b[9;2HGBA Link Cable Dumper v1.4\n"); | 59 | iprintf("\x1b[9;2HGBA Link Cable Dumper v1.5\n"); |
60 | iprintf("\x1b[10;4HPlease look at the TV\n"); | 60 | iprintf("\x1b[10;4HPlease look at the TV\n"); |
61 | // disable this, needs power | 61 | // disable this, needs power |
62 | SNDSTAT = 0; | 62 | SNDSTAT = 0; |