summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* se3208: Clean up disassembler and remove unwanted newline (nw) AJR2019-08-261-1/+1
* (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
* srcclean (nw) Vas Crabb2018-12-231-1/+1
* e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... mooglyguy2018-12-018-144/+153
* -e132xs.cpp: Re-enabled DRC now that the apparent source of hang issues has b... mooglyguy2018-11-281-1/+1
* e132xs.cpp: Fixed CMPB opcode comparing source register against source regist... mooglyguy2018-11-281-2/+2
* Temporarily disabled Hyperstone DRC and demoted several games due to non-DRC ... Ryan Holtz2018-11-261-1/+1
* Fix hyperstone drc (nw) Olivier Galibert2018-05-141-3/+5
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-115-33/+36
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-0/+6
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+24
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-328/+313
* Make UML shorthand a bit easier to use without using namespace everywhere, cl... Vas Crabb2018-03-231-7/+5
* reduce scope of stuff with different definitions across CPUs (nw) Vas Crabb2018-03-201-12/+19
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-14/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-20/+26
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-288-22/+22
* e132xs: Ironed out some 32-bit DRC issues, and address Coverity concerns, nw mooglyguy2017-12-312-53/+99
* e132xs: potentially fix drc crash on linux and osx, nw mooglyguy2017-12-304-85/+72
* e132xs: allocate core from drc cache, nw mooglyguy2017-12-307-1139/+1131
* -e132xs: Fixed 32-bit hyperstone DRC, nw mooglyguy2017-12-302-33/+112
* -e132xs: Added subs to drc, fixes hidnctch fatalerror when selecting a differ... mooglyguy2017-12-304-44/+127
* -e132xs: fix botched DRC merge, nw mooglyguy2017-12-292-2/+78
* 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-293-0/+62
* -e132xs: Hyperstone DRC. [Ryan Holtz] mooglyguy2017-12-298-219/+8123
* srcclean and manual cleanups (nw) Vas Crabb2017-12-242-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-136-1275/+606
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-136-606/+1275
* no help = no hyperstone drc, nw mooglyguy2017-12-066-5014/+0
* e132xs: added stwp and conditional db ops to drc, fixed addi Z flag calculati... mooglyguy2017-12-052-63/+158
* e132xs: drc ldwp impl, nw mooglyguy2017-12-041-1/+40
* e132xs: fixed flag issues in drc mov impl, added drc cmpbi impl, nw mooglyguy2017-12-043-7/+87
* e132xs: add addi drc op, nw mooglyguy2017-12-041-7/+70
* e132xs: fix an issue with ori in drc, and implement andni in drc, nw mooglyguy2017-12-042-2/+94
* e132xs: reverted the wrong file, this one actually has drc lddp op, nw mooglyguy2017-12-042-4/+51
* e132xs: drc impl of lddp op, nw mooglyguy2017-12-041-2/+4
* e132xs: some drc bugfixes, elfin RAM test no longer hangs, nw mooglyguy2017-12-042-9/+10
* e132xs: fix drc ret opcode, nw mooglyguy2017-12-032-6/+96
* added missing emu.h (nw) smf-2017-12-031-0/+1
* e132xs: drc xm, cmp, add, stxx1, ldwr, stwr, branches, unconditional delayed ... mooglyguy2017-12-034-25/+175
* e132xs: implemented drc versions of cmp, stxx1, ldwr, stwr, b, br. nw mooglyguy2017-12-035-47/+331
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-024-7/+33
* e132xs: simplify stxx1. nw mooglyguy2017-12-024-257/+223
* e132xs: fix minor issue with templated call, nw mooglyguy2017-12-021-2/+2