summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memarray.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-42/+42
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
* Show color values in palette viewer AJR2016-08-261-27/+27
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-1/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables. Aaron Giles2014-03-011-0/+3
* Make memarray word/dword/qword writers take a mem_mask, and update the tilema... Alex W. Jackson2014-02-221-3/+3
* Merge memarray improvements from palette branch into trunk (nw) Alex W. Jackson2014-02-221-7/+19
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-10/+10
* Moved tilemap_memory into a generic memory_array class, since it is Aaron Giles2013-08-071-0/+138