gridbugs / mos6502

An emulator for the Nintendo Entertainment System
MIT License
65 stars 1 forks source link

Applying IPS patch on already patched rom? #2

Open komawoyo opened 3 years ago

komawoyo commented 3 years ago

Is is possible to apply this patch over an already patched rom? I have a rom that supports 2 player mode. (https://www.romhacking.net/hacks/1013/)

ejona86 commented 3 years ago

Cross-linking https://github.com/ejona86/taus/issues/28. In short: sometimes you can, but not in this case. There are some changes necessary to hook into the built-in twoplayer support, and then there's a problem of the two mods using the same space for their code.

ejona86 commented 3 years ago

Oh, this is linked to Tetris Zero, not the taus twoplayer mod. I've not looked into how the Tetris Zero ROM operates, but it is much larger and than the taus twoplayer mod and does overwrite some of the same sections as the hard-drop ips (which means incompatible).