aboutsummaryrefslogtreecommitdiffstats
path: root/hw/musicpal.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-26/+0
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-3/+3
2008-10-28Set default max_cpus to one.balrog1-2/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-07-01Implement resolution switching in common console code.pbrook1-11/+4
2008-06-08Enhance sendkey with key hold time (Jan Kiszka).balrog1-6/+0
2008-06-02MusicPal: Restore display size after invalidation (Jan Kiszka).balrog1-2/+15
2008-05-17musicpal: Improve button handling (Jan Kiszka).balrog1-10/+17
2008-05-07Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka).balrog1-8/+8
2008-05-06MusicPal: fix gcc4 build (Jan Kiszka).balrog1-7/+9
2008-05-048250: Customized base baudrateaurel321-2/+2
2008-05-04MusicPal mono playback support.balrog1-14/+29
2008-05-04Remove debug sample rate slowdown.balrog1-1/+1
2008-05-04Use external clock in wm8750 slave mode.balrog1-0/+16
2008-05-02Musicpal: convert to ram_addr_tbalrog1-3/+3
2008-04-27musicpal: Fix output level of 8-bit samples (Jan Kiszka).balrog1-3/+3
2008-04-26Let WM8750 users write to audio buffer directly.balrog1-8/+10
2008-04-25Fix MusicPal LCD on non-32 bpp displays or with -nographic.balrog1-20/+38
2008-04-24ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog1-0/+1456