The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Duck hunt on lcd, I know it's been asked, looking for specifics

Jebus314Jebus314 Registered User regular
edited August 2009 in Help / Advice Forum
So I am trying to understand, and perhaps fix, the problems with using duck hunt on a plasma or lcd. I've done lots of googling, and I have seen a few previous threads here, but so far I've concluded that usually the responses make no fucking sense. What I'm looking for is someone who has specific knowledge about how an lcd works and why it is not compatible with duck hunt.

To summarize here is what I have read in various places.

The way duck hunt works:
1. pull the trigger
2. entire screen goes black
3. everything besides the duck remains black, duck turns white
4. photodiode in gun sensing blackness and then white means hit, only sensing darkness means miss

possible reasons for this not working on lcd:

1. timing issue, i.e. the refresh rate of the screen is off from what the game thinks it should be and so when it thinks it should be seeing light it sees black or something along those lines

2. No black screen on an lcd. The idea here being that instead of specifically changing the screen to black, with a crt the game uses the fact that the pixels will fade very quickly and then only specifically paints the duck white. Doesn't work with an lcd because the pixels don't fade.

3. brightness. Could be that the photodiode sensitivity is such that white from an lcd screen doesn't register like the white from a crt.

4. something else entirely

What I am hoping for here is that someone (say an electrical engineer with specific knowledge of tvs) can point out a specific scientific reason why the game doesn't work. And maybe some idea's on ways it could be fixed. For example, if the problem is just the photodiode sensitivity, could I just change the photodiode, or the timer for the photodiode to obtain a working sensitivity?

"The world is a mess, and I just need to rule it" - Dr Horrible
Jebus314 on

