mirror of https://github.com/xqemu/xqemu.git
cuda: remove GET_6805_ADDR command
It doesn't seem to be used, and operating systems should accept a 'unknown command' answer. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
e647317892
commit
e230d43e80
|
@ -733,9 +733,6 @@ static void cuda_receive_packet(CUDAState *s,
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(data[0]) {
|
switch(data[0]) {
|
||||||
case CUDA_GET_6805_ADDR:
|
|
||||||
cuda_send_packet_to_host(s, obuf, 3);
|
|
||||||
return;
|
|
||||||
case CUDA_COMBINED_FORMAT_IIC:
|
case CUDA_COMBINED_FORMAT_IIC:
|
||||||
obuf[0] = ERROR_PACKET;
|
obuf[0] = ERROR_PACKET;
|
||||||
obuf[1] = 0x5;
|
obuf[1] = 0x5;
|
||||||
|
|
Loading…
Reference in New Issue