summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/main.hcc
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-08 12:20:27 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-08 12:20:27 (GMT)
commit6f6bef0410b3cdb328220c46e63c70940daffb6e (patch)
treeddc161b319610af8a9daf3e930d2fd19416f9189 /Graphic_Equalizer/src/main.hcc
parent965f4825b9a6b5c96e690d50bd744daf7005420e (diff)
downloadTASS-6f6bef0410b3cdb328220c46e63c70940daffb6e.zip
TASS-6f6bef0410b3cdb328220c46e63c70940daffb6e.tar.gz
TASS-6f6bef0410b3cdb328220c46e63c70940daffb6e.tar.bz2
We removed PL2 ram bank 2 references as we don't use it.
Removed excecive string printing.
Diffstat (limited to 'Graphic_Equalizer/src/main.hcc')
-rw-r--r--Graphic_Equalizer/src/main.hcc11
1 files changed, 0 insertions, 11 deletions
diff --git a/Graphic_Equalizer/src/main.hcc b/Graphic_Equalizer/src/main.hcc
index 91509fc..78918b8 100644
--- a/Graphic_Equalizer/src/main.hcc
+++ b/Graphic_Equalizer/src/main.hcc
@@ -73,7 +73,6 @@ void main(void) {
PalVideoOutRequire(1);
PalAudioInRequire(1);
PalAudioOutRequire(1);
- PalPL2RAMRequire(1);
/*
* We verify some datawidths here at compile time. This to ensure
@@ -134,17 +133,7 @@ void main(void) {
result = smartmedia_init();
if (!result) {
#endif
-#if HAVE_DEBUG
- print_string("Loading Skin ...");
-#endif
smartmedia_loaddata(&skindata);
-#if HAVE_DEBUG
- print_eol();
- print_string("Done Loading Skin ...");
- print_eol();
- print_string("Running Main Application.");
- print_eol();
-#endif
/*
* Main application starts here!