summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* New working machine added hap2019-04-151-3/+4
* z80pio.cpp : Simplify handlers, Reduce duplicates cam9002019-04-071-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+2
* misc MACHINE_CONFIG macros removal (nw) Ivan Vangelista2019-02-091-2/+3
* -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... mooglyguy2018-12-171-12/+0
* -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-061-103/+4
* change var const style back to how it was where 2993e850bbe44f8e7992877bd1e5a... hap2018-09-201-2/+2
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-2/+2
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-032-17/+18
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-303-81/+40
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-8/+8
* remove more MCFG_ (nw) Vas Crabb2018-07-071-0/+3
* devcb3 Vas Crabb2018-07-073-40/+61
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-11/+11
* model2io2: Support Virtua Cop Dirk Best2018-05-261-1/+0
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+2
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-155-566/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-14/+14
* tmpz84c015: Add missing callback for ctc zc3 Dirk Best2018-05-092-21/+16
* z80daisy: Implement independent RETI decoding (nw) AJR2018-05-062-2/+65
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-28/+28
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-202-20/+22
* ddenlovr.cpp: Change main CPU type to TMPZ84C015 for most Z80-based games AJR2018-04-091-0/+16
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-154-5/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-048-119/+93
* z80: Change refresh callback to write8 [smf] smf-2018-02-242-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-124-4/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* fix disassembly when $ed, $dd & $fd prefixes are used but the instruction is ... smf-2018-01-131-0/+10
* this breaks more than it fixes. Revert "z80 disassembler, stopped invalid dd ... smf-2018-01-131-4/+2
* z80 disassembler, stopped invalid dd & fd instructions from eating the next b... smf-2018-01-081-2/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-4/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-99/+133
* srcclean (nw) Vas Crabb2017-11-262-2/+2
* z80daisy_generic: Add irq output callback Dirk Best2017-11-202-0/+26
* z80: small whitespace alignment (nw) hap2017-11-141-30/+30
* einstein: Major cleanup, add a ADC0844 device Dirk Best2017-11-062-0/+162
* Wakeup Monty Plays Scrabble & Master Monty from HALT instruction using reset.... smf-2017-10-242-4/+18
* z80, segag80r: Replace protection kludge with something less horrible (nw) AJR2017-09-301-6/+0
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-106-8/+8
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-036-26/+29
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-316-54/+39
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-41/+34