summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/snapquik.c
Commit message (Expand)AuthorAgeFilesLines
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) snapquik.c: stop unloading snapshot/quickload images after start. this Fabio Priuli2014-03-221-3/+0
* no need to use "static TIMER_CALLBACK" but TIMER_CALLBACK_MEMBER, lot of prev... Miodrag Milanovic2014-03-221-8/+3
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* mlanding adpcm improvements and some misc changes Michaƫl Banaan Ananas2013-04-201-1/+0
* Fix compile. This is hap's fault if it's wrong. (nw) R. Belmont2013-04-201-1/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-3/+3
* (MESS) Re-enabled softlist support in snapshot and quickload. (nw) Sandro Ronco2013-02-201-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+6
* objdump doesn't work with VS binaries, so do not run it by Firewave (no whats... Miodrag Milanovic2012-05-151-2/+4
* Rewritten snapquik.c to c++ (no whatsnew) Miodrag Milanovic2011-11-261-151/+45
* Removed stuff that doesn't belong here (no whatsnew) Miodrag Milanovic2011-11-251-170/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-5/+5
* BIG update. Aaron Giles2011-03-291-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+373