Class: Amaterasu::GameBoy::Apu
- Inherits:
-
Object
- Object
- Amaterasu::GameBoy::Apu
- 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
#tick ⇒ void
This method returns an undefined value.
7 8 9 |
# File 'lib/amaterasu/game_boy/apu.rb', line 7 def tick # tick logic end |