summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80
Commit message (Expand)AuthorAgeFilesLines
* Self-registering devices prep: Vas Crabb2017-02-274-5/+5
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-7/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-116-3/+3
* Simplify daisy-chain IRQ ack routine (get rid of delegate member) (nw) AJR2016-12-293-13/+8
* Z80 daisy chain stuff AJR2016-12-284-22/+20
* HACK: return 0xffff for the current program counter while fetching the vector... smf-2016-12-111-0/+6
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-242-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the Z80 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-251-17/+24
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-12/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-197/+197
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-082-4/+11
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-9/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-6/+2
* 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