| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ↵ | 2018-11-25 | 1 | -0/+1 | |
| | | | | | through popular FDC headers (nw) | ||||
| * | Fixed a bug in fdc_pll: there is no operator* to multiply an attotime | 2017-03-08 | 1 | -3/+4 | |
| | | | | | by a double | ||||
| * | srcclean (nw) | 2017-02-19 | 1 | -3/+3 | |
| | | |||||
| * | Remove emu.h from headers (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude. | ||||
| * | hp9845: fixed a weird case of missed synchronization in 9895 drive | 2017-02-01 | 1 | -1/+1 | |
| | | |||||
| * | hp9845: 9895 is 95% done, it works except for some minor issues | 2017-01-26 | 1 | -3/+13 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+134 | |
