summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp56k
Commit message (Expand)AuthorAgeFilesLines
* [no whatsnew] dsp56k : Weaning the core off std::strings. Andrew Gardner2010-08-1912-955/+1363
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-193-27/+27
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-4/+4
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-129-174/+174
* dsp56k.c : Remove globals from dsp56k cpu core. [AtariAce] Andrew Gardner2010-08-105-66/+70
* dsp56k : Hooked up new execution engine. [Andrew Gardner] Andrew Gardner2010-08-0713-1098/+1202
* The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet... Andrew Gardner2010-08-049-3253/+5757
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-033-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-172-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-5/+8
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-082-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-9/+8
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-11/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-185-12/+12
* Changed DSP56k macros to avoid collision with OS X 10.6+ system headers R. Belmont2010-01-172-125/+125
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-282-14/+14
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Adds save state support to plygonet.c and the DSP56156 CPU core. Andrew Gardner2009-11-043-120/+178
* Cleanups and version bump.mame0135 Aaron Giles2009-10-311-7/+7
* Changes to the dsp56156 cpu core. [Andrew Gardner] Andrew Gardner2009-10-301-55/+172
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-252-3/+3
* Fixed dsp56156 DO & BSCC opcode bugs. [Andrew Gardner] Andrew Gardner2009-10-206-305/+310
* > -----Original Message----- Aaron Giles2009-10-011-1/+1
* Hacked in the dsp56156's "Long Interrupts." Added SUB opcode. [Andrew Gardner] Andrew Gardner2009-09-262-7/+54
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-242-30/+30
* Fixed various issues with the dsp56156 disassembler. [Andrew Gardner] Andrew Gardner2009-09-182-193/+242
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-082-6/+6
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-154-11/+20
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-143-10/+5
* Cleanups and version bump. Aaron Giles2008-12-221-5/+5
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-12-214-71/+247
* Fixed update_handler for the dsp56k and polygonet. [Andrew Gardner] Andrew Gardner2008-12-211-0/+23
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-11/+11
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-12/+12
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-182-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Pointer-ified the dsp56k cpu core. [Andrew Gardner] Andrew Gardner2008-12-126-1550/+1508
* Fixed compile error, and fixed crash when handling an exception when the Aaron Giles2008-12-111-0/+2
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-4/+2
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-7/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-1/+1