mirror of
https://github.com/kalymos/PsNee.git
synced 2026-03-05 02:54:52 +00:00
- Core logic: Optimized 'isDataSector' using a single 0xD0 bitwise mask for faster 0x41 sector detection. - Architecture: Moved 'board_detection()' into 'Init()' for a cleaner entry point in 'main()'. - Settings: Updated 'settings.h' with improved constant definitions and macro organization. - Performance: Reduced instruction count in the main loop and improved peripheral power management.