From 7da0fa53ec047f5b9997eb5b4fba7fa0a49878d2 Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 19 Mar 2025 17:18:59 +0100 Subject: [PATCH] tea1002: fix compile --- src/devices/video/tea1002.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/tea1002.h b/src/devices/video/tea1002.h index db60b9c943a..fe81af0ffec 100644 --- a/src/devices/video/tea1002.h +++ b/src/devices/video/tea1002.h @@ -47,7 +47,7 @@ private: static const int m_tint = -6; // what is this based on? static const float m_luminance[16]; static const int m_phase[16]; - static const int m_amplitute[16]; + static const int m_amplitude[16]; }; // device type definition