mirror of https://github.com/xemu-project/xemu.git
bah
This commit is contained in:
parent
b3868ad7d1
commit
4bb3043bf5
|
@ -298,7 +298,6 @@ static int xbox_lpc_initfn(PCIDevice *d)
|
||||||
QemuOpts *machine_opts = qemu_opts_find(qemu_find_opts("machine"), 0);
|
QemuOpts *machine_opts = qemu_opts_find(qemu_find_opts("machine"), 0);
|
||||||
if (machine_opts) {
|
if (machine_opts) {
|
||||||
const char *bootrom_file = qemu_opt_get(machine_opts, "bootrom");
|
const char *bootrom_file = qemu_opt_get(machine_opts, "bootrom");
|
||||||
if (!bootrom_file) bootrom_file = "mcpx.bin";
|
|
||||||
|
|
||||||
int rc, fd = -1;
|
int rc, fd = -1;
|
||||||
if (bootrom_file) {
|
if (bootrom_file) {
|
||||||
|
|
|
@ -251,7 +251,7 @@ static void usb_xid_handle_control(USBDevice *dev, USBPacket *p,
|
||||||
break;
|
break;
|
||||||
case InterfaceRequestVendor | XID_GET_CAPABILITIES:
|
case InterfaceRequestVendor | XID_GET_CAPABILITIES:
|
||||||
DPRINTF("xid XID_GET_CAPABILITIES %x\n", value);
|
DPRINTF("xid XID_GET_CAPABILITIES %x\n", value);
|
||||||
assert(false);
|
// assert(false);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
p->status = USB_RET_STALL;
|
p->status = USB_RET_STALL;
|
||||||
|
|
Loading…
Reference in New Issue