summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/z80.h
Commit message (Expand)AuthorAgeFilesLines
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-12/+0
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-0/+3
* remove more MCFG_ (nw) Vas Crabb2018-07-071-0/+3
* devcb3 Vas Crabb2018-07-071-3/+3
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+2
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-4/+4
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* z80: Change refresh callback to write8 [smf] smf-2018-02-241-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+1
* Wakeup Monty Plays Scrabble & Master Monty from HALT instruction using reset.... smf-2017-10-241-0/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Z80 daisy chain stuff AJR2016-12-281-1/+0
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-69/+69
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-081-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-5/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+5
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-5/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+1
* z80: removed obsolete irq_line write handler hap2016-02-071-2/+0
* z80: put take_nmi in the execution loop: eg. z80 writes to another device NMI... hap2016-02-071-0/+1
* z80: added crude implementation of WAIT pin hap2016-02-071-0/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-20/+20
* zx: Start of an hardware-correct rewrite [O. Galibert] Olivier Galibert2015-10-281-0/+10
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+310