summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdnet.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2023-12-11 12:15:09 +0100
committer hap <happppp@users.noreply.github.com>2023-12-11 12:15:21 +0100
commitc401273bdabb933622ac16b8effb69a420e57b86 (patch)
treeb78359250e41ab2d91b048b72cc68add958cae5b /src/osd/osdnet.h
parent05e69b43e9770e16c4bf1c6ca3e585e64c3f6ff9 (diff)
schedule/timer: be more consistent with s32 param
Diffstat (limited to 'src/osd/osdnet.h')
-rw-r--r--src/osd/osdnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/osdnet.h b/src/osd/osdnet.h
index 0c78f0a1fad..05276e7e149 100644
--- a/src/osd/osdnet.h
+++ b/src/osd/osdnet.h
@@ -44,7 +44,7 @@ protected:
virtual int recv_dev(uint8_t **buf);
private:
- void recv(int param);
+ void recv(int32_t param);
class device_network_interface *m_dev;
emu_timer *m_timer;