diff options
| author | 2025-03-19 17:18:59 +0100 | |
|---|---|---|
| committer | 2025-03-19 17:18:59 +0100 | |
| commit | 7da0fa53ec047f5b9997eb5b4fba7fa0a49878d2 (patch) | |
| tree | e66a0d5617b910ec2d5e47a3279781e0235c1aa7 /src/devices | |
| parent | d3b7add3bc03c01485d41ebc058e02916737f2ad (diff) | |
tea1002: fix compile
Diffstat (limited to 'src/devices')
| -rw-r--r-- | src/devices/video/tea1002.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
