comparison psg.c @ 1865:4c322abd9fa5

Split generic part of audio code into a separate file so it can be used in other targets besides SDL
author Michael Pavone <pavone@retrodev.com>
date Fri, 17 May 2019 08:43:30 -0700
parents 6ce36c3f250b
children 508522f08e4d
comparison
equal deleted inserted replaced
1863:d60f2d7c02a5 1865:4c322abd9fa5
2 Copyright 2013 Michael Pavone 2 Copyright 2013 Michael Pavone
3 This file is part of BlastEm. 3 This file is part of BlastEm.
4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. 4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
5 */ 5 */
6 #include "psg.h" 6 #include "psg.h"
7 #include "render.h"
8 #include "blastem.h" 7 #include "blastem.h"
9 #include <string.h> 8 #include <string.h>
10 #include <stdlib.h> 9 #include <stdlib.h>
11 #include <stdio.h> 10 #include <stdio.h>
12 #include <math.h> 11 #include <math.h>