Loading hw/audio/fmopl.c +1 −5 Original line number Diff line number Diff line Loading @@ -34,15 +34,11 @@ #include <math.h> //#include "driver.h" /* use M.A.M.E. */ #include "fmopl.h" #include "qemu/osdep.h" #ifndef PI #define PI 3.14159265358979323846 #endif #ifndef ARRAY_SIZE #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) #endif /* -------------------- for debug --------------------- */ /* #define OPL_OUTPUT_LOG */ #ifdef OPL_OUTPUT_LOG Loading Loading
hw/audio/fmopl.c +1 −5 Original line number Diff line number Diff line Loading @@ -34,15 +34,11 @@ #include <math.h> //#include "driver.h" /* use M.A.M.E. */ #include "fmopl.h" #include "qemu/osdep.h" #ifndef PI #define PI 3.14159265358979323846 #endif #ifndef ARRAY_SIZE #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) #endif /* -------------------- for debug --------------------- */ /* #define OPL_OUTPUT_LOG */ #ifdef OPL_OUTPUT_LOG Loading