comparison genesis.c @ 2485:59a299610662

Delete old TODO (values were already correct)
author Michael Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2024 11:46:34 -0700
parents aaf7bb58ffca
children e8eba0cd5444
comparison
equal deleted inserted replaced
2484:ccee8dccd9cc 2485:59a299610662
31 #define MCLKS_PER_PSG (MCLKS_PER_Z80*16) 31 #define MCLKS_PER_PSG (MCLKS_PER_Z80*16)
32 #define Z80_INT_PULSE_MCLKS 2573 //measured value is ~171.5 Z80 clocks 32 #define Z80_INT_PULSE_MCLKS 2573 //measured value is ~171.5 Z80 clocks
33 #define DEFAULT_SYNC_INTERVAL MCLKS_LINE 33 #define DEFAULT_SYNC_INTERVAL MCLKS_LINE
34 #define DEFAULT_LOWPASS_CUTOFF 3390 34 #define DEFAULT_LOWPASS_CUTOFF 3390
35 35
36 //TODO: Figure out the exact value for this
37 #define LINES_NTSC 262 36 #define LINES_NTSC 262
38 #define LINES_PAL 313 37 #define LINES_PAL 313
39 38
40 #ifdef IS_LIB 39 #ifdef IS_LIB
41 #define MAX_SOUND_CYCLES (MCLKS_PER_YM*NUM_OPERATORS*6*4) 40 #define MAX_SOUND_CYCLES (MCLKS_PER_YM*NUM_OPERATORS*6*4)