summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-18/+9
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-18/+18
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-108/+153
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-2/+2
* Made INI file order explicit via priorities. Aaron Giles2009-09-211-0/+1
* Minor cleanup. Changed watchdog_read handlers to return the address Aaron Giles2009-09-081-20/+22
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-42/+47
* Changed generic NVRAM behavior so that all the variants look Aaron Giles2009-04-181-3/+9
* Cleanups and version bump. Aaron Giles2009-03-191-2/+2
* adds guilty gear xx slash set. davidhay2009-03-171-1/+5
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-4/+4
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-125/+0
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+0
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-26/+20
* Cleanups and version bump. Aaron Giles2008-12-151-2/+2
* generic_pulse_line() now takes into account clock scaling and minimum cycles. Aaron Giles2008-12-091-1/+3
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-8/+48
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-6/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-102/+102
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-33/+34
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-09-041-0/+12
* Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... smf-2008-08-251-7/+43
* Made input_port_read_indexed() private to machine/generic.c. Aaron Giles2008-07-241-0/+12
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-18/+17
* removed meaningless service_coin_lockout_w function Nicola Salmoria2008-05-291-15/+0
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-5/+5
* Renamed input port functions: Aaron Giles2008-04-061-96/+96
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-7/+7
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-11/+11
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-2/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-30/+30
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-6/+6
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-3/+3
* (From AtariAce) Aaron Giles2008-01-081-28/+27
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2008-01-031-0/+6
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+820