summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-19128-664/+664
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-1930-4646/+6355
* 03755: soldivid: No music after loading savestate (or -autosave) [Phil Bennett] Phil Bennett2010-08-181-16/+36
* 03820: batlbubl, bangball: Using -autosave causes audio to malfunction [Phil ... Phil Bennett2010-08-181-2/+61
* 04001: All sets in mappy.c: Reload of state causes audio corruption [Phil Be... Phil Bennett2010-08-181-0/+1
* Attempt to fix reported GCC 4.5 problems [R. Belmont] R. Belmont2010-08-171-1/+1
* Made the I2C clock bit to be AA-specific Angelo Salese2010-08-162-17/+0
* Add IC pinout to VLM5030 driver. Still need translation of the datasheet for ... Jonathan Gevaryahu2010-08-161-1/+35
* Implemented I2C accesses to the Acorn Archimedes / Aristocrat MK-5 HW, fixing... Angelo Salese2010-08-162-1/+17
* 03994: All sets in dcheese.c: Reload of state cause audio corruption [Phil Be... Phil Bennett2010-08-161-4/+18
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-162-96/+121
* 03991: bigevglf : Reload of state cause audio corruption [Phil Bennett] Phil Bennett2010-08-151-4/+48
* 03989: asterix and clones: Reload of state causes loss of audio [Phil Bennett] Phil Bennett2010-08-151-29/+54
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-139-13/+11
* Added sound support to Signetics S2636 (by using VC4000 sound support from ME... mariuszw12010-08-125-0/+137
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-1218-196/+196
* Fix crash when restoring system with OKI6295. Basically, move the Aaron Giles2010-08-121-14/+14
* 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
* Fixed Z80 DMA ready handling. (no whatsnew) Curt Coder2010-08-061-19/+11
* Fixed Z80 SIO interrupts. (no whatsnew) Curt Coder2010-08-061-0/+2
* - Updated SAA5050 to form 12x20 chars as noted in documentation [Miodrag Mila... Miodrag Milanovic2010-08-051-3/+3
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-046-93/+88
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-044-7/+48
* Newline at end of devimage.c (no whatsnew) Miodrag Milanovic2010-08-041-1/+1
* Fixed image device error handling [ShimaPong, Miodrag Milanovic] Miodrag Milanovic2010-08-043-32/+28
* The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet... Andrew Gardner2010-08-0410-3253/+5773
* Fix crash when exiting the debugger if breakpoints are set. Aaron Giles2010-08-021-0/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-0116-1094/+1739
* Mini Boy 7 improvements: [Roberto Fresca] Roberto Fresca2010-07-301-0/+1
* Cleanups and version bump. Aaron Giles2010-07-291-2/+2
* Fixed HD63701 SLP opcode [Sandro Ronco] Phil Bennett2010-07-291-5/+19
* emu/info.c: Search all parents of a clone for merged ROMs [Atari Ace] Phil Bennett2010-07-291-18/+70
* uiimage.c : Fix for segfault on setting of working directory (no whatsnew) Miodrag Milanovic2010-07-281-1/+1
* Fixed image based cheat file loading (no whatsnew) Miodrag Milanovic2010-07-282-7/+6
* 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
* 03318: -burnin causes crash in vector games [Atari Ace] Phil Bennett2010-07-261-6/+19
* 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
* Debugger : Removed stray garbage characters from beamx, beamy, and frame coun... Miodrag Milanovic2010-07-221-3/+3
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-226-56/+56
* RSP: Fix sign issue in VCL opcode [angrylion] R. Belmont2010-07-222-2/+2
* Put back removed printf line,my mistake (no whatsnew) Miodrag Milanovic2010-07-211-0/+1
* Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) Miodrag Milanovic2010-07-212-4/+2
* - Added new operation on options which enables adding of parameter and execut... Miodrag Milanovic2010-07-211-0/+8
* Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... Wilbert Pol2010-07-201-4/+4
* Added TMS32015 and TMS32016 CPU variants to the TMS32010 core. Quench2010-07-202-50/+121
* Soflist will now load only items from original system by default. Miodrag Milanovic2010-07-201-1/+1