diff options
| author | 2013-01-11 07:32:46 +0000 | |
|---|---|---|
| committer | 2013-01-11 07:32:46 +0000 | |
| commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
| tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/lib/util/chdcd.h | |
| parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) | |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/lib/util/chdcd.h')
| -rw-r--r-- | src/lib/util/chdcd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/chdcd.h b/src/lib/util/chdcd.h index df799371603..d32fc6c0c73 100644 --- a/src/lib/util/chdcd.h +++ b/src/lib/util/chdcd.h @@ -19,9 +19,9 @@ struct chdcd_track_input_entry chdcd_track_input_entry() { reset(); } void reset() { fname.reset(); offset = idx0offs = idx1offs = 0; swap = false; } - astring fname; // filename for each track - UINT32 offset; // offset in the data file for each track - bool swap; // data needs to be byte swapped + astring fname; // filename for each track + UINT32 offset; // offset in the data file for each track + bool swap; // data needs to be byte swapped UINT32 idx0offs; UINT32 idx1offs; }; @@ -36,4 +36,4 @@ struct chdcd_track_input_info chd_error chdcd_parse_toc(const char *tocfname, cdrom_toc &outtoc, chdcd_track_input_info &outinfo); -#endif /* __CHDCD_H__ */ +#endif /* __CHDCD_H__ */ |
