mirror of
https://github.com/holub/mame
synced 2025-06-13 08:05:31 +03:00
no idea what i changed :( (nw)
This commit is contained in:
parent
3a692ce773
commit
764ef82c7d
@ -31,7 +31,7 @@ enum
|
|||||||
{
|
{
|
||||||
Header_cycles = 77, /* Valeur Th?orique 66 = 44100 * 1.5 / 1000 // mesur? sur jeu Formule1 = 1,75ms*/
|
Header_cycles = 77, /* Valeur Th?orique 66 = 44100 * 1.5 / 1000 // mesur? sur jeu Formule1 = 1,75ms*/
|
||||||
Zero_cycles = 27, /* Valeur Th?orique 17 = 44100 * 0.4 / 1000 // mesur? sur jeu Formule1 = 0,61ms*/
|
Zero_cycles = 27, /* Valeur Th?orique 17 = 44100 * 0.4 / 1000 // mesur? sur jeu Formule1 = 0,61ms*/
|
||||||
Un_cycles = 50, /* Valeur Th?orique 40 = 44100 * 0.9 / 1000 // mesur? sur jeu Formule1 = 1,13ms*/
|
Un_cycles = 50 /* Valeur Th?orique 40 = 44100 * 0.9 / 1000 // mesur? sur jeu Formule1 = 1,13ms*/
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Here I prefer use the value that I read on a real tape, and not the theorical value; note that these
|
/* Here I prefer use the value that I read on a real tape, and not the theorical value; note that these
|
||||||
|
Loading…
Reference in New Issue
Block a user