summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z80/z80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cp2000: put sboard interface on left side like everywhere else hap2020-07-271-1/+1
* z80: don't continue cpu when halt opcode gets overwritten hap2020-07-261-43/+34
* z80.cpp HALT notes MetalliC2020-07-261-0/+3
* kl5c80a12: Emulate MMU within CPU device AJR2020-07-211-5/+5
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-14/+13
* New working machine added hap2019-04-151-3/+4
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-10/+10
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* 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-4/+4
* z80: small whitespace alignment (nw) hap2017-11-141-30/+30
* Wakeup Monty Plays Scrabble & Master Monty from HALT instruction using reset.... smf-2017-10-241-4/+13
* z80, segag80r: Replace protection kludge with something less horrible (nw) AJR2017-09-301-6/+0
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+13
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-7/+7
* Simplify daisy-chain IRQ ack routine (get rid of delegate member) (nw) AJR2016-12-291-3/+2
* Z80 daisy chain stuff AJR2016-12-281-14/+9
* HACK: return 0xffff for the current program counter while fetching the vector... smf-2016-12-111-0/+6
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* 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-221-105/+105
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-081-3/+10
* 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-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* 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-271-1/+1
* 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
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-10/+7
* 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-071-29/+14
* z80: put take_nmi in the execution loop: eg. z80 writes to another device NMI... hap2016-02-071-53/+42
* z80: added crude implementation of WAIT pin hap2016-02-071-44/+28
* z80.cpp: added a debug mechanism for /WAIT pin assertion mechanism (enable wi... angelosa2016-02-041-0/+22
* reverting: Miodrag Milanovic2016-01-201-12/+12
* 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-12/+12
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1