| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Duh |  Angelo Salese | 2010-05-12 | 3 | -2/+37 |
* | Fix debug compile? |  Angelo Salese | 2010-05-12 | 1 | -1/+1 |
* | More z8001 work |  Angelo Salese | 2010-05-12 | 3 | -9/+19 |
* | First batch of Zilog Z8001 mods (treated as a separate CPU core for now) |  Angelo Salese | 2010-05-11 | 5 | -11/+702 |
* | Placeholder for the Zilog Z8001 CPU core |  Angelo Salese | 2010-05-11 | 2 | -6/+33 |
* | several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] |  Fabio Priuli | 2010-03-17 | 1 | -1/+1 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 2 | -22/+22 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -9/+9 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -2/+2 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -4/+4 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 4 | -24/+24 |