summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbec.c
Commit message (Expand)AuthorAgeFilesLines
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-4/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Fix an assertion in the DRC C back-end -nw- Phil Bennett2013-05-281-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-382/+382
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-3/+3
* DRC: Give C backend x86/x64 shift=0 behavior for consistency [R. Belmont] R. Belmont2012-09-071-8/+21
* drcbec: Calculate NZ flags properly for 32x32=32 form of MULS. [R. Belmont] R. Belmont2012-08-121-1/+2
* drcbec: compute flags correctly for ADDC/SUBB [R. Belmont] R. Belmont2012-08-101-2/+16
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-2/+3
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-169/+169
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-928/+862
* C++-ified the DRC backend utility helpers. Aaron Giles2011-01-061-28/+22
* Convert drccache to C++ Aaron Giles2011-01-051-6/+6
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-28/+28
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+2
* Changes to sync with new toolchain: Aaron Giles2010-01-031-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Enhanced the UML opcodes for LOAD, LOADS, and STORE to support Aaron Giles2009-12-131-6/+298
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-0/+1
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-13/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-28/+33
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-3/+5
* Another big one. Aaron Giles2008-11-201-28/+28
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-28/+28
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* Fixed 64-bit writes in C back-end. Aaron Giles2008-07-011-35/+33
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* UML: Aaron Giles2008-06-171-4/+17
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-1/+1
* x86/x64 back-ends: Aaron Giles2008-06-121-1/+86
* UML: Aaron Giles2008-06-061-2/+3
* UML changes: Aaron Giles2008-06-061-2/+1
* Separated condflags into two individual fields. Aaron Giles2008-06-051-6/+6
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-10/+10
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-172/+221
* Several miscellaneous changes: Aaron Giles2008-05-291-13/+16
* Cleanups and version bump. Aaron Giles2008-05-221-1/+1
* UML changes: Aaron Giles2008-05-221-0/+46
* Added back-end validation mechanism, and a handful of tests as examples. Aaron Giles2008-05-191-10/+47
* Cleaned up operand sizing in the C core. Should be closer to working Aaron Giles2008-05-171-19/+35
* - define isnan as _isnan for MSC_VER Laurent Desnogues2008-05-121-2/+3