Skip to content

Commit

Permalink
Expand tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Dec 16, 2024
1 parent c3799ca commit f9a4227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc-dos/sound_opl3_waveform_3.asm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ start:
mov si, tone1 ; zacatek tabulky
call write_table_to_opl3 ; zapis obsahu tabulky do OPL3

in al, PPI_PORT_B ; port B s rizenim zarizeni
in al, PPI_PORT_B ; port B s rizenim zarizeni
or al, 0b1000000 ; nastaveni bitu cislo 7 na jednicku
out PPI_PORT_B, al ; zapis zpet na port B

Expand Down

0 comments on commit f9a4227

Please sign in to comment.