| Gyruss | Routines |
| Prev: 9B59 | Up: Map | Next: 9B99 |
|
|
||||
| stop_tune | 9B87 | XOR A | ||
| 9B88 | LD (is_tune_playing),A | Set tune playing flag to 0 | ||
| 9B8B | DEC A | $FF | ||
| 9B8C | LD (tune_data_buffer_1),A | Disable channel 1 | ||
| 9B8F | LD (tune_data_buffer_2),A | Disable channel 2 | ||
| 9B92 | LD (tune_data_buffer_3),A | Disable channel 3 | ||
| 9B95 | LD (tune_data_buffer_4),A | Disable channel 4 | ||
| 9B98 | RET | |||
| Prev: 9B59 | Up: Map | Next: 9B99 |