| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 3 | -2105/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -1/+1 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -5/+5 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
| * | second round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -1/+1 |
| * | Added license tags to a few more files. Also converted many of OG's |  Aaron Giles | 2013-10-16 | 1 | -0/+2 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 2 | -62/+4 |
| * | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
| * | pass this instead of NULL and options instead of 0 in the class based cpu cor... |  smf- | 2013-03-06 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 3 | -138/+138 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 2 | -151/+84 |
| * | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -1/+1 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 2 | -2/+2 |
| * | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
| * | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+1 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -10/+10 |
| * | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -4/+8 |
| * | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 2 | -6/+6 |
| * | Fix unidasm compilation. |  Aaron Giles | 2010-09-08 | 2 | -3/+3 |
| * | Minor cleanup. |  Aaron Giles | 2010-09-08 | 2 | -3/+1 |
| * | Converted ASAP CPU core from a legacy CPU core to a modern device. |  Aaron Giles | 2010-09-07 | 3 | -1150/+1339 |
| * | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -1/+3 |
| * | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -15/+15 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -4/+4 |
| * | 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 | -2/+0 |
| * | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -3/+3 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -6/+5 |
| * | added save states to the following CPU: apexc, asap, avr8, cp1610, dsp32 and ... |  Fabio Priuli | 2010-04-27 | 1 | -0/+12 |
| * | 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 | -1/+1 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -2/+2 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -7/+7 |
| * | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
| * | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -4/+6 |
| * | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -6/+21 |
| * | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 1 | -9/+9 |
| * | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -1/+1 |
| * | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -9/+9 |
| * | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |
| * | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+1 |
| * | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
| * | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -13/+2 |
| * | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
| * | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 1 | -6/+2 |