summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z80
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-5764/+0
* blame balrog for this :) (NW) Cowering2015-07-081-6/+6
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-7/+25
* correction hap2015-05-152-2/+2
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-139-18/+18
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-32/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0711-0/+22
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-252-12/+12
* fix compile from qmc2 (nw) Miodrag Milanovic2015-03-081-1/+1
* shuffle more HNG64 stuff around, add stub CPU classes for the different CPU t... mamehaze2015-03-072-0/+112
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-221-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* small cleanup Michaël Banaan Ananas2014-07-312-126/+21
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-222-10/+10
* Cleanups and version bump Miodrag Milanovic2014-07-222-7/+7
* looks like unmapped output bits are 0 Michaël Banaan Ananas2014-07-071-15/+15
* nw Michaël Banaan Ananas2014-07-031-5/+5
* more trampoline madness Michaël Banaan Ananas2014-06-232-19/+305
* ok, made TMPZ84C011 pins external instead of making drivers having to interfa... Michaël Banaan Ananas2014-06-233-30/+112
* forgot to add savestate Michaël Banaan Ananas2014-06-225-24/+33
* added preliminary tmpz84c015, stupid daisy chain Michaël Banaan Ananas2014-06-217-125/+195
* partial revert of r31054: daisy chain config is on TMPZ84C011 external pins Michaël Banaan Ananas2014-06-212-10/+2
* got rid of tmpz84c011 ctc trampolines Michaël Banaan Ananas2014-06-213-52/+17
* tmpz84c011c small cleanup. Michaël Banaan Ananas2014-06-202-248/+192
* move tmpz84c011 specifics to its own files, make z80ctc a subdevice rather th... David Haywood2014-06-114-372/+436
* (shortened CALLBACK to CB) Michaël Banaan Ananas2014-06-091-11/+11
* more notes (nw) David Haywood2014-06-031-0/+13
* kenseim fleshing out (nw) David Haywood2014-05-311-2/+3
* start to make the z84 a proper cpu type, migrate code from niyanpai to the cpu. David Haywood2014-05-302-2/+344
* new NOT WORKING David Haywood2014-05-302-0/+22
* converted pve500 to newer z80sio device, while it is still in preliminary sta... Fabio Priuli2014-04-291-13/+4
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-292-3/+3
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+3
* tlcs: fixed regression, device is cpu (nw) Miodrag Milanovic2014-04-291-1/+1
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-8/+7
* Fixed build. (nw) Curt Coder2014-04-041-0/+2
* - New Z80 CPU derivate Toshiba TLCS-Z80 [Felipe Sanches] Miodrag Milanovic2014-04-042-0/+133
* rename functions with upper case names to lower case to avoid #define collisi... smf-2014-01-222-1159/+1152
* fixed z80 regressions (nw) smf-2014-01-212-4/+5
* converted z80 to c++ [smf] smf-2014-01-212-2938/+2981
* Lessen log pollution. (nw) Curt Coder2013-11-161-1/+1
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+2
* modernised the YM3526, which also required adding write lines to the 6502, 68... smf-2013-05-122-4/+45
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-2323/+2323
* fix z80 cycles on illegal prefixes Michaël Banaan Ananas2012-10-261-8/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2