summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0129u5 Aaron Giles2009-02-261-3/+3
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-02-262-0/+26
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-2612-112/+125
* From: Christophe Jaillet [christophe.jaillet@wanadoo.fr] Aaron Giles2009-02-261-2/+0
* 02930: cpu.mak typo and fix Aaron Giles2009-02-261-2/+2
* Fixed CPU tags in recently added drivers. Added interface to the C6280 sound Aaron Giles2009-02-263-2/+9
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-13/+11
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-1/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-253-2/+11
* quick hack to delay installing the spu dma handler until the first write to t... smf-2009-02-221-2/+11
* Added register SXFER (0x05) - Nothing more. This reg determines SCSI transfer... Couriersud2009-02-221-0/+6
* Device-ized the SID code Nathan Woods2009-02-202-22/+10
* 02931 YM-2151: Distorted or otherwise incorrect sound [Phil Bennett] Phil Bennett2009-02-191-0/+8
* 02929: All sets using k007232.c Sound Core: Garbled Music Phil Bennett2009-02-181-4/+5
* Added ATTR_NOTNULL to DAC sound calls Nathan Woods2009-02-181-4/+4
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-1726-85/+85
* Remaining regressions. Aaron Giles2009-02-171-24/+37
* Compilation fix Nathan Woods2009-02-171-1/+1
* Changed aborts() to fatalerror() so they don't foul up the regression test runs. Aaron Giles2009-02-161-9/+9
* Added the ability for devices to have their own custom inline config management. Aaron Giles2009-02-168-122/+218
* Cidelsa changes: Curt Coder2009-02-167-1268/+1102
* Fix 64bit compile of latch8 Couriersud2009-02-111-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-11203-8901/+5477
* Merged in changes from earlier commit. Curt Coder2009-02-091-13/+16
* Refactored the ACIA6850 to use devcb. Curt Coder2009-02-092-148/+109
* Largely a WIP update with some FIXMEs / Co-credit Smitdogg Couriersud2009-02-081-0/+3
* Small bugfix for an SH-2 logging message. Angelo Salese2009-02-081-1/+1
* Revert _strdup back to strdup Phil Bennett2009-02-071-2/+2
* Fixed MSVC build. Phil Bennett2009-02-072-21/+21
* Fix bug #2896, #1785, #2801 Couriersud2009-02-071-5/+11
* TMS57002 preliminary implementation [Olivier Galibert] davidhay2009-02-065-0/+2959
* bytemask should not mask low bits. Fixes disassembler for CPUs with address Aaron Giles2009-02-061-1/+1
* 02897: soldivid: Audio regression (David Haywood) Angelo Salese2009-02-041-4/+1
* Changed 6526cia to use devcb Nathan Woods2009-02-042-15/+14
* Made the 6522 VIA implementation use devcb Nathan Woods2009-02-042-134/+84
* relaxed 8 letter setname limitation for clone sets - this is designed to make... davidhay2009-02-031-4/+10
* fix #define.. stupid copy+paste errors davidhay2009-02-021-1/+1
* fix comment davidhay2009-02-021-1/+1
* getting the AGEMAME ball rolling. davidhay2009-02-022-15/+25
* MSVC fix [Atari Ace] Nathan Woods2009-02-021-2/+2
* Improve disassembly of R3000 code that uses the TLB or FPU R. Belmont2009-02-021-6/+89
* Devintrf bug fix Nathan Woods2009-02-011-1/+0
* 1. Added the ability to invoke CPU input lines with devcb callbacks Nathan Woods2009-01-314-16/+46
* New games added or promoted from NOT_WORKING status Phil Bennett2009-01-311-12/+15
* Changed memory_set_direct_region to pass the address returned from the DIRECT... smf-2009-01-312-17/+20
* Opcode accesses are now marked debugger_access. This is important with the re... Aaron Giles2009-01-302-3/+18
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-293-44/+44
* 02862: Many sets in taitosj.c: During the scroling the lower part of the scre... Aaron Giles2009-01-291-14/+22
* Implemented a few more H8/3xx instructions, and added funcube to seta2.c [Luc... Luca Elia2009-01-283-18/+84
* Changed CA1/CA2/CB1/CB2 device callbacks to be lines Nathan Woods2009-01-282-24/+24