summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-05-05Disable interrupt only in targetLinus Nielsen Feltzing1-1/+3
2002-05-05Disable interruptLinus Nielsen Feltzing1-1/+4
2002-05-05*** empty log message ***Linus Nielsen Feltzing1-64/+0
2002-05-05Dave Chapman found a problem in the id3v1 tag reading, and providedDaniel Stenberg1-1/+1
2002-05-05removed read_file_into_buffer()Daniel Stenberg2-36/+0
2002-05-05modified protoDaniel Stenberg1-1/+1
2002-05-05Changed how indices are read from a playlist. We just can't read the fullDaniel Stenberg1-32/+24
2002-05-05using the new randomiser, this is_unused_random_in_list() function is notDaniel Stenberg1-31/+0
2002-05-05removed DOS newlines, made it use a static seed for better testsDaniel Stenberg1-7/+6
2002-05-05randomise_playlist() takes a seed argument nowDaniel Stenberg1-1/+1
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