summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/mfmhd.c
Commit message (Collapse)AuthorAgeFilesLines
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-2/+2
| | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw)
* 60000000000 does not fit in a long (nw) Alex W. Jackson2015-08-041-1/+1
|
* mfmhd: using string instead of char* Michael Zapf2015-08-021-1/+1
|
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-021-0/+1176