kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
9 wiersze
127 B
C
9 wiersze
127 B
C
![]() |
#ifndef __E8910_H
|
||
|
#define __E8910_H
|
||
|
|
||
|
void e8910_init_sound();
|
||
|
void e8910_done_sound();
|
||
|
void e8910_write(int r, int v);
|
||
|
|
||
|
#endif
|