summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* e132xs: Provide new helper functions for extracting signed 16-bit halves AJR2022-10-251-0/+4
* e132xs: Cleanups AJR2022-06-141-0/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-0/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+2
* e132xs: Removed unused member, nw MooglyGuy2019-01-121-2/+0
* e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... mooglyguy2018-12-011-2/+6
* -e132xs.cpp: Re-enabled DRC now that the apparent source of hang issues has b... mooglyguy2018-11-281-1/+1
* Temporarily disabled Hyperstone DRC and demoted several games due to non-DRC ... Ryan Holtz2018-11-261-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+2
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-106/+109
* reduce scope of stuff with different definitions across CPUs (nw) Vas Crabb2018-03-201-12/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-7/+7
* e132xs: potentially fix drc crash on linux and osx, nw mooglyguy2017-12-301-6/+3
* e132xs: allocate core from drc cache, nw mooglyguy2017-12-301-35/+43
* -e132xs: Added subs to drc, fixes hidnctch fatalerror when selecting a differ... mooglyguy2017-12-301-3/+4
* -e132xs: fix botched DRC merge, nw mooglyguy2017-12-291-0/+2
* vamphalf: improve mdig speedup, it appears to be faster and works for drc & i... smf-2017-12-291-56/+56
* fixed build errors, nw mooglyguy2017-12-291-0/+3
* -e132xs: Hyperstone DRC. [Ryan Holtz] mooglyguy2017-12-291-7/+214
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-192/+76
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-76/+192
* no help = no hyperstone drc, nw mooglyguy2017-12-061-179/+0
* e132xs: fixed flag issues in drc mov impl, added drc cmpbi impl, nw mooglyguy2017-12-041-1/+1
* e132xs: drc xm, cmp, add, stxx1, ldwr, stwr, branches, unconditional delayed ... mooglyguy2017-12-031-2/+3
* e132xs: implemented drc versions of cmp, stxx1, ldwr, stwr, b, br. nw mooglyguy2017-12-031-4/+4
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-021-1/+4
* e132xs: simplify stxx1. nw mooglyguy2017-12-021-2/+1
* e132xs: templatized call opcode, nw mooglyguy2017-12-021-2/+1
* e132xs: minor prep for checkin, nw mooglyguy2017-12-021-1/+3
* e132xs: drc version of ldxx1 and frame ops, nw mooglyguy2017-12-021-3/+18
* e132xs: Added mask, sum, cmpi, movi, and ori, nw mooglyguy2017-12-021-9/+13
* e132xs: initial work on drc, nw mooglyguy2017-12-021-137/+111
* e132xs: initial drc work, and templated conditional db/b, nw mooglyguy2017-12-021-162/+228
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-9/+1
* srcclean (nw) Vas Crabb2017-11-261-128/+128
* e132xs: remove unnecessary previous-pc member, nw mooglyguy2017-11-181-1/+0
* e132xs: merged divs/u and muls/u using templates, nw mooglyguy2017-11-171-5/+9
* e132xs: templated hi/lo shift bit, simplified set opcode, removed some needle... mooglyguy2017-11-171-7/+13
* e132xs: templated div ops, that's the last of them. nw mooglyguy2017-11-161-8/+2
* e132xs: templated immediate shifts, nw mooglyguy2017-11-161-6/+3
* e132xs: templated stxx2, nw mooglyguy2017-11-161-4/+1
* e132xs: templated stxx1, nw mooglyguy2017-11-161-4/+1
* e132xs: templated ldxx2, nw mooglyguy2017-11-161-4/+1
* e132xs: templated ldxx1, also fixed timing regression, nw mooglyguy2017-11-161-4/+1