summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Fix validation issue with new x2212 maps. Aaron Giles2010-10-141-3/+7
* Cleanups and version bump. Aaron Giles2010-10-1421-176/+176
* Fix some inconsistencies in intelfsh, fixes taitogn. Aaron Giles2010-10-141-9/+11
* Update psx drivers to use a driver_device. Aaron Giles2010-10-142-14/+16
* 8237dma.c: Initialize the command register to 0 on reset. [Wilbert Pol] Wilbert Pol2010-10-131-0/+1
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-1330-3234/+3094
* SH2: Further improvements to PC_relative loads in the delay slot. R. Belmont2010-10-071-5/+5
* SH2: fix PC relative MOV in delay slot R. Belmont2010-10-072-54/+68
* Added INT1, INT2, INT3, DRQ0, DRQ1, TMRIN0, TMRIN1 input and TMROUT0, TMROUT1... Curt Coder2010-10-062-57/+126
* v9938 - Set default value for status register 4 and 6 [Michael Zapf] Miodrag Milanovic2010-10-061-0/+12
* SH2DRC: Fix BSRF and JSR so delay slot insns can trash the calculated PR if t... R. Belmont2010-10-051-4/+6
* SH2: fix interpreter, runs fine again R. Belmont2010-10-051-2/+2
* Fix another Clang issue [Balrog] R. Belmont2010-10-031-6/+6
* Adjustments to allow selecting the sample rate of WAV and AVI file writes eve... Scott Stone2010-10-011-3/+7
* Fix type found by clang. Aaron Giles2010-09-301-1/+1
* Enable wavwrite (and aviwrite) sound even if -nosound is specified. Aaron Giles2010-09-301-2/+3
* Fix bug where multiple sampleof attributes could be output, resulting in Aaron Giles2010-09-291-0/+3
* Fixed unaligned 16 and 32-bit i/o accesses in i386 CPU core [Barry Rodewald] Angelo Salese2010-09-292-23/+27
* Haze: Simplified VDP data reading to use read_word now that the RV bit of 32... Scott Stone2010-09-292-5/+60
* Fixed a SH-2 with TSTM opcode [R.Belmont] Angelo Salese2010-09-281-0/+1
* Implemented support for SH-2 cycle steal mode, used by Fever Soccer [David Ha... Angelo Salese2010-09-282-48/+29
* Fixed Fairchild F8 CPU interrupt handling. [Curt Coder] Curt Coder2010-09-283-9/+31
* Synced asc sound device from MESS (no whatsnew) Miodrag Milanovic2010-09-282-31/+486
* Haze: DMA fix to correct issues with Fever Soccer (no whatsnew) Scott Stone2010-09-271-6/+49
* 680x0: '030 MMU now emulates translation cache; fixed misinterpreted MMU opco... R. Belmont2010-09-274-45/+495
* Haze: not using the timers for the DMA causes issues in ST-V, I don't know ... Angelo Salese2010-09-271-1/+1
* Give an option of how to handle the DMA timing... with or without the MAME ti... Angelo Salese2010-09-264-7/+46
* Put the SH2 DMA on a timer. This is needed because Knuckles Chaotix on the 3... Angelo Salese2010-09-265-119/+265
* Modified Z80-DMA reset command (C3) to not randomly clear registers. [Curt Co... Curt Coder2010-09-241-0/+5
* Added xtal for MESS. (no whatsnew) Curt Coder2010-09-221-0/+1
* Modernized liberator driver, added save state support. Aaron Giles2010-09-223-0/+104
* Fixed address space for the ER2055. Aaron Giles2010-09-211-1/+1
* Added ER2055 device. Changed liberator over to using it. Other Atari games Aaron Giles2010-09-213-0/+318
* Added e2prom address space to x2212 so that the latched contents can be viewed. Aaron Giles2010-09-212-22/+39
* Changed memory width stubs to fill unpopulated regions with the appropriate Aaron Giles2010-09-212-7/+11
* Converted x2212 to a modern device. Updated starwars and firefox. Aaron Giles2010-09-212-123/+301
* M68k: Add more conditionals and FGETEXP instruction [R. Belmont] R. Belmont2010-09-211-0/+23
* **FOR REVIEW** Andrew Gardner2010-09-201-0/+4
* cdda - Added a per-channel volume setting function [Barry Rodewald] Miodrag Milanovic2010-09-202-1/+17
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-1919-52/+128
* Improved Z80-DMA debug logging. (no whatsnew) Curt Coder2010-09-191-24/+31
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-1926-133/+133
* Fix regressions. Aaron Giles2010-09-183-10/+13
* intelfsh: erase small chips faster (fixes saving in GBA games) (no whatsnew) R. Belmont2010-09-181-1/+8
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-182-4/+3
* Added a set volume function for CD-DA [Angelo Salese] Angelo Salese2010-09-172-0/+12
* Added a function to change the MSM5205 frequency dynamically [Angelo Salese] Angelo Salese2010-09-172-0/+11
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-1712-146/+159
* Add skeleton Apple Sound Chip device (no whatsnew) R. Belmont2010-09-173-0/+328
* Fix 04034: All sets in viper.c: [debug] Assert in Debug build Aaron Giles2010-09-161-1/+1