My observations:
- The renaming into *source = *destination was very confusing.
- I expected (sweet, sweet) 68k assembly, but it's all decompiled to C!
- For some reason MAME supports this musical instrument, and OP's work helped that project boot their emulation, sweet!
> It looks like we’re coping a bunch of data from ROM into RAM - specifically from 0x0001860a to 0x02130000.
line 33 should have been named `src` and 34 should have been named `dst`
My observations:
- The renaming into *source = *destination was very confusing.
- I expected (sweet, sweet) 68k assembly, but it's all decompiled to C!
- For some reason MAME supports this musical instrument, and OP's work helped that project boot their emulation, sweet!