summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/z80bin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-78/+0
* homelab.cpp, ssem.cpp, machine/z80bin.cpp: Eliminate use of fgetc in quickloa... AJR2022-03-311-9/+10
* initialised some variables in my drivers. Robbbert2022-03-021-6/+6
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-4/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-051-19/+19
* Final GCC 8 batch for tonight (nw) arbee2018-05-011-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* cleanup (nw) Miodrag Milanovic2016-07-311-1/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+77