- [NEW] EAR getter in the ULA module

- [NEW] Flash attribute implemented
- [NEW] Sound somewhat working (BEEP hangs)
This commit is contained in:
2024-04-15 20:47:00 +02:00
parent 6dfb24da10
commit 2d0b0e45cc
5 changed files with 64 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ namespace zxscreen
{
void show();
void refresh();
void flash();
}