summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/smartmedia.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/include/smartmedia.hch')
-rw-r--r--Graphic_Equalizer/include/smartmedia.hch8
1 files changed, 7 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/smartmedia.hch b/Graphic_Equalizer/include/smartmedia.hch
index d05c6d7..b183b9d 100644
--- a/Graphic_Equalizer/include/smartmedia.hch
+++ b/Graphic_Equalizer/include/smartmedia.hch
@@ -44,6 +44,7 @@
#define STAGE_LOAD_TOP_CELOXICA 0x08
#define STAGE_LOAD_TOP_DETAILS 0x09
#define STAGE_LOAD_ABOUT_BOTTOM 0x0a
+#define STAGE_LOAD_AUDIO_PLAYER 0x0b
@@ -69,6 +70,11 @@ inline unsigned 1 smartmedia_init(void);
*/
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.
*/
@@ -83,7 +89,7 @@ void smartmedia_read_bytes(unsigned 8 *data, unsigned 8 bytecount);
/*
* Generic funtion to set the read address at the SmartMedia card
*/
-void smartmedia_set_read_address(unsigned 20 address);
+void smartmedia_set_read_address(unsigned 27 address);
#else
#error "ERROR file smartmedia.hch multiple times included"