summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-05-05adjusted to the differend LCDs and for no LCD at all... :-)Daniel Stenberg1-0/+8
2002-05-05Improved the randomise playlist function pretty major. This one will runDaniel Stenberg1-60/+16
2002-05-05builds wavey's playlist test harness on Linux/unixDaniel Stenberg1-0/+56
2002-05-05minor protection to not re-define O_RDONLY if it is already definedDaniel Stenberg1-0/+2
2002-05-05include file.h (important for the x11 sim to work) and types.h (as thatDaniel Stenberg1-18/+3
2002-05-05proto and struct for id3-infoDaniel Stenberg1-0/+34
2002-05-04Added weird circumvention macros for SIMULATOR builds. When we build aDaniel Stenberg2-2/+22
2002-05-04get the chartables even for non-bitmap displays when we simulateDaniel Stenberg1-2/+2
2002-05-03Added opendir, closedir and readdirBjörn Stenberg4-27/+133
2002-05-03Changed to global 'bpb' structBjörn Stenberg2-196/+176
2002-05-03First sound checkLinus Nielsen Feltzing1-23/+64
2002-05-03Doubled the buffer sizeLinus Nielsen Feltzing1-5/+5
2002-05-03Added a few functionsLinus Nielsen Feltzing2-4/+10
2002-05-03Added disk/partition handlingBjörn Stenberg8-58/+164
2002-05-03lcd_drawrect addedRobert Hak2-0/+14
2002-05-02Early MP3 playing testLinus Nielsen Feltzing2-1/+89
2002-05-02Added mas_run functionLinus Nielsen Feltzing2-0/+20
2002-05-02Just to create a C array with mp3 dataLinus Nielsen Feltzing1-0/+31
2002-05-02New sprintf.Linus Nielsen Feltzing2-3/+4
2002-05-02Added DEBUG macro. Now uses our own sprintf.Linus Nielsen Feltzing1-3/+4
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg10-128/+122
2002-05-02Revert last changeBjörn Stenberg1-4/+0
2002-05-02Added support for %%Björn Stenberg1-0/+4
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg6-15/+140
2002-05-02Added flagsBjörn Stenberg1-0/+4
2002-05-02Count me too... count meRobert Hak1-0/+1
2002-05-02Reverted the 1.10 and 1.11 changes, as they don't work.Daniel Stenberg1-28/+42
2002-05-02I write code too... :)Björn Stenberg1-1/+1
2002-05-01fixed lcd_bitmap, again. Works for y%8 != 0 as well now.Felix Arends1-23/+18
2002-05-01fixed lcd_bitmap code.Felix Arends1-41/+32
2002-05-01corrected the load-file pathDaniel Stenberg1-1/+1
2002-05-01lcd_puts() uses the new fontheight table nowDaniel Stenberg1-11/+2
2002-05-01Added lcd_fontsize() that returns the size of a given fontDaniel Stenberg2-0/+14
2002-05-01removed WIN32 compiler directiveFelix Arends1-3/+2
2002-05-01applied c standard to memory allocation so this will compile with win32 simul...Felix Arends1-1/+1
2002-05-01win32 simulator compabilityFelix Arends1-0/+6
2002-04-30Win32 Simulator compability:Felix Arends1-0/+3
2002-04-30again, a little win32 simulator compability fixFelix Arends1-0/+1
2002-04-30added -DCRT_DISPLAYStuart Martin1-2/+2
2002-04-30removing #define CRT_DISPLAY ;)Stuart Martin1-1/+0
2002-04-30defaulting #define CRT_DISPLAY to offStuart Martin1-2/+1
2002-04-30added #ifdef CRT_DISPLAY to provide a printf version of debug()Stuart Martin1-0/+22
2002-04-30desc & qsStuart Martin1-0/+84
2002-04-30win32 makefile for harnessStuart Martin1-0/+43
2002-04-30test harness for playlists & settingsStuart Martin2-0/+131
2002-04-30additional #definesStuart Martin1-0/+15
2002-04-30functions for panic functionsStuart Martin1-0/+52
2002-04-30header for panic functionsStuart Martin1-0/+26
2002-04-30functions for high level disk operationsStuart Martin1-0/+134
2002-04-30high level disk operationsStuart Martin1-0/+41