/language/Croatian/

ttp://git.redump.net/mame/atom/src/emu/addrmap.h?h=mame0226' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.h
Commit message (Expand)AuthorAgeFilesLines
* addrmap: remove unsupported setter, emumem enforces unmapval 0 or ~0 hap2020-08-011-1/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-54/+42
* addrmap.h: Replace assert with emu_fatalerror using helper function (nw) AJR2019-10-051-50/+35
* addrmap.h: Assert in case subdevice fails to find things (nw) AJR2019-10-041-8/+50
* Make submaps work with address-shifted spaces (nw) AJR2019-06-091-1/+1
* memory,devcb: Put capabilities at parity [O. Galibert] Olivier Galibert2018-08-101-1/+37
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-021-22/+72
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-32/+0
* lift some stuff needed by devcb3 out of address map entry (nw) Vas Crabb2018-06-131-59/+15
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-155/+148
* Next-gen config: make address map config not look like arse Vas Crabb2018-06-061-13/+9
* addrmap.h: reduce code duplication and add support for device finders in more... Vas Crabb2018-06-011-74/+47
* addrmap: Remove the now-unused macros [Vas Crabb, Robbbert] Olivier Galibert2018-04-211-162/+0
* Rename some memory stuff (nw) Olivier Galibert2018-03-141-46/+157
* Generalized support for byte-smeared accesses (nw) (#3207) ajrhacker2018-02-151-1/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-180/+209
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-54/+119
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-4/+0
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw)