mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Scale TSC2102 touchscreen pressure value more realistically (still could be better).
PalmOS 5.2.1 now fully boots. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3741 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1f58732916
commit
8ef6367ea9
4 changed files with 11 additions and 8 deletions
2
hw/sd.c
2
hw/sd.c
|
@ -397,7 +397,7 @@ static void sd_cardchange(void *opaque)
|
|||
}
|
||||
|
||||
/* We do not model the chip select pin, so allow the board to select
|
||||
whether card should be in SSI ot MMC/SD mode. It is also up to the
|
||||
whether card should be in SSI or MMC/SD mode. It is also up to the
|
||||
board to ensure that ssi transfers only occur when the chip select
|
||||
is asserted. */
|
||||
SDState *sd_init(BlockDriverState *bs, int is_spi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue