leniad / dsp-emulator

Dsp emulator
61 stars 17 forks source link

Wrong ROM size of 88games in dat #60

Closed okurka closed 1 month ago

okurka commented 2 months ago

Size of 861a04.a and 861a04.c in 88games is wrong in the exported DAT.

Real size is $10000 instead of $8000 for both roms.

https://github.com/leniad/dsp-emulator/blob/cbe42fa327ca90266dd039070533961fd9058406/src/misc/rom_export.pas#L3441 https://github.com/leniad/dsp-emulator/blob/cbe42fa327ca90266dd039070533961fd9058406/src/misc/rom_export.pas#L3442

leniad commented 1 month ago

Fixed, changed in the new WIP release. Thank you!