summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd765.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* upd765: isbc215 format expects sector size to be in result (nw) cracyc2016-12-031-1/+1
| | | | floppy: 8" motor on for create too (nw)
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
| | | | | 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
* Less errorlog spam. (nw) Curt Coder2016-08-161-49/+51
|
* upd765: drop redundant tag() in logerror calls (nw) Sergey Svishchev2016-08-151-49/+39
|
* for MSVC (nw) smf-2016-06-091-1/+1
|
* upd765: don't fail immediately on wrong cyl (nw) cracyc2016-05-011-3/+0
|
* upd765: indicate ready status in st0 after seek (nw) cracyc2016-04-121-2/+6
|
* reverting: Miodrag Milanovic2016-01-201-49/+49
| | | | | | | 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-1/+1
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
|
* tags are now strings (nw) Miodrag Milanovic2016-01-161-49/+49
| | | | fix start project for custom builds in Visual Studio (nw)
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+0
|
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
|
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
|
* clang-modernize part 3 Miodrag Milanovic2015-12-041-9/+9
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2534