summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/snapquik.c
Commit message (Expand)AuthorAgeFilesLines
* 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