Class: Amaterasu::GameBoy::Apu
- Inherits:
-
Object
- Object
- Amaterasu::GameBoy::Apu
- Defined in:
- lib/amaterasu/game_boy/apu.rb
Overview
Models the APU behavior from the Game Boy.
Instance Method Summary collapse
Instance Method Details
#tick ⇒ Object
7 8 9 |
# File 'lib/amaterasu/game_boy/apu.rb', line 7 def tick # tick logic end |