summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* Interrupt callback rationalization AJR2023-03-112-15/+15
* -e132xsfe.cpp: Fixed missing bit mask causing UBSAN warnings. [Ryan Holtz] (#... MooglyGuy2022-11-151-4/+4
* e132xs: Provide new helper functions for extracting signed 16-bit halves AJR2022-10-252-6/+10
* eminline.h: Additions AJR2022-09-251-7/+1
* e132xs: Cleanups AJR2022-09-201-10/+3
* e132xs: Cleanups AJR2022-06-142-82/+74
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Debugger feature improvements AJR2022-03-271-24/+36
* -f-32.cpp: royalpk2 fixes and updates (#8493) [Ryan Holtz] MooglyGuy2021-08-302-22/+71
* e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw) Ivan Vangelista2020-06-141-0/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-9/+12
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-2/+2
* 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