Mercurial > repos > blastem
diff Makefile @ 2558:3f58fec775df
Initial work on YMF262 (aka OPL3) emulation
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 19 Jan 2025 00:31:16 -0800 |
parents | c076a96f1668 |
children | 639561060a28 |
line wrap: on
line diff
--- a/Makefile Thu Jan 16 22:42:09 2025 -0800 +++ b/Makefile Sun Jan 19 00:31:16 2025 -0800 @@ -218,7 +218,7 @@ endif endif endif -AUDIOOBJS=ym2612.o psg.o wave.o flac.o vgm.o event_log.o render_audio.o rf5c164.o +AUDIOOBJS=ym2612.o ymf262.o ym_common.o psg.o wave.o flac.o vgm.o event_log.o render_audio.o rf5c164.o CONFIGOBJS=config.o tern.o util.o paths.o NUKLEAROBJS=$(FONT) $(CHOOSER) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o RENDEROBJS=ppm.o controller_info.o