summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xs.cpp
Commit message (Expand)AuthorAgeFilesLines
* e132xs: Fixed SUBC flag calculation for DRC, and fixed instruction length fla... mooglyguy2018-12-011-22/+60
* 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-111-19/+23
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+24
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* 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-121-20/+20
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-2/+2
* e132xs: potentially fix drc crash on linux and osx, nw mooglyguy2017-12-301-8/+2
* e132xs: allocate core from drc cache, nw mooglyguy2017-12-301-280/+264
* -e132xs: Fixed 32-bit hyperstone DRC, nw mooglyguy2017-12-301-2/+2
* -e132xs: fix botched DRC merge, nw mooglyguy2017-12-291-2/+76
* fixed build errors, nw mooglyguy2017-12-291-0/+25
* -e132xs: Hyperstone DRC. [Ryan Holtz] mooglyguy2017-12-291-112/+222
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-151/+102
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-102/+151
* no help = no hyperstone drc, nw mooglyguy2017-12-061-77/+0
* e132xs: added stwp and conditional db ops to drc, fixed addi Z flag calculati... mooglyguy2017-12-051-58/+14
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-021-2/+11
* e132xs: templatized call opcode, nw mooglyguy2017-12-021-2/+2
* fix compiling with latest build tools (nw) smf-2017-12-021-1/+1
* e132xs: minor prep for checkin, nw mooglyguy2017-12-021-1/+5
* e132xs: Added mask, sum, cmpi, movi, and ori, nw mooglyguy2017-12-021-40/+31
* e132xs: initial work on drc, nw mooglyguy2017-12-021-12/+11
* e132xs: initial drc work, and templated conditional db/b, nw mooglyguy2017-12-021-41/+110
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-26/+4
* srcclean (nw) Vas Crabb2017-11-261-2/+2
* e132xs: remove unnecessary previous-pc member, nw mooglyguy2017-11-181-35/+13
* e132xs: removed some of my needlessly wordy changelog entries from 14 years p... mooglyguy2017-11-171-73/+1
* e132xs: merged divs/u and muls/u using templates, nw mooglyguy2017-11-171-16/+16
* e132xs: templated hi/lo shift bit, simplified set opcode, removed some needle... mooglyguy2017-11-171-22/+24
* e132xs: templated div ops, that's the last of them. nw mooglyguy2017-11-161-8/+8
* e132xs: templated immediate shifts, nw mooglyguy2017-11-161-12/+12
* e132xs: templated stxx2, nw mooglyguy2017-11-161-4/+4
* e132xs: templated stxx1, nw mooglyguy2017-11-161-4/+4
* e132xs: templated ldxx2, nw mooglyguy2017-11-161-4/+4
* e132xs: templated ldxx1, also fixed timing regression, nw mooglyguy2017-11-161-4/+4
* e132xs: templated movd, nw mooglyguy2017-11-151-4/+4
* e132xs: templated simple store ops, nw mooglyguy2017-11-151-8/+8
* e132xs: templated simple load ops, nw mooglyguy2017-11-151-8/+8
* e132xs: templated mulu,muls,mul,set. tested gstream,x2222,elfin,luplup,xfiles... mooglyguy2017-11-151-28/+28
* hyperstone: template register-register mov and correct trap behaviour Vas Crabb2017-11-151-20/+17
* hyperstone: template check, index move, mask and sum handlers Vas Crabb2017-11-151-20/+20
* Templated Hyperstone operations Vas Crabb2017-11-151-94/+92
* -e132xs: Reworked all opcodes, now considerably faster. [Ryan Holtz] mooglyguy2017-11-131-41/+17
* e132xs, cleanup now-unused functions, nw mooglyguy2017-11-131-214/+0