summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
Commit message (Expand)AuthorAgeFilesLines
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-19108-320/+320
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-195-32/+35
* 03755: soldivid: No music after loading savestate (or -autosave) [Phil Bennett] Phil Bennett2010-08-181-16/+36
* Attempt to fix reported GCC 4.5 problems [R. Belmont] R. Belmont2010-08-171-1/+1
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+0
* 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-0714-1105/+1222
* The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet... Andrew Gardner2010-08-0410-3253/+5773
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-0/+2
* Cleanups and version bump. Aaron Giles2010-07-291-2/+2
* Fixed HD63701 SLP opcode [Sandro Ronco] Phil Bennett2010-07-291-5/+19
* Corrected Ameri Darts audio playback rate. Quench2010-07-271-14/+40
* arm7.c: Added big endian version of the arm7 cpu. The 3do uses an arm6 in 32b... Wilbert Pol2010-07-265-8/+78
* arm.c: Added a big endian version of the arm2/3/6 cpu core and cleaned up the... Wilbert Pol2010-07-253-26/+74
* arm.c: Fixed word reading from non-aligned address in big endian mode. [Wilbe... Wilbert Pol2010-07-241-1/+10
* arm.c: Added big endian mode support to the LDRB and STRB instructions. [Wilb... Wilbert Pol2010-07-222-2/+15
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-222-45/+45
* RSP: Fix sign issue in VCL opcode [angrylion] R. Belmont2010-07-222-2/+2
* Added TMS32015 and TMS32016 CPU variants to the TMS32010 core. Quench2010-07-202-50/+121
* mt 3536 bugfix (Atari Ace) Michaƫl Banaan Ananas2010-07-171-4/+4
* lr35902.c: Added the speed register to the register list to allow it to be ch... Wilbert Pol2010-07-171-0/+1
* Allow the non-DRC RSP core to build again Phil Bennett2010-07-154-213/+247
* Added some missing makefile dependencies [Atari Ace] Phil Bennett2010-07-151-4/+17
* * Fixed some bugs in the MB88xx CPU core [Alex Jackson] Phil Bennett2010-07-151-5/+5
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-075-9/+9
* Fix SH-2 interpreter [Atari Ace] R. Belmont2010-07-072-458/+480
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-064-6/+6
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-03207-1435/+1387
* Some more cases to directly access the state interface instead of using the old Aaron Giles2010-07-022-10/+9
* Remove the following functions: Aaron Giles2010-07-015-9/+9
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-309-24/+24
* Fix performance regression for PowerPC games. The timing made heavy use of Aaron Giles2010-06-301-12/+12
* fixed display of delayr virtual register, so it includes the name of the regi... smf-2010-06-261-1/+1
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-173-7/+7
* Cleanups and version bump. Aaron Giles2010-06-1712-24/+24
* Fixed missing cpu_device -> legacy_cpu_device (no whatsnew) Miodrag Milanovic2010-06-172-2/+2
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-17115-245/+246
* Regression fixes: Aaron Giles2010-06-142-2/+4
* Fixed illegal opcodes message, not worth mentioning Angelo Salese2010-06-131-2/+2
* Removed not needed constant, set proper return type and added call to m4510 c... Miodrag Milanovic2010-06-134-12/+7
* Added back software list support in emu core, and update 6510 and SM8500 cpu ... Miodrag Milanovic2010-06-134-14/+12
* MESS related fixes to enable compile after device rewrite (no whatsnew) Miodrag Milanovic2010-06-111-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-09101-434/+90
* Tweak to s2650 IRQ cycle handling to fix gcc codegen bug. Aaron Giles2010-06-091-1/+2
* Fix 64bit compile on linux 4.4.0 - no whatsnew Couriersud2010-06-081-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-08120-490/+491
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-08146-2350/+2124