Class: Amaterasu::GameBoy::Apu

Inherits:
Object
  • Object
show all
Defined in:
lib/amaterasu/game_boy/apu.rb,
sig/akane/game_boy/apu.rbs

Overview

Models the APU behavior from the Game Boy.

Instance Method Summary collapse

Instance Method Details

#tickvoid

This method returns an undefined value.



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

def tick
  # tick logic
end