summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp32/dsp32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-874/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+5
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* dsp32 devcb2 (nw) Miodrag Milanovic2014-03-231-30/+14
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-2/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-115/+115
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* dsp32c changes: [Phil Bennett] Phil Bennett2012-07-211-7/+39
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-130/+88
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-3/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-33/+33
* C++-ified the DSP32 code so Andrew has something modern to work from. Aaron Giles2011-01-281-612/+607
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-10/+10
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-6/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* tafoid yes, surely a copypaste error Michaël Banaan Ananas2010-05-051-2/+0
* Fixed 03830: All sets in harddriv.c: Message: Duplicate save state registrati... Scott Stone2010-05-051-2/+2
* added save states to the following CPU: apexc, asap, avr8, cp1610, dsp32 and ... Fabio Priuli2010-04-271-0/+43
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* 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-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-12/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-8/+23
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-9/+9
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Here's the big one.... Aaron Giles2008-12-111-7/+0
* s/cpustate->([ch])/filename.\1/ Aaron Giles2008-12-101-1/+1