summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z180
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-7912/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-245-6/+24
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-139-7/+18
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-80/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-075-0/+10
* 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
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-2/+0
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-197-6/+6
* z180.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-2410-2970/+4391
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1111-2918/+2909
* 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
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* 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