dont understand audio :(

This commit is contained in:
2025-02-02 22:56:07 -07:00
parent 8493ff5fea
commit d4c6f05fb8
5 changed files with 89 additions and 45 deletions

View File

@ -48,7 +48,7 @@ void io_write(u16 address, u8 value){
}
if(address == 0xFF01) {
serial_data[0] = value;
printf("%c", value);
//printf("%c", value);
return;
}