| Commit message (Expand) | Author | Age | Files | Lines |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 2 | -24/+12 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 9 | -2392/+2389 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -4/+4 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 3 | -78/+79 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+1 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 2 | -6/+3 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 2 | -4/+4 |
* | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 2 | -3/+3 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -1/+1 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -10/+10 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -2/+2 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -2/+4 |
* | Fix several rendering issues with artwork, introduced in the |  Aaron Giles | 2012-01-16 | 1 | -2/+2 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 2 | -19/+58 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 2 | -5/+5 |
* | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 1 | -9/+9 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -4/+4 |
* | Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a |  Aaron Giles | 2011-12-29 | 1 | -7/+7 |
* | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -1/+1 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -4/+3 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -2/+2 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
* | Cleanups and version bump.mame0142 |  Aaron Giles | 2011-04-03 | 1 | -2/+2 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 2 | -13/+13 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 3 | -17/+17 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -3/+3 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 2 | -4/+4 |
* | Modified video update system. [Miodrag Milanovic] |  Miodrag Milanovic | 2011-02-24 | 2 | -2/+2 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -11/+11 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -7/+7 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -5/+5 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -8/+8 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 2 | -8/+11 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 2 | -16/+26 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 3 | -15/+15 |
* | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 1 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -11/+9 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -2/+2 |
* | 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 | -6/+4 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -6/+6 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 3 | -136/+92 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -9/+9 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -3/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -14/+14 |