summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs
Commit message (Expand)AuthorAgeFilesLines
...
* added missing emu.h (nw) smf-2017-12-031-0/+1
* e132xs: drc xm, cmp, add, stxx1, ldwr, stwr, branches, unconditional delayed ... mooglyguy2017-12-034-25/+175
* e132xs: implemented drc versions of cmp, stxx1, ldwr, stwr, b, br. nw mooglyguy2017-12-035-47/+331
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-024-7/+33
* e132xs: simplify stxx1. nw mooglyguy2017-12-024-257/+223
* e132xs: fix minor issue with templated call, nw mooglyguy2017-12-021-2/+2
* e132xs: templatized call opcode, nw mooglyguy2017-12-023-68/+6
* fix compiling with latest build tools (nw) smf-2017-12-021-1/+1
* e132xs: implemented mov op in drc, nw mooglyguy2017-12-021-0/+58
* merge fix, nw mooglyguy2017-12-021-4/+1
* e132xs: minor prep for checkin, nw mooglyguy2017-12-022-2/+8
* e132xs: drc version of ldxx1 and frame ops, nw mooglyguy2017-12-026-146/+594
* e132xs: Added mask, sum, cmpi, movi, and ori, nw mooglyguy2017-12-027-149/+545
* e132xs: initial work on drc, nw mooglyguy2017-12-0211-1604/+1205
* e132xs: initial drc work, and templated conditional db/b, nw mooglyguy2017-12-028-746/+3711
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-165/+170
* srcclean (nw) Vas Crabb2017-11-262-130/+130
* e132xs: remove unnecessary previous-pc member, nw mooglyguy2017-11-184-42/+29
* 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-173-116/+38
* e132xs: templated hi/lo shift bit, simplified set opcode, removed some needle... mooglyguy2017-11-173-289/+107
* e132xs: templated div ops, that's the last of them. nw mooglyguy2017-11-163-276/+53
* e132xs: templated immediate shifts, nw mooglyguy2017-11-163-108/+39
* e132xs: templated stxx2, nw mooglyguy2017-11-163-291/+42
* e132xs: templated stxx1, nw mooglyguy2017-11-163-292/+15
* e132xs: templated ldxx2, nw mooglyguy2017-11-163-310/+70
* e132xs: templated ldxx1, also fixed timing regression, nw mooglyguy2017-11-163-352/+104
* e132xs: templated movd, nw mooglyguy2017-11-153-135/+34
* 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-153-91/+39
* e132xs: templated simple load ops, nw mooglyguy2017-11-153-85/+63
* e132xs: templated mulu,muls,mul,set. tested gstream,x2222,elfin,luplup,xfiles... mooglyguy2017-11-153-637/+146
* hyperstone: template register-register mov and correct trap behaviour Vas Crabb2017-11-153-164/+93
* hyperstone: template check, index move, mask and sum handlers Vas Crabb2017-11-153-489/+80
* e132xs, fixed ldxx2 local,local case mooglyguy2017-11-141-6/+12
* Templated Hyperstone operations Vas Crabb2017-11-153-1956/+429
* -e132xs: Reworked all opcodes, now considerably faster. [Ryan Holtz] mooglyguy2017-11-132-45/+20
* e132xs, cleanup now-unused functions, nw mooglyguy2017-11-133-301/+81
* e132x, looked at subs opcode, nw. mooglyguy2017-11-133-183/+201
* e132x, looked at subc opcode, nw. mooglyguy2017-11-133-109/+110
* e132x, looked at adds opcode, nw. mooglyguy2017-11-133-83/+97
* e132x, looked at negs opcode, nw. mooglyguy2017-11-133-77/+101
* more e132xs work, nw mooglyguy2017-11-133-916/+846
* e132xs checkpoint, nw. mooglyguy2017-11-133-655/+643
* e132xs checkpoint, nw. mooglyguy2017-11-133-196/+161
* e132xs checkpoint, nw. mooglyguy2017-11-133-102/+107
* e132xs checkpoint, nw mooglyguy2017-11-133-541/+350
* more e132xs optimization and some func renaming to show coverage, nw mooglyguy2017-11-133-1425/+1667