libretro / beetle-supergrafx-libretro

Standalone port of Mednafen PCE Fast to libretro. This one only emulates a SuperGrafx TG-16.
GNU General Public License v2.0
23 stars 31 forks source link

Fix CRC lookup table for EDC poly #43

Closed ghost closed 6 years ago

ghost commented 6 years ago

This fixes loading Mode1/2048 cdimages( .cue with wav files and CHD created from mode1/2048 images). This is caused by incorrectly generated crc lookup table for EDC Poly.

Related issues: https://github.com/libretro/beetle-supergrafx-libretro/issues/21 https://github.com/libretro/beetle-supergrafx-libretro/issues/18 https://github.com/libretro/beetle-supergrafx-libretro/issues/13