summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z180 (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-12/+12
* Some changes, MB90082 != MB90092 Angelo Salese2012-08-291-1/+1
* First step to Super Famicom Box Angelo Salese2012-08-291-2/+3
* removed some unnecessary statements reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-1/+0
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Small fix for z180 stat1 reset register, nw Angelo Salese2011-12-231-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-40/+40
* running_device -> device_t Aaron Giles2010-12-313-5/+5
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-194-5/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-22/+22
* 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-4/+4
* Cleanups and version bump. Aaron Giles2010-06-171-3/+3
* 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-3/+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-084-186/+179
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-272-16/+16
* Improved Z180 interrupt and timer handling. Added some missing save state ent... Couriersud2010-05-205-92/+156
* Rewrote Z180 cycle accounting to create a basis for more exact internal I/O a... Couriersud2010-05-195-120/+106
* Improved Z180 timer and HALT processing. This fixes MT03852. [Couriersud] Couriersud2010-05-171-13/+42
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-085-156/+156
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-183-8/+8
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-107-158/+158
* Results of running the latest srcclean. Aaron Giles2009-12-287-195/+195
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-6/+6
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-2/+3
* 03487: All Drivers using z180 cpu: Access Violation [Phil Bennett] Phil Bennett2009-10-261-12/+9
* > From: atari_ace@verizon.net Aaron Giles2009-10-213-20/+23
* > -----Original Message----- Aaron Giles2009-10-032-1/+6
* obsolete file Michaël Banaan Ananas2009-08-191-1/+0
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-133-2057/+12
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* CPU cores now compile cleanly. Aaron Giles2009-03-152-18/+27
* Cleanups and version bump. Aaron Giles2008-12-222-16/+16
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-40/+40
* Z180 uses new cpu_state_table Aaron Giles2008-12-192-205/+207
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+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
* Pointer-ified the Z180 core. Aaron Giles2008-12-0810-3100/+2963
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-25/+25