clicky
clicky copied to clipboard
A clickwheel iPod emulator (WIP)
Just a heads up, I have an updated version of iPodLoader 2 here: https://github.com/crozone/ipodloader2/releases which fixes some longstanding PATA and FAT32 issues in the bootloader, in case you run into...
Booting diagnostics firmware through iPodLoader with HLE: `cargo run --release -- --hle resources/flashutils/ipodloader_diagmode.bin --hdd mem:file=ipod4g.img`  This issue might be related to unhandled reset issues?
Base code for future implementation of battery voltage, accessory ID and temperature readout.
Logs when a device is being reset or enabled. So far I've noticed that bit 30 of device enable register hasn't been documented yet. Given the logs, I'd assume this...
I recently noticed that iPodLinux was struggling to boot due to the IDE IRQ handler being set right after sending IDE commands, causing the IDE IRQ to be not handled...