- [NEW] Minim makefile

- [NEW] Sound stops while debugging
- [CHG] Now all sound related code is in the zx_ula module
This commit is contained in:
2024-04-17 22:41:29 +02:00
parent 9f67286779
commit e80de06d2c
5 changed files with 46 additions and 28 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
default:
g++ -g *.cpp -lSDL2 -o z80