summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z8000
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-073-4/+3
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-3/+3
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-194-5/+5
* z8000: global_free fix (nw) Alex W. Jackson2014-03-121-1/+1
* z8000.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-295-2510/+3097
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+2
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-302-4/+4
* (MESS) Z800x and M20 improvements to boot CP/M-8000 [Christian Groessler] R. Belmont2013-04-186-80/+140
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-117-1621/+1619
* Z800x: Fixed some bugs in non-segmented mode [Christian Grössler] R. Belmont2012-12-282-22/+13
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* Z8001: Implement separate program/data address spaces [Christian Grössler] R. Belmont2012-12-102-424/+484
* z800x: Fixed some incorrect opcodes and address register math in segment mode... R. Belmont2012-11-223-74/+143
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-16/+16
* Minor update/correction to Z8000 changes (nw) R. Belmont2012-11-031-1/+1
* Z8000: Fixed implementation of trdb, trdrb, trib, trirb, trtdb, trtdrb, trtib... R. Belmont2012-11-031-50/+64
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-8/+8
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-9/+7
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-20/+20
* More Z8001 improvements. [Christian Grössler] R. Belmont2012-05-282-15/+13
* z800x: Handle vectored interrupts correctly. [Christian Grössler] R. Belmont2012-05-231-5/+9
* Fixed compilation under VS2010 (no whatsnew) Miodrag Milanovic2012-05-171-0/+1
* Sync with mess, cleanup (nw) Miodrag Milanovic2012-05-161-4/+4
* Z8001 has 16-bit wide I/O ports [R. Belmont, Christian Grössler] R. Belmont2012-05-161-5/+19
* z800x: Support for disassembly of Z8001 instructions [Christian Grössler] R. Belmont2012-05-141-17/+43
* Z8001: Fix inb/outb @rX form. M20 PPI test now passes. [R. Belmont] R. Belmont2012-05-131-4/+4
* More Z8001 work, M20 now passes memory test [Christian Grössler] Miodrag Milanovic2012-05-115-60/+142
* Preliminary Z8001 support [Christian Groessler] Miodrag Milanovic2012-05-115-1073/+633
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-14/+14
* 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
* 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-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-10/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-15/+14
* Duh Angelo Salese2010-05-123-2/+37
* Fix debug compile? Angelo Salese2010-05-121-1/+1
* More z8001 work Angelo Salese2010-05-123-9/+19
* First batch of Zilog Z8001 mods (treated as a separate CPU core for now) Angelo Salese2010-05-115-11/+702
* Placeholder for the Zilog Z8001 CPU core Angelo Salese2010-05-112-6/+33
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-082-22/+22
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-4/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-104-24/+24