From what I understood (thanks Eke for the docs), Justifier won't work on LCD TV because they don't "see" the lightbeam ...correct ?
My question is 'how could we fix that on the hardware way' (ie not patching the original ROM of a game) ?
Since light gun position is mainly related to int2 and HV counter, which is triggered by the HL, the goal is the change HL state at the right moment.
For this, I'll need to read the HVCounter, compare it to the wanted XY and change HL state when I want.
I wonder if this could be done adding a 'special' card on the CD port.
For this, it mean a program could run at the time of Lethal Enforcers, look at HVcounter (on HInt) and change HL state through DB9 cable itself.
I don't KNOW if hardware allow that, I'm only starting to work on this CD port :
I know a cart could access CD port...but not if the "CD cart" could work by itself, even on a limited way
I also know a CD cart could access the cart so perhaps a "CD cart" could launch the game cart and still run, reacting to HInt.
Unfortunaly, it will lock the CD port...and so now way to use a light gun on MegaCD game

I'm only looking this as a possible way to do that.
I know how to make a new lightgun (Wiimote power!) but not how to control the int2/HVCounter from 'elsewhere'.
If you have any other ideas, i'm here!

EDIT : bad understanding of the int2/hvc/HL