| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize m_scantime and m_pixeltime to non-zero values to prevent divide by |  Aaron Giles | 2010-06-09 | 1 | -2/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -1117/+943 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -3/+3 |
* | Internal debugger using the mame rendering infrastructure |  Couriersud | 2010-02-11 | 1 | -0/+4 |
* | UI menu interface changes |  Couriersud | 2010-01-27 | 1 | -1/+1 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -51/+51 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -5/+6 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -30/+20 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 1 | -0/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -10/+10 |
* | Reverted 'bad code' mistakenly submitted in r7745. I'll keep the other code ... |  Scott Stone | 2009-12-24 | 1 | -1/+1 |
* | Fixed 03597: outrun, outrunra, outruno, outrundx, outrunb: Incorrect vsync sp... |  Scott Stone | 2009-12-24 | 1 | -1/+1 |
* | Moved machine->gfx initialization out of the video module and |  Aaron Giles | 2009-12-23 | 1 | -144/+0 |
* | Cleaned-up several drivers; added missing prototypes and removed dead ones, |  Phil Bennett | 2009-12-08 | 1 | -1/+0 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 1 | -12/+6 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -1/+1 |
* | Changed profiler to separate start/stop cases. [Christophe Jaillet] |  Aaron Giles | 2009-08-19 | 1 | -14/+14 |
* | From: hoge hoge [c8cv@hotmail.com] |  Aaron Giles | 2009-08-13 | 1 | -1/+1 |
* | Cleanups and version bump.mame0132u5 |  Aaron Giles | 2009-07-16 | 1 | -9/+9 |
* | Fix crasher in burnin code. |  Aaron Giles | 2009-07-14 | 1 | -2/+2 |
* | Added basic support in bitmap.c for 64-bit indexed bitmaps. As a |  Aaron Giles | 2009-07-13 | 1 | -2/+185 |
* | Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems |  Aaron Giles | 2009-07-09 | 1 | -50/+0 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-06-08 | 1 | -2/+2 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -2/+2 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -15/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -35/+35 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | Cleanups and version bump.mame0129u1 |  Aaron Giles | 2009-01-15 | 1 | -4/+4 |
* | 02824: deadlock when using -state with -mngwrite/-aviwrite |  Aaron Giles | 2009-01-14 | 1 | -0/+1 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -25/+60 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -4/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-14 | 1 | -1/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -21/+21 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -16/+16 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -21/+16 |
* | 02488: All sets with using 2+ monitors: Crash to desktop on second play |  Aaron Giles | 2008-10-09 | 1 | -1/+2 |
* | Plumbed machine parameters through the renderer. Removed need for |  Aaron Giles | 2008-09-29 | 1 | -9/+12 |
* | 02442: -aviwrite produces faulty files |  Aaron Giles | 2008-09-27 | 1 | -2/+2 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -4/+10 |
* | Cleanups and version bump.mame0127u2 |  Aaron Giles | 2008-09-04 | 1 | -1/+1 |
* | Changed refreshspeed target to 0.25Hz below rate provided, in order to guaran... |  Aaron Giles | 2008-09-03 | 1 | -2/+4 |
* | Changed slider controls into a menu. For now, removed the old direct access |  Aaron Giles | 2008-08-28 | 1 | -1/+1 |
* | Region classes go bye-bye. |  Aaron Giles | 2008-07-28 | 1 | -3/+3 |
* | Changed the way memory regions are referenced. Instead of a single |  Aaron Giles | 2008-07-28 | 1 | -5/+5 |
* | Replaced the crazy number of get/set functions for render containers with |  Aaron Giles | 2008-07-13 | 1 | -4/+7 |
* | 01963: screenless systems: memory leak with -mngwrite |  Aaron Giles | 2008-07-06 | 1 | -5/+2 |
* | Partial fix: 01945: All asteriod.c sets: Assertions |  Couriersud | 2008-06-28 | 1 | -2/+2 |