| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -3/+0 |
* | Timers now execute at the end of each timeslice instead of at the start, as t... |  Alex W. Jackson | 2014-02-22 | 1 | -8/+7 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | added makefile define FASTDEBUG to disable some debug-specific stuff, that is... |  Oliver Stöneberg | 2013-08-02 | 1 | -0/+2 |
* | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -1/+1 |
* | Minor schedule.c optimization |  Nathan Woods | 2013-03-28 | 1 | -13/+30 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -16/+14 |
* | 1. [M6809] Uninitialized variable fix (nw) |  Nathan Woods | 2012-12-24 | 1 | -1/+3 |
* | placed back schedule change but with fixed logic (no whatsnew) |  Miodrag Milanovic | 2012-12-17 | 1 | -6/+6 |
* | Place schedule thing back, will put it back after release (nw) |  Miodrag Milanovic | 2012-12-17 | 1 | -6/+6 |
* | Minor optimizations to schedule.c (nw) |  Nathan Woods | 2012-12-16 | 1 | -6/+6 |
* | Added some logging (currently turned off) |  Nathan Woods | 2012-12-16 | 1 | -1/+7 |
* | added missing \n to even more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -2/+2 |
* | cothread removed, was not used for a long time and was commented (no whatsnew) |  Miodrag Milanovic | 2012-08-23 | 1 | -1/+0 |
* | Made MCFG_QUANTUM_PERFECT_CPU able to work within devices (no whatsnew) |  Miodrag Milanovic | 2012-08-13 | 1 | -3/+3 |
* | Clamp timer->remaining() to 0 if the timer has expired. |  Aaron Giles | 2012-02-28 | 1 | -1/+4 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -2/+2 |
* | Clean-ups and version bumpmame0144u2 |  Angelo Salese | 2011-12-04 | 1 | -1/+1 |
* | Commented (per Kale's request) not removed libcothread usage in core (require... |  Miodrag Milanovic | 2011-11-30 | 1 | -1/+1 |
* | Added byuu's cothread library, along with a wrapper class. Switched to |  Aaron Giles | 2011-06-25 | 1 | -2/+3 |
* | Fix inverted check on anonymous timers prior to saving state. Also |  Aaron Giles | 2011-06-05 | 1 | -5/+57 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -1/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -19/+15 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -7/+7 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -19/+19 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -8/+8 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -44/+0 |
* | Make emu_timer destructor private to prevent direct freeing. |  Aaron Giles | 2011-02-16 | 1 | -0/+9 |
* | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -19/+19 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -6/+6 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -14/+5 |
* | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -1/+1 |
* | Fix timer_pulse. Better would be not to use it at all, though. |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -7/+0 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -96/+651 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -10/+9 |
* | Converted ASAP CPU core from a legacy CPU core to a modern device. |  Aaron Giles | 2010-09-07 | 1 | -3/+3 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -2/+2 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -6/+6 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -11/+11 |
* | Guess what (no whatsnew) |  R. Belmont | 2010-06-17 | 1 | -1/+1 |
* | Regression fixes: |  Aaron Giles | 2010-06-14 | 1 | -0/+23 |
* | Fix several timing problems: |  Aaron Giles | 2010-06-10 | 1 | -2/+3 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -2/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -0/+413 |