summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xsop.hxx
Commit message (Expand)AuthorAgeFilesLines
* -cpu/e132xs: Use word addressing for I/O. Vas Crabb14 days1-8/+4
* cpu/e132xs: Changed STBS and STHS to do an unsigned range check. Vas Crabb2025-04-061-4/+8
* -cpu/e132xs: Fixed I/O for models with 16-bit external bus. Vas Crabb2025-04-061-3/+3
* -cpu/e132xs: Got rid of "Mission Craft flags" compile time option. Vas Crabb2025-04-041-37/+28
* -cpu/e132xs: Miscellaneous fixes/optimisation: Vas Crabb2025-04-031-90/+117
* cpu/e132xs: Emulate more exceptions, more recompiler optimisation. Vas Crabb2025-03-311-27/+137
* cpu/e132xs: More recompiler optimisation: Vas Crabb2025-03-281-323/+322
* cpu/e132xs: Fixed some recompiler cycle counts: Vas Crabb2025-03-261-1/+1
* cpu/e132xs: Moved interrupt check to the beginning of instruction execution. Vas Crabb2025-03-261-13/+13
* -cpu/e132xs: Fixes and optimisations: Vas Crabb2025-03-261-15/+7
* cpu/e132xs: Optimised recompiled FRAME instruction. Vas Crabb2025-03-251-13/+7
* cpu/e132xs, cpu/drcbex64.cpp: More fixes and optimisation: Vas Crabb2025-03-251-13/+5
* e132xs: Provide new helper functions for extracting signed 16-bit halves AJR2022-10-251-6/+6
* eminline.h: Additions AJR2022-09-251-7/+1
* e132xs: Cleanups AJR2022-09-201-10/+3
* e132xs: Cleanups AJR2022-06-141-82/+71
* -f-32.cpp: royalpk2 fixes and updates (#8493) [Ryan Holtz] MooglyGuy2021-08-301-19/+22
* appease vs2019_clang with llvm 10.0 smf-2020-04-251-2/+2
* e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... mooglyguy2018-12-011-13/+13
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* e132xs: allocate core from drc cache, nw mooglyguy2017-12-301-346/+346
* -e132xs: Added subs to drc, fixes hidnctch fatalerror when selecting a differ... mooglyguy2017-12-301-9/+5
* -e132xs: Hyperstone DRC. [Ryan Holtz] mooglyguy2017-12-291-85/+81
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-884/+391
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-391/+884
* e132xs: reverted the wrong file, this one actually has drc lddp op, nw mooglyguy2017-12-041-4/+2
* e132xs: drc impl of lddp op, nw mooglyguy2017-12-041-2/+4
* e132xs: simplify stxx1. nw mooglyguy2017-12-021-249/+112
* e132xs: fix minor issue with templated call, nw mooglyguy2017-12-021-2/+2
* e132xs: templatized call opcode, nw mooglyguy2017-12-021-64/+3
* e132xs: drc version of ldxx1 and frame ops, nw mooglyguy2017-12-021-1/+1
* e132xs: Added mask, sum, cmpi, movi, and ori, nw mooglyguy2017-12-021-3/+3
* e132xs: initial work on drc, nw mooglyguy2017-12-021-29/+29
* e132xs: initial drc work, and templated conditional db/b, nw mooglyguy2017-12-021-543/+248
* e132xs: remove unnecessary previous-pc member, nw mooglyguy2017-11-181-5/+16
* e132xs: merged divs/u and muls/u using templates, nw mooglyguy2017-11-171-95/+13
* e132xs: templated hi/lo shift bit, simplified set opcode, removed some needle... mooglyguy2017-11-171-260/+70
* e132xs: templated div ops, that's the last of them. nw mooglyguy2017-11-161-260/+43
* e132xs: templated immediate shifts, nw mooglyguy2017-11-161-90/+24
* e132xs: templated stxx2, nw mooglyguy2017-11-161-283/+37
* e132xs: templated stxx1, nw mooglyguy2017-11-161-284/+10
* e132xs: templated ldxx2, nw mooglyguy2017-11-161-302/+65
* e132xs: templated ldxx1, also fixed timing regression, nw mooglyguy2017-11-161-344/+99
* e132xs: templated movd, nw mooglyguy2017-11-151-127/+29
* e132xs: Fix missing cycle deduction in some stxx ops, nw mooglyguy2017-11-151-0/+8
* e132xs: fix regression with dynabomb, nw mooglyguy2017-11-151-3/+4
* e132xs: templated simple store ops, nw mooglyguy2017-11-151-75/+27
* e132xs: templated simple load ops, nw mooglyguy2017-11-151-69/+51
* e132xs: templated mulu,muls,mul,set. tested gstream,x2222,elfin,luplup,xfiles... mooglyguy2017-11-151-582/+99
* hyperstone: template register-register mov and correct trap behaviour Vas Crabb2017-11-151-140/+75