summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/smartmedia.hch
diff options
context:
space:
mode:
authorMarcel Lauwerijssen <paranoya@morphcore.com>2005-02-24 16:08:36 (GMT)
committerMarcel Lauwerijssen <paranoya@morphcore.com>2005-02-24 16:08:36 (GMT)
commitcb7151b6531d091cb6f7e9a01d10c2bbdf6aaf52 (patch)
tree746e6ad4b8f2d442182f2effdcebc1c530d5a637 /Graphic_Equalizer/include/smartmedia.hch
parentcdcd2323162359227d0c8c0d5b0483bc7e1e09fe (diff)
downloadTASS-cb7151b6531d091cb6f7e9a01d10c2bbdf6aaf52.zip
TASS-cb7151b6531d091cb6f7e9a01d10c2bbdf6aaf52.tar.gz
TASS-cb7151b6531d091cb6f7e9a01d10c2bbdf6aaf52.tar.bz2
Added text switching button (sm-card/line-in) to application
Diffstat (limited to 'Graphic_Equalizer/include/smartmedia.hch')
-rw-r--r--Graphic_Equalizer/include/smartmedia.hch27
1 files changed, 13 insertions, 14 deletions
diff --git a/Graphic_Equalizer/include/smartmedia.hch b/Graphic_Equalizer/include/smartmedia.hch
index b183b9d..536044a 100644
--- a/Graphic_Equalizer/include/smartmedia.hch
+++ b/Graphic_Equalizer/include/smartmedia.hch
@@ -33,18 +33,19 @@
/*
* The different stages the smart media loaders knows.
*/
-#define STAGE_LOAD_DEMO_PRESET 0x00
-#define STAGE_LOAD_RESET_PRESET 0x01
-#define STAGE_LOAD_SKIN 0x02
-#define STAGE_LOAD_HELP 0x03
-#define STAGE_LOAD_GRAPH 0x04
-#define STAGE_LOAD_TOP_FONTYS 0x05
-#define STAGE_LOAD_TOP_TASS 0x06
-#define STAGE_LOAD_TOP_TRANSFER 0x07
-#define STAGE_LOAD_TOP_CELOXICA 0x08
-#define STAGE_LOAD_TOP_DETAILS 0x09
-#define STAGE_LOAD_ABOUT_BOTTOM 0x0a
-#define STAGE_LOAD_AUDIO_PLAYER 0x0b
+#define STAGE_LOAD_DEMO_PRESET 0x00
+#define STAGE_LOAD_RESET_PRESET 0x01
+#define STAGE_LOAD_SKIN 0x02
+#define STAGE_LOAD_HELP 0x03
+#define STAGE_LOAD_GRAPH 0x04
+#define STAGE_LOAD_TOP_FONTYS 0x05
+#define STAGE_LOAD_TOP_TASS 0x06
+#define STAGE_LOAD_TOP_TRANSFER 0x07
+#define STAGE_LOAD_TOP_CELOXICA 0x08
+#define STAGE_LOAD_TOP_DETAILS 0x09
+#define STAGE_LOAD_ABOUT_BOTTOM 0x0a
+#define STAGE_LOAD_AUDIO_PLAYER 0x0b
+#define STAGE_LOAD_INPUT_SELECT_TEXT 0x0c
@@ -73,8 +74,6 @@ unsigned 1 smartmedia_loaddata(skindata_t *skindata);
void change_track(unsigned 2 track_index);
-void empty_buffers(signed 18 *buffer, unsigned 7 buffer_size);
-
/*
* This function loads samplecount samples from the smartmedia.
*/