diff options
Diffstat (limited to 'src/emu/dinetwork.h')
| -rw-r--r-- | src/emu/dinetwork.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/dinetwork.h b/src/emu/dinetwork.h index 99fc1cb3a88..29c7c8859b5 100644 --- a/src/emu/dinetwork.h +++ b/src/emu/dinetwork.h @@ -33,6 +33,7 @@ public: protected: bool has_net_device() const noexcept { return bool(m_dev); } + void log_bytes(u8 *buf, int len); // bandwidth in bytes per second u32 m_bandwidth; |
