summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.h
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-34/+46
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-1/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+28
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-2/+0
* Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... Phil Bennett2009-12-011-1/+0
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-11-281-2/+0
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-0/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-11/+23
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-0/+29
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Fix CPP_COMPILE (except for internal compiler error on snes.c). Aaron Giles2009-09-081-1/+0
* Fixed crasher in the debugger revealed by the latest changes. Aaron Giles2009-09-081-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* Added debug_global_input_code_pressed() for use in debugging. Aaron Giles2009-09-081-0/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-0/+2
* [from AtariAce] Aaron Giles2009-08-301-0/+2
* > -----Original Message----- Aaron Giles2009-08-131-1/+3
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-0/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-0/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+0
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+4
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+2
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-3/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-0/+2
* More debugger changes. Aaron Giles2008-12-031-0/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-0/+2
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-0/+2
* Another big one. Aaron Giles2008-11-201-0/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-0/+3
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-0/+2
* Added new options 'cheatpath' to specify one or more paths for cheat Aaron Giles2008-07-311-0/+2
* Fixed comment. Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-24/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-60/+21
* Cleaned up MESS-specific hooks Nathan Woods2008-07-271-0/+2
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+2
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-16/+33
* Do not stop in the debugger while we are waiting for a pending Aaron Giles2008-06-241-0/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-6/+7
* MESS-specific changes; mame.h no longer include's MESS's device.h Nathan Woods2008-03-291-1/+4
* Removed a MESS-ism Nathan Woods2008-03-261-5/+0
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-1/+0
* Moves crosshair code from video.c into its own module Zsolt Vasvari2008-03-111-0/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+2
* - Removes video_data from running_machine Zsolt Vasvari2008-03-071-2/+0
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2