Mercurial > repos > blastem
comparison genesis.c @ 2568:f0ace2494df6
Fix libretro build
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 28 Jan 2025 23:38:06 -0800 |
parents | 3f58fec775df |
children | 3d14db924e57 |
comparison
equal
deleted
inserted
replaced
2567:8872c8e3e0fc | 2568:f0ace2494df6 |
---|---|
35 | 35 |
36 #define LINES_NTSC 262 | 36 #define LINES_NTSC 262 |
37 #define LINES_PAL 313 | 37 #define LINES_PAL 313 |
38 | 38 |
39 #ifdef IS_LIB | 39 #ifdef IS_LIB |
40 #define MAX_SOUND_CYCLES (MCLKS_PER_YM*NUM_OPERATORS*6*4) | 40 #define MAX_SOUND_CYCLES (MCLKS_PER_YM*OPN2_NUM_OPERATORS*6*4) |
41 #else | 41 #else |
42 #define MAX_SOUND_CYCLES 100000 | 42 #define MAX_SOUND_CYCLES 100000 |
43 #endif | 43 #endif |
44 | 44 |
45 #ifdef NEW_CORE | 45 #ifdef NEW_CORE |