summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-2826-84/+83
* replaced some malloc/free usage with global_alloc_array/global_free_array (nw) Oliver Stöneberg2014-03-288-32/+32
* change sega genesis vdp to use macros instead of direct usage of callback def... Miodrag Milanovic2014-03-286-35/+49
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... Miodrag Milanovic2014-03-2814-57/+39
* doing a check if read is safe, but think this need more investigation, why it... Miodrag Milanovic2014-03-281-2/+2
* stop SMS VDP timers in systems that don't need them. nw. Fabio Priuli2014-03-2810-13/+39
* fixed silly mistake with 32x hi-priority pixels. nw. Fabio Priuli2014-03-281-2/+2
* converted namcos1 to use delegates instead of _space_func and modernized all ... Miodrag Milanovic2014-03-284-304/+330
* nw Michaël Banaan Ananas2014-03-283-4/+4
* add support for savestates Michaël Banaan Ananas2014-03-283-45/+99
* rename these sets: Michaël Banaan Ananas2014-03-283-18/+18
* cleanup Michaël Banaan Ananas2014-03-283-218/+249
* s3: added configuration registers for Trio/Virge chipsets. Are read-only for... mahlemiut2014-03-282-0/+40
* sharedram is 2KB Michaël Banaan Ananas2014-03-281-28/+31
* port 0 d0 is vblank bit (see tigerh game start) Michaël Banaan Ananas2014-03-283-47/+12
* renamed/combined some functions and added irq ack and soundnmi disable Michaël Banaan Ananas2014-03-274-177/+169
* (mess) pc: split tandy 1000 and pcjr from pc.c (nw) cracyc2014-03-279-1793/+1804
* move generic functions out of machine/slapfght.c to drivers/slapfght.c, only ... Michaël Banaan Ananas2014-03-274-400/+433
* fixed memory leaks in diimage.c (nw) Oliver Stöneberg2014-03-271-8/+8
* 4enlinea: Adjusted the initial screen parameters according Roberto Fresca2014-03-271-6/+4
* Fixed documentation and confirmed the AY-8910 clock. Roberto Fresca2014-03-271-4/+10
* k007420 callbacks to delegates (nw) Miodrag Milanovic2014-03-2712-78/+46
* modernized s3c24xx (nw) Miodrag Milanovic2014-03-2712-2803/+3149
* fix tigerh defaults, thanks trap15 Michaël Banaan Ananas2014-03-271-5/+11
* (MESS) pet: Fixed sound. (nw) Curt Coder2014-03-271-1/+3
* update prev commit Michaël Banaan Ananas2014-03-271-2/+2
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-2732-131/+293
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-2735-92/+84
* (nw) Olivier Galibert2014-03-271-2/+0
* Move destructor definitions out of header files included by emu.h; clean some... Alex W. Jackson2014-03-275-5/+19
* small cleanup Michaël Banaan Ananas2014-03-263-108/+97
* mame neogeo update from Johnboy, no whatsnew Michaël Banaan Ananas2014-03-263-68/+86
* h8: Fixed build. (nw) Mike Naberezny2014-03-261-1/+2
* Add line ending and proper wording to an error (nw) Scott Stone2014-03-261-1/+1
* Improvements to 4enlinea driver. Hooked preliminary Roberto Fresca2014-03-261-21/+237
* cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) Miodrag Milanovic2014-03-2610-191/+117
* Cleanup (nw) Olivier Galibert2014-03-261-7/+1
* (MESS) 32x: experimental change to the pixel mixing to better understand the Fabio Priuli2014-03-263-64/+79
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-265-169/+75
* avoid dupe timers. nw. Fabio Priuli2014-03-262-4/+0
* fix bangbead recent regression (from_hz takes a "double", can't handle large ... Michaël Banaan Ananas2014-03-261-1/+1
* Fixed linking. (nw) Curt Coder2014-03-261-4/+4
* READ/WRITE*_HANDLER -> READ/WRITE*_MEMBER (nw) Miodrag Milanovic2014-03-2626-190/+190
* floppy: splice-related fixes [O. Galibert] Olivier Galibert2014-03-262-0/+11
* (MESS) pet: European models sync at 50Hz. (nw) Curt Coder2014-03-261-3/+50
* aga is isa device now, aga/cga cleanup (nw) Miodrag Milanovic2014-03-2617-1551/+1175
* fixed lui/ori and lui/addi constant calculation by pretending instructions ca... smf-2014-03-261-1/+1
* use an interface for passing state to the disassembler instead of copying it ... smf-2014-03-263-33/+31
* we need to find a solution there (nw) Olivier Galibert2014-03-261-6/+3
* h8: Prettify registers/flags in debugger [O. Galibert] Olivier Galibert2014-03-262-17/+93