diff options
author | 2022-02-20 18:44:19 +1100 | |
---|---|---|
committer | 2022-02-20 18:44:19 +1100 | |
commit | 02d29b771ab76f0d45ccd7d04be7a9680d8a2148 (patch) | |
tree | d9ece0ee60ae6031fe438aa9ea9bedc40c5b1dd5 /src/lib/util/ioprocs.cpp | |
parent | 98b88900c6df94eb37e30f1af6a4aacb833cdd68 (diff) |
Miscellaneous cleanup:
* emu/machine.cpp: Organised #included headers by module.
* formats/jvc_dsk.cpp: Don't hide diagnostics behind compile-time
switch.
* util/ioprocsfilter.h: Added doxygen comments so one doesn't need to
read the source to work semantics.
Diffstat (limited to 'src/lib/util/ioprocs.cpp')
-rw-r--r-- | src/lib/util/ioprocs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/ioprocs.cpp b/src/lib/util/ioprocs.cpp index 0dcea206571..059d537427e 100644 --- a/src/lib/util/ioprocs.cpp +++ b/src/lib/util/ioprocs.cpp @@ -2,9 +2,9 @@ // copyright-holders:Vas Crabb /*************************************************************************** - ioprocs.h + ioprocs.cpp - I/O interfaces + I/O interface implementations for RAM, C standard I/O and OSD files ***************************************************************************/ |