summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400/410ops.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored the COP400 CPU cores to use the new memory functions. Curt Coder2008-11-191-6/+11
* Pointerized the COP400 CPU cores. Curt Coder2008-11-181-97/+161
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* COP4xx: Curt Coder2008-06-111-2/+2
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-29/+29
* - Added HALT opcode and halt mode to the COP410 Curt Coder2008-06-041-1/+63
* Cleanups for 0.125u3. Aaron Giles2008-05-291-14/+14
* Fixed COP420 instructions XAS and INIL. Fixed cycle count for extended opcode... Curt Coder2008-05-231-21/+35
* Fixed COP420 instructions JSRP, LBI, LQID, and SKT. Draco now has sound. Curt Coder2008-05-221-2/+2
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-4/+4
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-313/+313
* More COP400 fixes: Curt Coder2008-04-021-187/+132
* Reverted to old execute, new broke more than it fixed. Curt Coder2008-03-291-190/+118
* Removed debugging code. Curt Coder2008-03-291-2/+0
* Rewrote the COP400 execute function. Curt Coder2008-03-291-192/+242
* Fixed compile error in MSVC. Aaron Giles2008-03-281-1/+1
* - implemented interrupt Curt Coder2008-03-281-226/+913
* Copyright cleanup: Aaron Giles2008-01-061-5/+10
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+450