Class: Badline::Storage::CRTFile::Chip

Inherits:
Data
  • Object
show all
Defined in:
lib/badline/storage/crt_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



13
14
15
# File 'lib/badline/storage/crt_file.rb', line 13

def address
  @address
end

#bankObject (readonly)

Returns the value of attribute bank

Returns:

  • (Object)

    the current value of bank



13
14
15
# File 'lib/badline/storage/crt_file.rb', line 13

def bank
  @bank
end

#chip_typeObject (readonly)

Returns the value of attribute chip_type

Returns:

  • (Object)

    the current value of chip_type



13
14
15
# File 'lib/badline/storage/crt_file.rb', line 13

def chip_type
  @chip_type
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



13
14
15
# File 'lib/badline/storage/crt_file.rb', line 13

def data
  @data
end