comparison genesis.c @ 1927:9fd4bedc1a31

Update libretro target to use render_audio shared audio code
author Mike Pavone <pavone@retrodev.com>
date Thu, 16 Apr 2020 22:37:01 -0700
parents 53faef14cbdb
children 374a5ae694e8 b387f1c5a1d0
comparison
equal deleted inserted replaced
1926:94f37e4b1469 1927:9fd4bedc1a31
33 //TODO: Figure out the exact value for this 33 //TODO: Figure out the exact value for this
34 #define LINES_NTSC 262 34 #define LINES_NTSC 262
35 #define LINES_PAL 313 35 #define LINES_PAL 313
36 36
37 #ifdef IS_LIB 37 #ifdef IS_LIB
38 #define MAX_SOUND_CYCLES (MCLKS_PER_YM*NUM_OPERATORS*6) 38 #define MAX_SOUND_CYCLES (MCLKS_PER_YM*NUM_OPERATORS*6*4)
39 #else 39 #else
40 #define MAX_SOUND_CYCLES 100000 40 #define MAX_SOUND_CYCLES 100000
41 #endif 41 #endif
42 42
43 #ifdef NEW_CORE 43 #ifdef NEW_CORE