summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-245-71/+119
* Removes all std::strings from the dsp56k cpu core. (Not worth mentioning) Andrew Gardner2010-10-238-437/+430
* Convert rendfont to C++. Aaron Giles2010-10-238-605/+629
* Discrete Sound - Added DISCRETE_XTIME_xxx logic modules. These allow you to ... Derrick Renaud2010-10-224-18/+906
* Sync latest ASC from MESS (no whatsnew) R. Belmont2010-10-222-48/+86
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-2114-47/+58
* Cleanups and version bump.mame0140 Aaron Giles2010-10-2112-103/+103
* Fix madalien regression. Aaron Giles2010-10-201-4/+15
* Removed stray includes. (no whatsnew) Curt Coder2010-10-192-2/+0
* Fix compile Angelo Salese2010-10-192-2/+2
* 03770: Setting 'snapname %g' does not allow snap to be saved with F12. Aaron Giles2010-10-191-1/+1
* 03915: All sets using -autosave: "auto.sta" can mistakenly be erased Aaron Giles2010-10-191-1/+1
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-195-622/+847
* Removed old CDP1802 CPU. (no whatsnew) Curt Coder2010-10-194-1398/+0
* Fix MT04065: tiny (and ldplayer) don't link. Aaron Giles2010-10-191-0/+67
* Fix custom mapping for dsp56k internal memory. Aaron Giles2010-10-191-1/+1
* 03074: dkongjr and clones: Discrete audio output is lower pitched than normal... Derrick Renaud2010-10-192-79/+89
* Whoops, forgot to remove the tag parameter. Aaron Giles2010-10-181-2/+2
* Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device. Aaron Giles2010-10-182-9/+28
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-186-6/+1795
* Fix MT04059: Add new method reset_origin() to screen devices to allow Aaron Giles2010-10-183-0/+21
* Fix divide by zero with no-screen games. Aaron Giles2010-10-181-3/+2
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-1810-1798/+1767
* ASC: sync with MESS improvements (no whatsnew) R. Belmont2010-10-172-97/+90
* emualloc.h: Force inlining of MAME's new and delete operators. Wilbert Pol2010-10-161-12/+12
* Correctly free textures when screen size dynamically changes. Aaron Giles2010-10-161-6/+4
* More Clang fixes (verified OK with GCC) [Balrog] R. Belmont2010-10-163-7/+7
* Fix crash when specifying -effect. Aaron Giles2010-10-165-5/+38
* New games marked as NOT_WORKING mariuszw12010-10-141-0/+14
* Whoops, fix incorrect address space layout for intelfsh in last update. Aaron Giles2010-10-141-1/+1
* Fix artwork issues from recent render.c update. Aaron Giles2010-10-141-5/+5
* 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