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