Commit 52a7d1f
committed
Fix libatari800 sound support in minimal Makefile
- Remove NOSOUND flag to preserve sound capability in Fujisan
- Add src/pokeysnd.o and src/sound.o to object files
- Define SOUND=1 instead of NOSOUND=1
- Ensures full sound functionality is preserved in the emulator
- Fixes undefined POKEYSND_stereo_enabled and Sound_desired symbols1 parent f02dd08 commit 52a7d1f
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
100 | | - | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
0 commit comments