clicky icon indicating copy to clipboard operation
clicky copied to clipboard

A clickwheel iPod emulator (WIP)

Results 6 clicky issues
Sort by recently updated
recently updated
newest added

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` ![Reversed diagnostics LCD output](https://github.com/daniel5151/clicky/assets/25333063/d3103122-8693-4b4f-a1f0-124c8f2bfdd7) This issue might be related to unhandled reset issues?

bug

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...