summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-2/+6
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-0/+9
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-9/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-6/+2
* Improvements to almost all games in skylncr.cpp AJR2016-08-131-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Critical fixes (nw) AJR2016-04-164-7/+41
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-145-78/+109
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* z80: removed obsolete irq_line write handler hap2016-02-072-31/+14
* z80: put take_nmi in the execution loop: eg. z80 writes to another device NMI... hap2016-02-072-53/+43
* z80: added crude implementation of WAIT pin hap2016-02-072-44/+29
* z80.cpp: added a debug mechanism for /WAIT pin assertion mechanism (enable wi... angelosa2016-02-041-0/+22
* reverting: Miodrag Milanovic2016-01-208-21/+21
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-168-21/+21
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* Lower case KL5C80A12 device name. MASH2015-12-111-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-052-7/+7
* override part 1 (nw) Miodrag Milanovic2015-12-051-5/+5
* cleanuo Miodrag Milanovic2015-12-051-8/+0
* clang-modernize part 3 Miodrag Milanovic2015-12-044-48/+48
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-032-21/+21
* Some more cleanup (nw) Miodrag Milanovic2015-11-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* zx: Start of an hardware-correct rewrite [O. Galibert] Olivier Galibert2015-10-282-3/+27
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-0/+5764