summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-3148-3636/+3567
* m68k: generate the correct kind of stack frame for 68010 bus errors. [R. Belm... arbee2014-12-301-1/+6
* fixed usage of uninitialized member in tms5110_device (nw) Oliver Stöneberg2014-12-301-1/+2
* Move some includes around to fix compile errors on OSX; if this breaks any ot... Wilbert Pol2014-12-291-0/+2
* snes_ppu_device: removed unneeded running_machine parameter were it wasn't ne... Osso2014-12-292-30/+30
* Add a TEA1002 color encoder device and use it for the Aquarius. It might Dirk Best2014-12-283-0/+162
* removed no-longer-needed asserts from z80dma Robert2014-12-281-2/+0
* z80dma : fixed buffer overflow. Fixes altos5 and wmbullet floppies. Robert2014-12-281-1/+1
* (nw) mamehaze2014-12-272-36/+26
* arcompact - it's actually executing code in cartridge space now (nw) mamehaze2014-12-274-160/+192
* abc99_device:: fixed "ROMENTRY_ISREGION(region)" assert, now asserts in z8536... Osso2014-12-271-3/+2
* checkpoint (nw) mamehaze2014-12-273-91/+52
* (MESS) megadriv: slightly improved support for CodeMasters 2-in-1 carts etabeta782014-12-272-2/+2
* arcompact - start to add the hardware loop support (nw) mamehaze2014-12-266-77/+80
* arcompact (nw) mamehaze2014-12-263-120/+132
* arcompact (nw) mamehaze2014-12-263-6/+95
* arcompact (nw) mamehaze2014-12-262-178/+137
* arcompact (nw) mamehaze2014-12-263-93/+58
* Merge branch 'master' of https://github.com/mamedev/mame mamehaze2014-12-268-5/+411
|\
| * adding the new sourcefiles would have helped probably... ;) etabeta782014-12-264-0/+395
| * (MESS) gamegear: fixed detection of SMS games (via adapter) and added etabeta782014-12-264-5/+16
* | arcompact (nw) mamehaze2014-12-263-565/+190
|/
* Uppercase hash cleanup (nw) Scott Stone2014-12-242-3/+3
* the 'with cartridge' codepath is different (nw) mamehaze2014-12-242-22/+149
* and so we arrive at some code trying to set up hardware loops (nw) mamehaze2014-12-241-13/+90
* (MESS) sms: added support for Hi-Com multigame carts, recently dumped etabeta782014-12-243-0/+59
* fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) Oliver Stöneberg2014-12-241-1/+4
* new clones mamehaze2014-12-241-4/+26
* isa8_cga_device: added save state support, fixes at least pt68k4.c save state... Osso2014-12-242-1/+11
* luaengine: add access to devices and address spaces Luca Bruno2014-12-242-0/+137
* (MESS) vc4000: properly supported 4K carts with no RAM. [Fabio Priuli] etabeta782014-12-244-1/+19
* (MESS) gamegear: moved GG-SMS scaling from VDP file to the machine file; etabeta782014-12-243-367/+125
* arcompact (nw) mamehaze2014-12-243-96/+324
* debug: reverted dasm window change. (nw) Robert2014-12-241-1/+1
* (nw) mamehaze2014-12-231-7/+62
* arcompact - further (nw) mamehaze2014-12-233-129/+411
* more arcompact ops, continues to move forward (nw) mamehaze2014-12-234-24/+287
* Assorted changes and fixes to sega devices (nw) Scott Stone2014-12-223-3/+3
* pass a bit more of the bios self-validation (nw) mamehaze2014-12-221-43/+194
* added cartslot hap2014-12-221-0/+1
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-2217-19/+24
* am9517a_device: added missing save state, fixes micromik.c save state problem... Osso2014-12-221-0/+9
* mos7360_device: added missing save state, fixes plus4.c save state problem (nw) Osso2014-12-221-0/+1
* (nw) mamehaze2014-12-222-73/+154
* (nw) mamehaze2014-12-223-54/+115
* some more ops (nw) mamehaze2014-12-222-133/+257
* arcompact: starts to read the 2 copyright strings in the bios for comparison ... mamehaze2014-12-212-26/+86
* couple more ops (nw) mamehaze2014-12-213-19/+91
* arcompact: execute first few MOVs (nw) mamehaze2014-12-214-22/+169
* arcompact: prepare to add more opcodes (nw) mamehaze2014-12-214-845/+1080