summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/state.h
Commit message (Expand)AuthorAgeFilesLines
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+15
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-5/+5
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-5/+5
* Explicitly allow PAIR and PAIR64 in save states. Aaron Giles2010-01-121-1/+2
* Try using type_traits for detection of valid save types. Aaron Giles2010-01-111-10/+10
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Get rid of explicit resource tracking for state saving. Now we just use Aaron Giles2009-12-231-7/+0
* Some misc cleanups: Aaron Giles2009-12-151-6/+6
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-36/+22
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-45/+128
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-22/+19
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-3/+3
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-8/+15
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* - Added void state_save_combine_module_and_tag(char *dest, const char *module... Zsolt Vasvari2008-02-211-0/+3
* Changed atarijsa sound implementation to auto-detect CPU and input port. Aaron Giles2008-01-071-0/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+119