summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2026-05-17 22:47:33 +1000
committer Vas Crabb <vas@vastheman.com>2026-05-17 22:47:33 +1000
commit9de031649b205ec4eb418fe2fe71ef9e74b64521 (patch)
tree6b4a2162f3c59b68629c5073d522b2ba9ce23037 /src/devices
parent0db3d85b40da556fa81822747741b26ef3e65025 (diff)
taito/lsasquad.cpp: Added FIXME comments to obviously dubious code.
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/machine/macseconds.h3
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;
};