summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wd_fdc: tag command names in debug messages Sergey Svishchev2017-02-201-7/+7
|
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-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.
* wd_fdc: added a configuration for disable the motor control when MO line is ↵ Sandro Ronco2016-12-231-3/+9
| | | | not connected. (nw)
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-60/+60
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* wd_fdc: suppress index pulse irq when busy. (nw) cracyc2016-06-111-7/+7
| | | | | -- Did bunch of testing, found no regressions but nothing that even enables the index pulse irq other than the rainbow.
* remove leftover logging (nw) Dirk Best2016-03-101-1/+1
|
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy ↵ Olivier Galibert2016-03-101-79/+84
| | | | | | | reset [O. Galibert] esq5505: Don't return rom to the debugger (nw) esq5505: Invert the deflector dish polarity (nw)
* x1: try implicitly starting the motor when the head is loaded. [nw] cracyc2016-01-211-0/+3
| | | | | --- No evidence anywhere (at least that I can read) that this is correct. Maybe there's something else missing or the images (more than one) that do this are bad but FWIW other emulators fail to load them in the same way we were.
* reverting: Miodrag Milanovic2016-01-201-95/+95
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-3/+3
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-3/+3
|
* tags are now strings (nw) Miodrag Milanovic2016-01-161-95/+95
| | | | fix start project for custom builds in Visual Studio (nw)
* Revert "Update device names" Miodrag Milanović2015-12-281-23/+23
|
* Update wd_fdc.cpp MASH2015-12-201-23/+23
|
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2831