summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z80 (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-2/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-13/+13
* get rid of old speedup hack (besides, it made halt timing inaccurate on drive... Michaël Banaan Ananas2012-09-021-32/+0
* z80 r16491 for msx.c Michaël Banaan Ananas2012-08-231-6/+12
* fix t-state table for dd/fd opcodes, the 'illegal' ones were especially wrong... Michaël Banaan Ananas2012-05-291-20/+21
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* I was partially wrong: actually R *does* increase. So it's correct the way it... Michaël Banaan Ananas2011-09-081-6/+6
* Better fix for prev commit: R register should not increase, and interrupts sh... Michaël Banaan Ananas2011-09-081-6/+6
* z80.c: Previous patch was a bit too aggressive. ED DD, ED FD, ED ED should ac... Wilbert Pol2011-09-031-3/+3
* z80.c: Fixed handling of DD,ED,FD prefixed instructions followed by another D... Wilbert Pol2011-09-031-9/+9
* Port from MESS, nw Angelo Salese2011-06-281-12/+12
* Added BUSRQ and WAIT input lines to the Z80 CPU core. [Curt Coder] Curt Coder2011-06-262-31/+73
* 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