summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v60/op12.c
Commit message (Collapse)AuthorAgeFilesLines
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-191-2391/+0
|
* v60.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-191-1023/+1023
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-49/+49
|
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-3/+3
|
* fixed some "comparison is always true/false" warnings reported by clang by ↵ Miodrag Milanovic2012-05-201-2/+2
| | | | | Firewave in timer.c I have commented not removed lines that are always false
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-45/+45
| | | | | | | | | | | | address_space. Also added unaligned variants that can read unaligned values. Rewrote the core handler as a template that handles all cases, along with a simple unit test to verify that everything is correct. Updated 68k, v60, i86, and nec cores to use unaligned read/ write instead of their own stubs for handling misalinged reads. Fixed memory management of ga2 decryption.
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
|
* Pointer-ified the v60 core. Aaron Giles2008-12-081-1115/+1109
|
* Remaining CPU cores updated to new functions. Aaron Giles2008-11-231-47/+45
|
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2399