summaryrefslogtreecommitdiff
path: root/cleopatre/tools
diff options
context:
space:
mode:
authorlefranc2010-03-31 12:28:01 +0000
committerlefranc2010-03-31 12:28:01 +0000
commite2ac4405e8879729f019effadc787b3fcc5c7268 (patch)
tree316e01cefd1b9e5d27e05a44bb9e5b8682a16cc7 /cleopatre/tools
parent0b0ea20d4c82c73b75581a8e6383826709ffa48b (diff)
cleo/tools/genNVRAM: fix EoC tonemask start to 74 instead of 86
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6863 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/tools')
-rw-r--r--cleopatre/tools/genNVRAM/genNVRAM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/tools/genNVRAM/genNVRAM.c b/cleopatre/tools/genNVRAM/genNVRAM.c
index f516c38876..e8c4e70658 100644
--- a/cleopatre/tools/genNVRAM/genNVRAM.c
+++ b/cleopatre/tools/genNVRAM/genNVRAM.c
@@ -85,7 +85,7 @@
}
#define EOC_TONEMASK { \
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
- 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, \
+ 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \