| Commit message (Expand) | Author | Age | Files | Lines |
| * | e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... |  mooglyguy | 2018-12-01 | 1 | -22/+60 |
| * | Fix hyperstone drc (nw) |  Olivier Galibert | 2018-05-14 | 1 | -3/+5 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -19/+23 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -0/+4 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -18/+24 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -2/+2 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -14/+14 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -20/+20 |
| * | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-01-28 | 1 | -2/+2 |
| * | e132xs: potentially fix drc crash on linux and osx, nw |  mooglyguy | 2017-12-30 | 1 | -8/+2 |
| * | e132xs: allocate core from drc cache, nw |  mooglyguy | 2017-12-30 | 1 | -280/+264 |
| * | -e132xs: Fixed 32-bit hyperstone DRC, nw |  mooglyguy | 2017-12-30 | 1 | -2/+2 |
| * | -e132xs: fix botched DRC merge, nw |  mooglyguy | 2017-12-29 | 1 | -2/+76 |
| * | fixed build errors, nw |  mooglyguy | 2017-12-29 | 1 | -0/+25 |
| * | -e132xs: Hyperstone DRC. [Ryan Holtz] |  mooglyguy | 2017-12-29 | 1 | -112/+222 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -151/+102 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -102/+151 |
| * | no help = no hyperstone drc, nw |  mooglyguy | 2017-12-06 | 1 | -77/+0 |
| * | e132xs: added stwp and conditional db ops to drc, fixed addi Z flag calculati... |  mooglyguy | 2017-12-05 | 1 | -58/+14 |
| * | Hyperstone dasm fp/h support (nw) |  Olivier Galibert | 2017-12-02 | 1 | -2/+11 |
| * | e132xs: templatized call opcode, nw |  mooglyguy | 2017-12-02 | 1 | -2/+2 |
| * | fix compiling with latest build tools (nw) |  smf- | 2017-12-02 | 1 | -1/+1 |
| * | e132xs: minor prep for checkin, nw |  mooglyguy | 2017-12-02 | 1 | -1/+5 |
| * | e132xs: Added mask, sum, cmpi, movi, and ori, nw |  mooglyguy | 2017-12-02 | 1 | -40/+31 |
| * | e132xs: initial work on drc, nw |  mooglyguy | 2017-12-02 | 1 | -12/+11 |
| * | e132xs: initial drc work, and templated conditional db/b, nw |  mooglyguy | 2017-12-02 | 1 | -41/+110 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -26/+4 |
| * | srcclean (nw) |  Vas Crabb | 2017-11-26 | 1 | -2/+2 |
| * | e132xs: remove unnecessary previous-pc member, nw |  mooglyguy | 2017-11-18 | 1 | -35/+13 |
| * | e132xs: removed some of my needlessly wordy changelog entries from 14 years p... |  mooglyguy | 2017-11-17 | 1 | -73/+1 |
| * | e132xs: merged divs/u and muls/u using templates, nw |  mooglyguy | 2017-11-17 | 1 | -16/+16 |
| * | e132xs: templated hi/lo shift bit, simplified set opcode, removed some needle... |  mooglyguy | 2017-11-17 | 1 | -22/+24 |
| * | e132xs: templated div ops, that's the last of them. nw |  mooglyguy | 2017-11-16 | 1 | -8/+8 |
| * | e132xs: templated immediate shifts, nw |  mooglyguy | 2017-11-16 | 1 | -12/+12 |
| * | e132xs: templated stxx2, nw |  mooglyguy | 2017-11-16 | 1 | -4/+4 |
| * | e132xs: templated stxx1, nw |  mooglyguy | 2017-11-16 | 1 | -4/+4 |
| * | e132xs: templated ldxx2, nw |  mooglyguy | 2017-11-16 | 1 | -4/+4 |
| * | e132xs: templated ldxx1, also fixed timing regression, nw |  mooglyguy | 2017-11-16 | 1 | -4/+4 |
| * | e132xs: templated movd, nw |  mooglyguy | 2017-11-15 | 1 | -4/+4 |
| * | e132xs: templated simple store ops, nw |  mooglyguy | 2017-11-15 | 1 | -8/+8 |
| * | e132xs: templated simple load ops, nw |  mooglyguy | 2017-11-15 | 1 | -8/+8 |
| * | e132xs: templated mulu,muls,mul,set. tested gstream,x2222,elfin,luplup,xfiles... |  mooglyguy | 2017-11-15 | 1 | -28/+28 |
| * | hyperstone: template register-register mov and correct trap behaviour |  Vas Crabb | 2017-11-15 | 1 | -20/+17 |
| * | hyperstone: template check, index move, mask and sum handlers |  Vas Crabb | 2017-11-15 | 1 | -20/+20 |
| * | Templated Hyperstone operations |  Vas Crabb | 2017-11-15 | 1 | -94/+92 |
| * | -e132xs: Reworked all opcodes, now considerably faster. [Ryan Holtz] |  mooglyguy | 2017-11-13 | 1 | -41/+17 |
| * | e132xs, cleanup now-unused functions, nw |  mooglyguy | 2017-11-13 | 1 | -214/+0 |