StrikeBox icon indicating copy to clipboard operation
StrikeBox copied to clipboard

StrikeBox - Original Xbox emulator

Results 15 StrikeBox issues
Sort by recently updated
recently updated
newest added

The method currently in use by timing-sensitive threads such as the [i8254 timer loop](https://github.com/StrikerX3/StrikeBox/blob/55adab93f7f2631b821e98826ef28796eb4524ad/modules/core/src/common/strikebox/hw/basic/i8254.cpp#L98) (which needs to trigger once every millisecond) is not accurate enough on Windows. In both computers...

The project is missing a LICENSE. I'm thinking of something permissive, such as MIT or Apache 2.0. All files must have their headers updated to include the license text.

The previous name was more of a placeholder and it has come to my attention that it has unfortunate connotations too, which would make it hard to search for. The...

Find out if there is a reliable method to identify if the BIOS ROM provided is a retail or debug version, what version of the kernel it implements, and perhaps...

good first issue

[XQEMU's USB emulation](https://github.com/xqemu/xqemu/tree/master/hw/usb) and [XID](https://github.com/xqemu/xqemu/blob/master/hw/xbox/xid.c) are necessary for input emulation. Also check out [QEMU's USB emulation](https://github.com/qemu/qemu/tree/master/hw/usb). Another possibly useful source is [VirtualBox](https://github.com/mirror/vbox/tree/master/src/VBox/Devices/USB). There was also ergo720's OHCI-LLE branch (user deleted)...

- [x] PIC - [x] PIT (System timer) - [x] Super I/O (Debug Kits and Dev Kits only) - [x] Serial ports - [x] Character drivers - [x] Null driver...

Integrate XQEMU's NV2A emulation on the XQEMU adapter (#22).

Integrate XQEMU's APU and ACI emulation on the XQEMU adapter (#22).

Integrate XQEMU's NVNet emulation on the XQEMU adapter (#22).

Add XQEMU as a git submodule to this project and create an adapter for the following Xbox hardware components: - NV2A - APU - ACI - XID - NVNet