Class: Amaterasu::GameBoy::Apu

Inherits:
Object
  • Object
show all
Defined in:
lib/amaterasu/game_boy/apu.rb

Overview

Models the APU behavior from the Game Boy.

Instance Method Summary collapse

Instance Method Details

#tickObject



7
8
9
# File 'lib/amaterasu/game_boy/apu.rb', line 7

def tick
  # tick logic
end