Konami Hyper Shot

From NESdev Wiki
Jump to navigationJump to search

The Konami Hyper Shot is used (and required for gameplay) in the following games:

  • Hyper Olympic (J) Konami (1985)
  • Hyper Sports (J) Konami (1985)

Hardware interface

Input ($4016 write)

7  bit  0
---- ----
xxxx xEFx
      ||
      |+- 0=Enable Player 1 Buttons
      +-- 0=Enable Player 2 Buttons


Output ($4017 read)

7  bit  0
---- ----
xxxD CBAx
   | |||
   | ||+-- Player 1 Run
   | |+--- Player 1 Jump
   | +---- Player 2 Run
   +------ Player 2 Jump

The Jump/Run bits for a player will always be 0 if the corresponding enable bit in $4016 is set.

See Also