mirror of https://github.com/xemu-project/xemu.git
xbox: Drop old pcms->pit_enabled setting
This commit is contained in:
parent
b1a59ba2e9
commit
8e3a1b2b2c
|
@ -278,7 +278,6 @@ void xbox_init_common(MachineState *machine,
|
|||
}
|
||||
|
||||
/* init basic PC hardware */
|
||||
pcms->pit_enabled = 1; // XBOX_FIXME: What's the right way to do this?
|
||||
rtc_state = mc146818_rtc_init(isa_bus, 2000, NULL);
|
||||
|
||||
if (kvm_pit_in_kernel()) {
|
||||
|
|
Loading…
Reference in New Issue