mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
Fix GCC compiler error
This commit is contained in:
parent
9ca9d30419
commit
06e1ebb630
@ -140,7 +140,7 @@
|
||||
* where calculated using least square approximation.
|
||||
* This approach gives a bit better results compared to the first approach.
|
||||
*/
|
||||
//#define LS624_F(_C, _VI, _VR) pow10( -0.912029404 * log10(_C) + 0.243264328 * (_VI) \
|
||||
//#define LS624_F(_C, _VI, _VR) pow10( -0.912029404 * log10(_C) + 0.243264328 * (_VI)
|
||||
// - 0.091695877 * (_VR) -0.014110946 * (_VI) * (_VR) - 3.207072925)
|
||||
#define LS624_F(_in, _num) pow10(context->k1_##_num + 0.243264328 * (_in) + context->k2_##_num * (_in))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user