1
0
Fork 0

Move nukedopl to libs

This way there's no need to reformat the nukedopl code to adhere to
DOSBox coding conventions.
This commit is contained in:
Patryk Obara 2020-01-04 00:46:59 +01:00 committed by Patryk Obara
parent 64b90ab930
commit f4609262bf
8 changed files with 17 additions and 7 deletions

View file

@ -16,7 +16,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <stdlib.h>
#include <string.h>
#include <math.h>
@ -27,12 +26,13 @@
#include "mapper.h"
#include "mem.h"
#include "dbopl.h"
#include "nukedopl.h"
#include "../libs/nuked/nukedopl.h"
#include "mame/emu.h"
#include "mame/fmopl.h"
#include "mame/ymf262.h"
#define OPL2_INTERNAL_FREQ 3600000 // The OPL2 operates at 3.6MHz
#define OPL3_INTERNAL_FREQ 14400000 // The OPL3 operates at 14.4MHz