summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem_heun.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-111-6/+6
* emumem: First try at wait states Olivier Galibert2023-02-221-0/+33
* emumem: Add accessors lookup_{read,write]_*_flags to lookup flags without ac... Olivier Galibert2022-08-041-0/+34
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-0/+35
* emu/emumem*: Removed endianness template parameter from handler_entry_read, h... ajrhacker2021-07-091-116/+64
* emumem: more idiomatic way to access members inherited from argument-dependen... Vas Crabb2021-01-041-10/+10
* TMS340X0 updates AJR2020-08-191-0/+8
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-8/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+0
* emumem: Allow an address shift of 1 (to the right) for 8-bit spaces (nw) AJR2019-03-011-0/+8
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-021-2/+2
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+158