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