| Commit message (Expand) | Author | Age | Files | Lines |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -25/+25 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -46/+35 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -122/+94 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 1 | -3/+2 |
* | Get rid of setjmp/longjmp for error handling in favor of exceptions. |  Aaron Giles | 2010-01-04 | 1 | -61/+20 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -2/+2 |
* | Fixes so we can compile as C++ again. |  Aaron Giles | 2009-12-28 | 1 | -5/+5 |
* | Moved machine->gfx initialization out of the video module and |  Aaron Giles | 2009-12-23 | 1 | -0/+3 |
* | A few more fixes. |  Aaron Giles | 2009-12-21 | 1 | -6/+3 |
* | Cleaned-up several drivers; added missing prototypes and removed dead ones, |  Phil Bennett | 2009-12-08 | 1 | -1/+0 |
* | Memory shares are now specified by tag instead of index. |  Aaron Giles | 2009-12-05 | 1 | -1/+1 |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -1/+1 |
* | Memory regions now use a tagmap for lookups. |  Aaron Giles | 2009-11-30 | 1 | -33/+39 |
* | > From: Robert [mailto:pac0446@bigpond.net.au] |  Aaron Giles | 2009-10-25 | 1 | -0/+2 |
* | > -----Original Message----- |  Aaron Giles | 2009-10-01 | 1 | -1/+1 |
* | Made INI file order explicit via priorities. |  Aaron Giles | 2009-09-21 | 1 | -14/+14 |
* | Cleanups and version bump. |  Aaron Giles | 2009-09-10 | 1 | -1/+1 |
* | Fix CPP_COMPILE (except for internal compiler error on snes.c). |  Aaron Giles | 2009-09-08 | 1 | -8/+0 |
* | Remove remaining references to machine->cpu[n]. Removed cpu[n] array. |  Aaron Giles | 2009-09-08 | 1 | -5/+2 |
* | Added debug_global_input_code_pressed() for use in debugging. |  Aaron Giles | 2009-09-08 | 1 | -9/+18 |
* | [from AtariAce] |  Aaron Giles | 2009-08-30 | 1 | -2/+2 |
* | Changed profiler to separate start/stop cases. [Christophe Jaillet] |  Aaron Giles | 2009-08-19 | 1 | -4/+4 |
* | Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems |  Aaron Giles | 2009-07-09 | 1 | -11/+0 |
* | Cleanups and version bump. |  Aaron Giles | 2009-05-28 | 1 | -1/+1 |
* | From: William Krick [mailto:bill@3feetunder.com] |  Aaron Giles | 2009-05-28 | 1 | -0/+6 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -6/+6 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -9/+9 |
* | Add muting just before saving the NVRAM, and de-mute just after |  Aaron Giles | 2009-03-09 | 1 | -0/+2 |
* | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -1/+1 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -2/+4 |
* | Major drawgfx cleanup, global removal, and feature enhancements: |  Aaron Giles | 2009-01-12 | 1 | -3/+1 |
* | Significantly optimized the inner execution loop. arknoid2 is ~2.5x |  Aaron Giles | 2008-12-22 | 1 | -3/+2 |
* | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 1 | -1/+3 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -4/+4 |
* | More device normalization: |  Aaron Giles | 2008-12-16 | 1 | -2/+0 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -55/+18 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 1 | -9/+9 |
* | Fixed crash bug in DCS games. |  Aaron Giles | 2008-12-11 | 1 | -57/+64 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -16/+24 |
* | Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. |  Aaron Giles | 2008-12-06 | 1 | -17/+0 |
* | Fixed some memory view-related issues: |  Aaron Giles | 2008-12-05 | 1 | -16/+18 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -7/+7 |
* | Move cpunum_get_active() removal. |  Aaron Giles | 2008-11-27 | 1 | -2/+2 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -9/+9 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 1 | -2/+2 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 1 | -9/+0 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -0/+14 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -40/+35 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -9/+9 |
* | Added concept of scheduling quanta to the timer system. Also added |  Aaron Giles | 2008-11-05 | 1 | -1/+1 |