summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z80
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-273-46/+5
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-27/+27
* added (but disabled) NMOS Z80 ld a,i/r quirk, see DIFF for info (no whatsnew) Michaël Banaan Ananas2011-01-161-2/+27
* z80.c: Allow daisy chain functionality to be used in a situation where there ... Wilbert Pol2011-01-052-3/+6
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Bored about this message ... Angelo Salese2010-08-271-1/+1
* 03203: All sets in docastle.c and mrdo.c: Unable to enter Service Mode [Phil ... Phil Bennett2010-08-221-0/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-5/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-6/+6
* Cleanups and version bump. Aaron Giles2010-06-172-2/+2
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-8/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-084-180/+305
* Fixed assert in z80 cpu core when using nsc800 (no whatsnew) Miodrag Milanovic2010-05-251-1/+1
* Added NSC800 CPU emulation to the Z80 core [Sandro Ronco] Fabio Priuli2010-05-252-0/+165
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-8/+8
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-6/+6
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-184-15/+15
* Within src/emu, basic conversions: Aaron Giles2010-01-122-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-105-12/+11
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-2/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-8/+4
* Results of running the latest srcclean. Aaron Giles2009-12-283-42/+42
* Z80: Check for NOP in interrupt mode 0. This allows code like ei / halt / di ... Dirk Best2009-11-031-18/+27
* Fixed IM2 interrupt cycles [eke] Michaël Banaan Ananas2009-08-241-2/+3
* Z80 changes: Michaël Banaan Ananas2009-08-192-149/+157
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* fix error as pointed out by Laurent Brian Troha2009-06-071-1/+1
* Z80 fixes by "Marshmellow" in emails dated 3/8/2009 to Aaron and verified by ... Brian Troha2009-06-071-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Changed Z80 cycle table definitions to be per-device. Removed Aaron Giles2009-04-042-61/+48
* CPU cores now compile cleanly. Aaron Giles2009-03-152-16/+25
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-022-3/+2
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* Cleanups and version bump. Aaron Giles2008-12-222-5/+5
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-221-41/+41
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-41/+39
* Oops, swapped import/export on the R register. Aaron Giles2008-12-191-3/+3
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-192-97/+119
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-2/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-12/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-25/+25