| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 128 | -664/+664 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 30 | -4646/+6355 |
* | 03755: soldivid: No music after loading savestate (or -autosave) [Phil Bennett] |  Phil Bennett | 2010-08-18 | 1 | -16/+36 |
* | 03820: batlbubl, bangball: Using -autosave causes audio to malfunction [Phil ... |  Phil Bennett | 2010-08-18 | 1 | -2/+61 |
* | 04001: All sets in mappy.c: Reload of state causes audio corruption [Phil Be... |  Phil Bennett | 2010-08-18 | 1 | -0/+1 |
* | Attempt to fix reported GCC 4.5 problems [R. Belmont] |  R. Belmont | 2010-08-17 | 1 | -1/+1 |
* | Made the I2C clock bit to be AA-specific |  Angelo Salese | 2010-08-16 | 2 | -17/+0 |
* | Add IC pinout to VLM5030 driver. Still need translation of the datasheet for ... |  Jonathan Gevaryahu | 2010-08-16 | 1 | -1/+35 |
* | Implemented I2C accesses to the Acorn Archimedes / Aristocrat MK-5 HW, fixing... |  Angelo Salese | 2010-08-16 | 2 | -1/+17 |
* | 03994: All sets in dcheese.c: Reload of state cause audio corruption [Phil Be... |  Phil Bennett | 2010-08-16 | 1 | -4/+18 |
* | 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] |  Phil Bennett | 2010-08-16 | 2 | -96/+121 |
* | 03991: bigevglf : Reload of state cause audio corruption [Phil Bennett] |  Phil Bennett | 2010-08-15 | 1 | -4/+48 |
* | 03989: asterix and clones: Reload of state causes loss of audio [Phil Bennett] |  Phil Bennett | 2010-08-15 | 1 | -29/+54 |
* | Removed several exported non-const global variables from the core [Atari Ace] |  Phil Bennett | 2010-08-13 | 9 | -13/+11 |
* | Added sound support to Signetics S2636 (by using VC4000 sound support from ME... |  mariuszw1 | 2010-08-12 | 5 | -0/+137 |
* | Cleanups and version bump.mame0139u1 |  Aaron Giles | 2010-08-12 | 18 | -196/+196 |
* | Fix crash when restoring system with OKI6295. Basically, move the |  Aaron Giles | 2010-08-12 | 1 | -14/+14 |
* | dsp56k.c : Remove globals from dsp56k cpu core. [AtariAce] |  Andrew Gardner | 2010-08-10 | 5 | -66/+70 |
* | dsp56k : Hooked up new execution engine. [Andrew Gardner] |  Andrew Gardner | 2010-08-07 | 14 | -1105/+1222 |
* | Fixed Z80 DMA ready handling. (no whatsnew) |  Curt Coder | 2010-08-06 | 1 | -19/+11 |
* | Fixed Z80 SIO interrupts. (no whatsnew) |  Curt Coder | 2010-08-06 | 1 | -0/+2 |
* | - Updated SAA5050 to form 12x20 chars as noted in documentation [Miodrag Mila... |  Miodrag Milanovic | 2010-08-05 | 1 | -3/+3 |
* | Removed global variables from gaelco, namco, and nile sound cores. |  Aaron Giles | 2010-08-04 | 6 | -93/+88 |
* | (Wow, I had no idea quite so many drivers were using driver_data!) |  Aaron Giles | 2010-08-04 | 4 | -7/+48 |
* | Newline at end of devimage.c (no whatsnew) |  Miodrag Milanovic | 2010-08-04 | 1 | -1/+1 |
* | Fixed image device error handling [ShimaPong, Miodrag Milanovic] |  Miodrag Milanovic | 2010-08-04 | 3 | -32/+28 |
* | The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet... |  Andrew Gardner | 2010-08-04 | 10 | -3253/+5773 |
* | Fix crash when exiting the debugger if breakpoints are set. |  Aaron Giles | 2010-08-02 | 1 | -0/+1 |
* | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 16 | -1094/+1739 |
* | Mini Boy 7 improvements: [Roberto Fresca] |  Roberto Fresca | 2010-07-30 | 1 | -0/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-07-29 | 1 | -2/+2 |
* | Fixed HD63701 SLP opcode [Sandro Ronco] |  Phil Bennett | 2010-07-29 | 1 | -5/+19 |
* | emu/info.c: Search all parents of a clone for merged ROMs [Atari Ace] |  Phil Bennett | 2010-07-29 | 1 | -18/+70 |
* | uiimage.c : Fix for segfault on setting of working directory (no whatsnew) |  Miodrag Milanovic | 2010-07-28 | 1 | -1/+1 |
* | Fixed image based cheat file loading (no whatsnew) |  Miodrag Milanovic | 2010-07-28 | 2 | -7/+6 |
* | Corrected Ameri Darts audio playback rate. |  Quench | 2010-07-27 | 1 | -14/+40 |
* | arm7.c: Added big endian version of the arm7 cpu. The 3do uses an arm6 in 32b... |  Wilbert Pol | 2010-07-26 | 5 | -8/+78 |
* | 03318: -burnin causes crash in vector games [Atari Ace] |  Phil Bennett | 2010-07-26 | 1 | -6/+19 |
* | arm.c: Added a big endian version of the arm2/3/6 cpu core and cleaned up the... |  Wilbert Pol | 2010-07-25 | 3 | -26/+74 |
* | arm.c: Fixed word reading from non-aligned address in big endian mode. [Wilbe... |  Wilbert Pol | 2010-07-24 | 1 | -1/+10 |
* | arm.c: Added big endian mode support to the LDRB and STRB instructions. [Wilb... |  Wilbert Pol | 2010-07-22 | 2 | -2/+15 |
* | Debugger : Removed stray garbage characters from beamx, beamy, and frame coun... |  Miodrag Milanovic | 2010-07-22 | 1 | -3/+3 |
* | Cleanups and version bump.mame0138u4 |  Aaron Giles | 2010-07-22 | 6 | -56/+56 |
* | RSP: Fix sign issue in VCL opcode [angrylion] |  R. Belmont | 2010-07-22 | 2 | -2/+2 |
* | Put back removed printf line,my mistake (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+1 |
* | Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 2 | -4/+2 |
* | - Added new operation on options which enables adding of parameter and execut... |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+8 |
* | Allow beamx > 999 to be displayed in the debugger. Updated beamy config accor... |  Wilbert Pol | 2010-07-20 | 1 | -4/+4 |
* | Added TMS32015 and TMS32016 CPU variants to the TMS32010 core. |  Quench | 2010-07-20 | 2 | -50/+121 |
* | Soflist will now load only items from original system by default. |  Miodrag Milanovic | 2010-07-20 | 1 | -1/+1 |