Zapper and modern TV's?

Discuss hardware-related topics, such as development cartridges, CopyNES, PowerPak, EPROMs, or whatever.

Moderators: B00daW, Moderators

Post Reply
User avatar
oRBIT2002
Posts: 643
Joined: Sun Mar 19, 2006 3:06 am
Location: Gothenburg/Sweden

Zapper and modern TV's?

Post by oRBIT2002 »

Can the Zapper be modified to work with modern LCD/Plasma TV's?
User avatar
Quietust
Posts: 1786
Joined: Sun Sep 19, 2004 10:59 pm
Contact:

Re: Zapper and modern TV's?

Post by Quietust »

It could certainly be modified to work on a CRT HDTV, but I suspect getting it to work with an LCD would be impossible.
Quietust, QMT Productions
P.S. If you don't get this note, let me know and I'll write you another.
SkinnyV
Posts: 427
Joined: Wed May 04, 2011 2:41 pm
Location: Montréal, Canada
Contact:

Re: Zapper and modern TV's?

Post by SkinnyV »

The zapper work on my HD CRT so no modification required for that. But LCD is another story.
lidnariq
Posts: 10677
Joined: Sun Apr 13, 2008 11:12 am
Location: Seattle

Re: Zapper and modern TV's?

Post by lidnariq »

If the TV imposes any frame delay: certainly not. All games require that the light be seen within 1 vsync (20ms or 16ms, depending).

After that, it's conceivable that some games might work with a different zapper-like thing could be build that would basically be a highpass filter and a photodiode. The game would specifically have to do the thing that duck hunt does where it shows a black screen, and then 1 bounding box per vsync. Any game that uses timed code to extract a Y coordinate won't work.
User avatar
mikejmoffitt
Posts: 1352
Joined: Sun May 27, 2012 8:43 pm

Re: Zapper and modern TV's?

Post by mikejmoffitt »

SkinnyV wrote:The zapper work on my HD CRT so no modification required for that. But LCD is another story.
You are actually pretty lucky in this regard - a lot of HD CRTs work internally like modern digital HDTVs in that they render to a framebuffer and then output that to the display rather than affecting the beam in real time. For example, my friend's HD CRT won't let him play duck hunt for this reason; despite the source content being 240p, it is being scaled to the TV's internal resolution, and the NES's scanlines no longer corrospond to those of the television.
User avatar
rainwarrior
Posts: 8062
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: Zapper and modern TV's?

Post by rainwarrior »

What if you built your game with a tunable detection delay? Maybe you could put an option in the menu to specify some number of frames to wait between showing the detection targets and actually testing the zapper? Perhaps you could have an interactive calibration screen.
lidnariq
Posts: 10677
Joined: Sun Apr 13, 2008 11:12 am
Location: Seattle

Re: Zapper and modern TV's?

Post by lidnariq »

Indeed; I understand that Guitar Hero included a light sensor so that it could make sure your button presses aligned to what you saw. (It may have also included a microphone to compensate for audio delay, I forget)

So, yes, I think a new light gun could be manufactured, and new games could be written to allow for that.

However, this does make for a nice idea for an emulator that would work on HDTVs with this delay: when the trigger is pulled, rewind and simulate the Zapper's reaction based on where the modern lightgun is aimed.
LocalH
Posts: 180
Joined: Thu Mar 02, 2006 12:30 pm

Re: Zapper and modern TV's?

Post by LocalH »

rainwarrior wrote:What if you built your game with a tunable detection delay? Maybe you could put an option in the menu to specify some number of frames to wait between showing the detection targets and actually testing the zapper? Perhaps you could have an interactive calibration screen.
I would think calibration could be automatic. Have the player pull the trigger with the gun pointed at the screen and count frames until the gun activates. There's your "lag calibration" as they call it in the plastic instrument genre.

Offtopic: It was Rock Band 2 that came with a guitar that included a photosensor and microphone for automatic lag caliration. RB2 also had a better manual calibration screen where you strum/hit a drum pad separately to a visual and aural metronome-type stimuli. GH series has a good audio calibration technique but a poor video one, especially in GH5 and 6.
Post Reply