summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-2013-53/+53
* Added missing sound type check. Wilbert Pol2009-11-191-0/+1
* Put minimum tag length back to 2 characters for now. Aaron Giles2009-11-191-2/+2
* Fix TLBMOD exceptions so they also properly set BadVAddr. Aaron Giles2009-11-181-1/+1
* Added tentative PORT_CUSTOM(eepromdev_bit_r) for EEPROM devices. Fabio Priuli2009-11-182-4/+8
* Added a MDRV_EEPROM_NODEFAULT_ADD macro for drivers which do not need default... Fabio Priuli2009-11-182-0/+8
* fix crash bug Jonathan Gevaryahu2009-11-181-1/+1
* Got rid of R->OldNoise since it causes problems for gamegear/sms. Changed noi... Jonathan Gevaryahu2009-11-182-37/+71
* Fix assertion in DRC. Aaron Giles2009-11-182-2/+4
* Fix PowerPC 603 translation so it doesn't get stuck in an infinite Aaron Giles2009-11-172-1/+7
* Fix broken DRC logging. Aaron Giles2009-11-172-4/+4
* revert gamegear/sms psg change, was probably correct before, but need a bette... Jonathan Gevaryahu2009-11-171-4/+4
* MIPS3 TLB fixes: Aaron Giles2009-11-173-23/+36
* Add NCR7496 variant to sn76496.c Jonathan Gevaryahu2009-11-162-31/+59
* MIPS3 TLB fixes: Aaron Giles2009-11-162-6/+9
* Fix screeching in regulus: When summing together four equal channels, the siz... Jonathan Gevaryahu2009-11-161-2/+7
* Reverting bad fix Ryan Holtz2009-11-161-2/+1
* - Fixed Context usage and TLB exception vectors in the MIPS core [Harmony] Ryan Holtz2009-11-161-1/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-152-1/+7
* Minor comment cleanup. Aaron Giles2009-11-151-3/+4
* Reverted bipolar output due to problems in MESS, code is commented out. Jonathan Gevaryahu2009-11-151-3/+9
* Minor comment update. Jonathan Gevaryahu2009-11-151-0/+4
* Trashed the old pre-accurate-clocking STEP based sample averaging scheme from... Jonathan Gevaryahu2009-11-151-96/+43
* MC680x0 update R. Belmont2009-11-149-245/+420
* Marked cosmic alien colors as wrong, added TODO to the driver for fixing colo... Jonathan Gevaryahu2009-11-131-0/+1
* Added missing BLTZAL opcode to the RSP core. [angrylion] Ryan Holtz2009-11-121-0/+1
* Allowed child CPUs to be used in read8/write8 callbacks. Curt Coder2009-11-081-2/+12
* Removed useless assert. Curt Coder2009-11-081-2/+0
* Refactored Z80 DMA to use devcb. Curt Coder2009-11-082-57/+116
* Fixed i8237 DACK polarity. Curt Coder2009-11-081-1/+1
* Refactored i8237 DMA to use devcb. Curt Coder2009-11-082-217/+296
* Refactored i8257 DMA to use devcb. Curt Coder2009-11-072-149/+227
* i386 core fixes: [Barry Rodewald] Phil Bennett2009-11-055-8/+92
* Fix a minor oversight in the last patch: R->OldNoise was not reset on PRNG re... Jonathan Gevaryahu2009-11-051-2/+4
* Update SN76489/A to have correct PRNG waveforms (a 0 bit was missing at the b... Jonathan Gevaryahu2009-11-042-21/+50
* Adds save state support to plygonet.c and the DSP56156 CPU core. Andrew Gardner2009-11-044-120/+180
* Z80: Check for NOP in interrupt mode 0. This allows code like ei / halt / di ... Dirk Best2009-11-031-18/+27
* Change to consistently use Intel notation for hex values in TMS32010 disassem... Jonathan Gevaryahu2009-11-021-3/+3
* fix typo in last submission for the ymf271.c and correct spacing Brian Troha2009-11-011-3/+3
* restates the notes about the error in LFO table as listed in the original man... Brian Troha2009-11-011-15/+20
* Cleanups and version bump.mame0135 Aaron Giles2009-10-311-7/+7
* Added an attotime_is_never() function Nathan Woods2009-10-311-0/+11
* Changed 32010 unknown opcode to output in $xxx format like Aaron Giles2009-10-311-1/+1
* Changes to the dsp56156 cpu core. [Andrew Gardner] Andrew Gardner2009-10-301-55/+172
* scsihd: don't crash if no media is attached R. Belmont2009-10-291-0/+12
* 680x0 update: R. Belmont2009-10-283-8/+175
* 03487: All Drivers using z180 cpu: Access Violation [Phil Bennett] Phil Bennett2009-10-261-12/+9
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-253-28/+28
* > -----Original Message----- Aaron Giles2009-10-252-4/+8
* From: Dirk Best <startaq@gmail.com> Aaron Giles2009-10-251-5/+34