summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp32/dsp32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-12/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Pointer-ified the DSP32 core. Aaron Giles2008-12-061-308/+273
* Removed cpunum_get_active(). Aaron Giles2008-12-061-4/+4
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-2/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-12/+13
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-191-2/+2
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-3/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-15/+4
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-1/+1
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-9/+9
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-13/+16
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-1/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-4/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-2/+6
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-4/+4
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+952