| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 8 | -9800/+0 |
| * | z8000: fix lda register corruption (nw) |  cracyc | 2015-07-01 | 1 | -1/+2 |
| * | z8000: make 9c00 an alias to testl (nw) |  cracyc | 2015-06-10 | 1 | -1/+1 |
| * | z8000: set flag on even parity (nw) |  cracyc | 2015-06-10 | 1 | -1/+1 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 6 | -9/+9 |
| * | changes for Juergen Buchmueller in core and credits for some files in mess(nw) |  Miodrag Milanovic | 2015-05-07 | 5 | -127/+10 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 6 | -0/+12 |
| * | (mess) m24: enable loading of m20 floppies (nw) |  cracyc | 2015-05-01 | 1 | -2/+2 |
| * | (mess) m24: add z8000 apb support [Carl] |  cracyc | 2015-04-29 | 3 | -3/+35 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 3 | -4/+3 |
| * | removed mame_* aliases and just use core_* functions (nw) |  Oliver Stöneberg | 2014-03-24 | 1 | -3/+3 |
| * | and more *.c -> *.inc renaming (nw) |  Oliver Stöneberg | 2014-03-19 | 4 | -5/+5 |
| * | z8000: global_free fix (nw) |  Alex W. Jackson | 2014-03-12 | 1 | -1/+1 |
| * | z8000.c: Modernized cpu core. [Wilbert Pol] |  Wilbert Pol | 2014-01-29 | 5 | -2510/+3097 |
| * | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 2 | -4/+4 |
| * | (MESS) Z800x and M20 improvements to boot CP/M-8000 [Christian Groessler] |  R. Belmont | 2013-04-18 | 6 | -80/+140 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 7 | -1621/+1619 |
| * | Z800x: Fixed some bugs in non-segmented mode [Christian Grössler] |  R. Belmont | 2012-12-28 | 2 | -22/+13 |
| * | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 1 | -2/+2 |
| * | Z8001: Implement separate program/data address spaces [Christian Grössler] |  R. Belmont | 2012-12-10 | 2 | -424/+484 |
| * | z800x: Fixed some incorrect opcodes and address register math in segment mode... |  R. Belmont | 2012-11-22 | 3 | -74/+143 |
| * | Cleanups and version bump (nw)mame0147u3 |  Miodrag Milanovic | 2012-11-19 | 1 | -16/+16 |
| * | Minor update/correction to Z8000 changes (nw) |  R. Belmont | 2012-11-03 | 1 | -1/+1 |
| * | Z8000: Fixed implementation of trdb, trdrb, trib, trirb, trtdb, trtdrb, trtib... |  R. Belmont | 2012-11-03 | 1 | -50/+64 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -8/+8 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 2 | -9/+7 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -20/+20 |
| * | More Z8001 improvements. [Christian Grössler] |  R. Belmont | 2012-05-28 | 2 | -15/+13 |
| * | z800x: Handle vectored interrupts correctly. [Christian Grössler] |  R. Belmont | 2012-05-23 | 1 | -5/+9 |
| * | Fixed compilation under VS2010 (no whatsnew) |  Miodrag Milanovic | 2012-05-17 | 1 | -0/+1 |
| * | Sync with mess, cleanup (nw) |  Miodrag Milanovic | 2012-05-16 | 1 | -4/+4 |
| * | Z8001 has 16-bit wide I/O ports [R. Belmont, Christian Grössler] |  R. Belmont | 2012-05-16 | 1 | -5/+19 |
| * | z800x: Support for disassembly of Z8001 instructions [Christian Grössler] |  R. Belmont | 2012-05-14 | 1 | -17/+43 |
| * | Z8001: Fix inb/outb @rX form. M20 PPI test now passes. [R. Belmont] |  R. Belmont | 2012-05-13 | 1 | -4/+4 |
| * | More Z8001 work, M20 now passes memory test [Christian Grössler] |  Miodrag Milanovic | 2012-05-11 | 5 | -60/+142 |
| * | Preliminary Z8001 support [Christian Groessler] |  Miodrag Milanovic | 2012-05-11 | 5 | -1073/+633 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -3/+3 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -13/+13 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
| * | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -2/+7 |
| * | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -14/+14 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -6/+6 |
| * | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
| * | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -4/+0 |
| * | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -10/+10 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -15/+14 |