diff options
| author | 2026-05-17 22:47:33 +1000 | |
|---|---|---|
| committer | 2026-05-17 22:47:33 +1000 | |
| commit | 9de031649b205ec4eb418fe2fe71ef9e74b64521 (patch) | |
| tree | 6b4a2162f3c59b68629c5073d522b2ba9ce23037 /src/devices | |
| parent | 0db3d85b40da556fa81822747741b26ef3e65025 (diff) | |
taito/lsasquad.cpp: Added FIXME comments to obviously dubious code.
Diffstat (limited to 'src/devices')
| -rw-r--r-- | src/devices/machine/macseconds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/macseconds.h b/src/devices/machine/macseconds.h index 1c0daf7abc0..b0510ad6fc7 100644 --- a/src/devices/machine/macseconds.h +++ b/src/devices/machine/macseconds.h @@ -15,7 +15,8 @@ public: u32 get_local_seconds(system_time &systime); u32 get_seconds(int year, int month, int day, int day_of_week, int hour, int minute, int second); - private : int m_is_dst; +private: + int m_is_dst; time_t m_gmt_offset; }; |
