xbox: Drop old pcms->pit_enabled setting

This commit is contained in:
Matt Borgerson 2023-01-23 00:30:40 -07:00
parent b1a59ba2e9
commit 8e3a1b2b2c
1 changed files with 0 additions and 1 deletions

View File

@ -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()) {