summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/state.c
Commit message (Expand)AuthorAgeFilesLines
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-485/+0
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-8/+8
* Removed various differences between MESS and MAME, all is now defined in mame.h. Miodrag Milanovic2011-04-141-7/+1
* BIG update. Aaron Giles2011-03-291-8/+7
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-6/+6
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-16/+16
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-8/+8
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-455/+301
* Silenced MSVC warnings. (no whatsnew) Curt Coder2010-08-231-12/+12
* VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) Miodrag Milanovic2010-02-181-0/+2
* 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