summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Converted 6821new to use devcb Nathan Woods2009-01-282-56/+105
* Fix energy calculation for LS624 Couriersud2009-01-271-4/+7
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-266-46/+571
* Spectrum of generated sounds getting near samples. Couriersud2009-01-251-1/+5
* Resistance is given in KOhm in datasheet formula Couriersud2009-01-251-2/+2
* Use formula derived from figures 2 and 3 in LS624 datasheet. Coefficients Couriersud2009-01-251-6/+12
* New clones added Phil Bennett2009-01-242-9/+11
* fixed building with visual studio. smf-2009-01-241-4/+4
* Compilation fix Nathan Woods2009-01-231-1/+1
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-222-2/+2
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-22119-281/+73
* Initialize some structs to fix warnings with some GCC versions. R. Belmont2009-01-221-0/+4
* Fix big endian compile/link. R. Belmont2009-01-221-5/+0
* Super Othello driver Tomasz Slanina2009-01-211-0/+1
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-0/+3