Posts

  • PrioPrio Registered User regular
    edited August 2009
    The process you describe would work great for a single target. But for a multiple target environment like Duck Hunt, how would the system determine which target you hit?
    I think Duck Hunt actually uses a slightly more advanced technique, based on the time it takes for the horizontal and vertical refresh. Since LCDs don't draw the picture on the screen in this way, I think the only way to make it work on an LCD would be to modify the game code.
    From the howstuffworks article on the subject:
    The computer blanks the screen and then paints the entire screen white. It takes time for the electron beam to trace the entire screen while painting it white. By comparing the signal coming from the photodiode with the horizontal and vertical retrace signals, the computer can detect where the electron beam is on the screen when the photodiode first senses its light. The computer counts the number of microseconds that pass between the time the horizontal and vertical retrace signals start and the time the photodiode first senses light. The number of microseconds tells the computer exactly where on the screen the gun is pointing. If the calculated position and the position of the target match, the computer scores a hit.

    Prio on
  • Napalm DonkeyNapalm Donkey Registered User regular
    edited August 2009
    Duck Hunt measures where your aiming by using the horizontal retrace from the CRT TV by measuring the light during one retrace and the light during the next.
    LCDs use two layers of polarized glass that are rotated 90 degrees to each other that block light, with liquid crystals in between the glass that rotate 90 degrees when a current is applied to let light through. Since LCDs use a different system of refreshing, the software that reads the horizontal retrace in the NES is not compatible with the LCD.

    Napalm Donkey on
    4cgipuI.jpg
  • FyreWulffFyreWulff YouRegistered User, ClubPA regular
    edited August 2009
    Yeah, it's based off the scan lines. You're going to need a interlaced TV to play it.

    FyreWulff on
  • Jebus314Jebus314 Registered User regular
    edited August 2009
    Prio wrote: »
    The process you describe would work great for a single target. But for a multiple target environment like Duck Hunt, how would the system determine which target you hit?
    I think Duck Hunt actually uses a slightly more advanced technique, based on the time it takes for the horizontal and vertical refresh. Since LCDs don't draw the picture on the screen in this way, I think the only way to make it work on an LCD would be to modify the game code.

    Actually I believe the way it works is that it flashes the ducks white one at a time. I.e. duck one turns white, game decides if it is a hit or no hit, duck one turns black, duck two turns white, game deicides if it is a hit or no hit, ect...

    Duck Hunt measures where your aiming by using the horizontal retrace from the CRT TV by measuring the light during one retrace and the light during the next.
    LCDs use two layers of polarized glass that are rotated 90 degrees to each other that block light, with liquid crystals in between the glass that rotate 90 degrees when a current is applied to let light through. Since LCDs use a different system of refreshing, the software that reads the horizontal retrace in the NES is not compatible with the LCD.

    Here is another area where I am a little hazy. I know that lcd's use liquid crystals that rotate to block light. I completely understand the concept of how this works. But as for refreshing, since lcd's are labeled as interelaced or progressive (neither of which work with duck hunt) i am guessing that they still use line by line refreshing exactly the same way a crt does. Obviously how pixels colors are made is different, but the way pixels are refreshed seems like it would be the same (i.e. one at a time, left to right, row by row for progressive screens).

    Even if you guys are correct in that the dunk hunt uses the timing of the retrace line, then it seems to me that you are saying it is a timing issue. In that the lcd scanning occurs at a different rate than what the game thinks it is. So if there were some way to correct for this timing issue it should work again. Is that true?

    edit- Also, if it is indeed a timing issue. Are there lcd's out there that refresh at the same rate as crt's? Is there some mechanical reason why this isn't possible? Is it possible to adjust the refresh rate of some lcd's?

    Jebus314 on
    "The world is a mess, and I just need to rule it" - Dr Horrible
  • FyreWulffFyreWulff YouRegistered User, ClubPA regular
    edited August 2009
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    FyreWulff on
  • Napalm DonkeyNapalm Donkey Registered User regular
    edited August 2009
    The main problem is that the duck hunt is made for a CRT tv and is made to track the horizontal retrace of a CRT so if you plug it into a LCD the software wont know what its looking it at, so the timing does not matter.

    Napalm Donkey on
    4cgipuI.jpg
  • Jebus314Jebus314 Registered User regular
    edited August 2009
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    I'm pretty sure that is incorrect. I'm not even sure a photodiode could detect the electron beam. What the zapper tells the game is when it senses light. So if it it works on the principle of turning the entire page white, and using the timing of the retrace signal, then it is infact a timing issue.
    The main problem is that the duck hunt is made for a CRT tv and is made to track the horizontal retrace of a CRT so if you plug it into a LCD the software wont know what its looking it at, so the timing does not matter.

    why would an lcd use a different signal. It refreshes the same way a crt does (i.e. pixel by pixel, left to right, line by line). Also for this to matter the game has to be using a signal from the tv about how quick the vertical and horizontal retrace scans are. But from what I read about duck hunt, I think it is more likely that it uses the basic paint one duck white at a time technique. Which does not depend on any sort of timing. Does anyone know for sure that this not how it works?

    Jebus314 on
    "The world is a mess, and I just need to rule it" - Dr Horrible
  • Captain VashCaptain Vash Registered User regular
    edited August 2009
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.
    There are interlaced lcds, your statement is misleading.
    What you need, is a Cathode Ray Tube.

    an LCD is going to refresh all the horizontal lines simultaneously be it every other line (interlaced) or all the lines (progressive).

    Captain Vash on
    twitterforweb.Stuckens.1,1,500,f4f4f4,0,c4c4c4,000000.png
  • MishraMishra Registered User regular
    edited August 2009
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    It's not just interlacing. Even when displaying an interlaced signal, each pixel in an LCD changes at the same time. On an old CRT the electron beam has to physically sweep across the tv. The timing rate basically tells the gun whether or not to be on or off.

    Mishra on
    "Give a man a fire, he's warm for the night. Set a man on fire he's warm for the rest of his life."
    -Terry Pratchett
  • FyreWulffFyreWulff YouRegistered User, ClubPA regular
    edited August 2009
    Mishra wrote: »
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    It's not just interlacing. Even when displaying an interlaced signal, each pixel in an LCD changes at the same time. On an old CRT the electron beam has to physically sweep across the tv. The timing rate basically tells the gun whether or not to be on or off.

    The game is programmed with interlaced TVs in mind and won't work on progressive scan TVs, either.

    I mean, you yourself even told the last guy that it doesn't work with prog scan.

    FyreWulff on
  • Captain VashCaptain Vash Registered User regular
    edited August 2009
    FyreWulff wrote: »
    Mishra wrote: »
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    It's not just interlacing. Even when displaying an interlaced signal, each pixel in an LCD changes at the same time. On an old CRT the electron beam has to physically sweep across the tv. The timing rate basically tells the gun whether or not to be on or off.

    The game is programmed with interlaced TVs in mind and won't work on progressive scan TVs, either.

    It's not specifically the interlacing that makes a newer set the issue. put that aside and forget about it.
    it's that the "pixels" on a CRT are refreshed down the row, not all at once.
    the fact that a crt has a resolution of 480i while a factor, is not the cause, any decent lcd can operate at this resolution.

    Captain Vash on
    twitterforweb.Stuckens.1,1,500,f4f4f4,0,c4c4c4,000000.png
  • FyreWulffFyreWulff YouRegistered User, ClubPA regular
    edited August 2009
    FyreWulff wrote: »
    Mishra wrote: »
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    It's not just interlacing. Even when displaying an interlaced signal, each pixel in an LCD changes at the same time. On an old CRT the electron beam has to physically sweep across the tv. The timing rate basically tells the gun whether or not to be on or off.

    The game is programmed with interlaced TVs in mind and won't work on progressive scan TVs, either.

    It's not specifically the interlacing that makes a newer set the issue. put that aside and forget about it.
    it's that the "pixels" on a CRT are refreshed down the row, not all at once.
    the fact that a crt has a resolution of 480i while a factor, is not the cause, any decent lcd can operate at this resolution.

    I already said that.
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    FyreWulff on
  • FyreWulffFyreWulff YouRegistered User, ClubPA regular
    edited August 2009
    Basically to stop people from echo chambering my posts, the OP needs to know this.

    Duck Hunt requires:

    a) A CRT Television
    b) The CRT Television must be operating as an interlaced screen, because the game was programmed with interlaced displays in mind

    Interlaced LCDs, LCD Televisions, Progressive scan CRTs and any other video device that does not meet A or B will not work.

    FyreWulff on
  • Jebus314Jebus314 Registered User regular
    edited August 2009
    an LCD is going to refresh all the horizontal lines simultaneously be it every other line (interlaced) or all the lines (progressive).

    Is this true of all lcds? I was unaware that lcds actually refreshed all pixels on one line at once, in fact I am pretty sure I read somewhere that they do refresh pixel by pixel from left to right. I'm not saying your wrong, it's entirely possible I read that from a totally unreliable source, but I am curious if this is true for all lcds or if it is model specific.

    Also no one has responded to my belief that duck hunt does not work by painting the entire screen white and timing when the photodiode senses it. If it works based on just painting the duck white, and deciding whether or not the zapper was pointed at the duck based on whether or not it sees the light, then the interlaced or progressive scanning doesn't matter, and neither would the timing.

    edit- I would also like to reiterate that I would like specifics as to why progressive lcd wouldn't work. I know it doesn't work, I've tried it. What I'm wondering is if there is some way to tweak my setup that would allow it to work. Either by messing around with the zapper, and the timing circuitry, or adjusting settings on the tv, or some sort of program on my laptop that could change the timing information sent back to the game. In other words, what would need to be done to make it work. Probably it will be a lot more difficult than I want to deal with, but I would still like to know.

    Jebus314 on
    "The world is a mess, and I just need to rule it" - Dr Horrible
  • Captain VashCaptain Vash Registered User regular
    edited August 2009
    I'm sorry, you just were making it sound like there was some magical beam that was shining a sunshine, unicorn, and lollipop ray that magicked the zapper into working, and when asked why your answer was "the interlacing!"

    I'll just bow out now.

    edit:
    IIRC:
    56198792.png
    please excuse the crudity, I'm on my lunch at work.

    the first is a CRT's refresh pattern.
    the second is an interlaced LCD where line A is refreshed, then line B.
    the third is a progressive scan LCD.

    Captain Vash on
    twitterforweb.Stuckens.1,1,500,f4f4f4,0,c4c4c4,000000.png
  • MishraMishra Registered User regular
    edited August 2009
    FyreWulff wrote: »
    Mishra wrote: »
    FyreWulff wrote: »
    It's not a timing issue, and LCDs don't have a refresh line because they aren't using an electron beam gun. The NES zapper needs to see the actual electron beam gun line drawing to the screen to work.

    As I said, you need to use an interlaced TV to play Duck Hunt.

    It's not just interlacing. Even when displaying an interlaced signal, each pixel in an LCD changes at the same time. On an old CRT the electron beam has to physically sweep across the tv. The timing rate basically tells the gun whether or not to be on or off.

    The game is programmed with interlaced TVs in mind and won't work on progressive scan TVs, either.

    I mean, you yourself even told the last guy that it doesn't work with prog scan.

    Right what I was saying was that it isn't the interlaced signal, a progressive scan television can still display an interlaced signal it's just faking it it's the specific design of how the tv "draws" it's pixels. An LCD instantaneously fills every pixel where as a CRT sweeps from left to right top to bottom.

    ::edit:: Ok apparently LCD's fill left to right, anyway we're all saying the same thing, it won't work. Think of the zapper as a clever hack that stopped working when you upgraded to the newer version of display adapter.

    Mishra on
    "Give a man a fire, he's warm for the night. Set a man on fire he's warm for the rest of his life."
    -Terry Pratchett
  • Myth319Myth319 Registered User new member
    So, is there no way to play duck hunt on an LCD? Is there an alternative gun I could use? and an adapter so I can plug it into the Nintendo console? I just want to play! All my tvs are LCD :(

  • PlatyPlaty Registered User regular
    edited December 2011
    Myth319 wrote:
    So, is there no way to play duck hunt on an LCD? Is there an alternative gun I could use? and an adapter so I can plug it into the Nintendo console? I just want to play! All my tvs are LCD :(

    I've heard that you can aim the Zapper at a bright light and it will register as a hit, but I guess this is not what you can call "playing". I have no idea how the game determines which duck was hit if you do this.

    Platy on
  • PlatyPlaty Registered User regular
    edited December 2011
    I've now read on Wikipedia that games which use the Zapper illuminate the possible targets sequentially and that this is how the game knows which target was hit. When you pull the trigger, a white rectangle will appear at the position of the first duck, then after a refresh, it will appear at the position of the second duck. The game will know at which moment the light was registered. Cathode ray timing like described above was used by the Super Nintendo Super Scope and other light guns, but not by the Zapper.

    [edit]
    I've also found this link and the second answer there might be helpful.

    [edit 2]
    This patent might also shed some light.

    In the above embodiment, in the case where two targets, for example, are to be displayed, first, a target and a background picture are displayed and when the trigger on the pistol 4 is pulled, the whole picture is turned to a black picture in thenext frame, a white picture is displayed around the periphery of the first target in the third frame, a black picture is displayed again in the fourth frame, a white picture is displayed around the second target in the fifth frame.

    Platy on
This discussion has been closed.