summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/state.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* Try using type_traits for detection of valid save types. Aaron Giles2010-01-111-0/+34
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-10/+9
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+2
* Get rid of explicit resource tracking for state saving. Now we just use Aaron Giles2009-12-231-85/+4
* And some more. Converted the ds2404 to a device along the way. Aaron Giles2009-12-211-2/+2
* Some misc cleanups: Aaron Giles2009-12-151-4/+4
* Bulk change alert. Aaron Giles2009-04-261-6/+4
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-7/+7
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-10/+2
* Cleanups and version bump. Aaron Giles2008-12-151-10/+10
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-341/+150
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-2/+1
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-186/+208
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-53/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-6/+6
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-2/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-138/+42
* Made it a fatalerror to registr save state callbacks at the wrong time Aaron Giles2008-03-171-0/+4
* 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/+47
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-24/+18
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+966