diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-29 09:41:42 +0900 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-29 09:41:42 +0900 |
| commit | c527acfc79f3bda8cfe13a7b51b0b16a32683960 (patch) | |
| tree | e5bbd119a070848301a03b52f1232a797b35c119 /src/Makefile | |
| parent | c31b779c20638ce25f11489c445a53798a663b13 (diff) | |
First partial working attempt at sound. Producing output, but very distorted
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 15db934..37e1d26 100644 --- a/src/Makefile +++ b/src/Makefile @@ -85,7 +85,7 @@ clean: main.o: z80.h spec.h gfx.h gui.h memmenu.h config.h kbbmp.h exit.h tape.h audio.h main.o: util.h -spec.o: spec.h z80.h snap.h gfx.h gui.h config.h exit.h tape.h util.h +spec.o: spec.h z80.h snap.h gfx.h gui.h config.h exit.h tape.h util.h audio.h snap.o: snap.h z80.h util.h config.o: exit.h config.h gfx.o: gfx.h exit.h config.h util.h font.h @@ -99,4 +99,4 @@ symtochar.o: symtochar.h font.o: font.h z80.o: z80.h z80_private.h z80_decode.o: z80.h z80_private.h -audio.o: audio.c audio.h +audio.o: audio.c audio.h util.h |
