Method: Zemu::Config::ROM#initialize
- Defined in:
- lib/zemu/config.rb
#initialize ⇒ ROM
Constructor.
Takes a block in which the parameters of the memory block can be initialized.
All parameters can be set within this block. They become readonly as soon as the block completes.
316 317 318 |
# File 'lib/zemu/config.rb', line 316 def initialize super end |