summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-7/+7
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-18/+7
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Added default screenless layout, and update pinball devices to relay on that ... Miodrag Milanovic2011-07-041-2/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-8/+8
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-4/+8
* BIG update. Aaron Giles2011-03-291-71/+72
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-5/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* Split the screen device into a separate module. Aaron Giles2010-12-021-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-5/+5
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-12/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+3
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-11/+9
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-13/+13
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-14/+14
* Minor cleanup and simplification. Removed palette_config(). Aaron Giles2008-03-281-20/+0
* - the public screen_state is made to only contain items that are currently ac... Zsolt Vasvari2008-03-071-2/+13
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-36/+3
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-24/+24
* - Added colortable_palette_get_size() Zsolt Vasvari2008-02-171-0/+23
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-01-241-4/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-6/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-10/+10
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+796