Method: N65::INESHeader#initialize

Defined in:
lib/n65/directives/ines_header.rb

#initialize(prog, char, mapper, mirror) ⇒ INESHeader

Construct a header



26
27
28
# File 'lib/n65/directives/ines_header.rb', line 26

def initialize(prog, char, mapper, mirror)
  @prog, @char, @mapper, @mirror = prog, char, mapper, mirror
end