summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memarray.h
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
itle='2019-09-20 02:26:16 +1000'>2019-09-201-4/+8 * render.cpp: print a warning and continue on encountering malformed XML in a l... Vas Crabb2019-09-081-1/+21 * -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-4/+2 * Make layout format more flexible: Vas Crabb2019-07-061-156/+74 * Since value is unsigned, it will never be lower than zero (nw) yz70s2019-06-171-2/+2 * (nw) hey GLIBC maintainers - how about you use reserved _NAMES like you're su... Vas Crabb2018-09-201-2/+2 * Generate layouts for dual-screen machines rather than loading Vas Crabb2018-09-181-9/+41 * Remove debug prints, nw