summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-21/+21
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-14/+14
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-5/+5
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* 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-192-3/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-15/+15
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-192-7/+7
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-10/+10
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* 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-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-72/+46
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-12/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-3/+2
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-2/+2
* Fix CPP_COMPILE (except for internal compiler error on snes.c). Aaron Giles2009-09-081-21/+21
* [Z8] Fixed disassembler argument order. Curt Coder2009-09-071-23/+23
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-074-93/+93
* Added preliminary Zilog Z8 CPU core for MESS. Curt Coder2009-09-044-0/+2113