summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* replaced some malloc/free usage with global_alloc_array/global_free_array (nw) Oliver Stöneberg2014-03-288-32/+32
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... Miodrag Milanovic2014-03-282-14/+20
* stop SMS VDP timers in systems that don't need them. nw. Fabio Priuli2014-03-282-0/+16
* s3: added configuration registers for Trio/Virge chipsets. Are read-only for... mahlemiut2014-03-282-0/+40
* fixed memory leaks in diimage.c (nw) Oliver Stöneberg2014-03-271-8/+8
* modernized s3c24xx (nw) Miodrag Milanovic2014-03-277-2787/+3133
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-2715-46/+51
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-275-10/+18
* (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
* h8: Fixed build. (nw) Mike Naberezny2014-03-261-1/+2
* cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) Miodrag Milanovic2014-03-262-71/+39
* Cleanup (nw) Olivier Galibert2014-03-261-7/+1
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-262-79/+53
* 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-261-0/+9
* aga is isa device now, aga/cga cleanup (nw) Miodrag Milanovic2014-03-269-486/+1096
* 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
* h8: Prettify registers/flags in debugger [O. Galibert] Olivier Galibert2014-03-262-17/+93
* h8: Fix enable handling in timers [O. Galibert] Olivier Galibert2014-03-262-3/+2
* h8: Sort out UE polarity [O. Galibert] Olivier Galibert2014-03-263-24/+24
* h8: dec16/inc16 fix [Fabio Priuli] Olivier Galibert2014-03-261-2/+2
* forgot these (nw) Miodrag Milanovic2014-03-262-0/+3
* no more pc_cga (nw) Miodrag Milanovic2014-03-268-1699/+46
* Refactor UI graphics viewer to handle 'empty' gfx decoders [Alex Jackson] Alex W. Jackson2014-03-261-267/+267
* - MCFG_CPU_ADD("subcpu", H83002, S23_H8CLOCK*2 ) Michaël Banaan Ananas2014-03-251-1/+2
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-2557-10983/+12576
* placeholders Olivier Galibert2014-03-2538-0/+0
* Removed legacy. (nw) Curt Coder2014-03-252-27/+1
* mm74c922: devcb2. (nw) Curt Coder2014-03-252-163/+136
* i8271: devcb2. (nw) Curt Coder2014-03-252-16/+19
* - N64 RSP changes: [MooglyGuy] Ryan Holtz2014-03-252-389/+1239
* i8214: devcb2. (nw) Curt Coder2014-03-252-49/+20
* remove of ADDRESS_MAP_MODERN (nw) Miodrag Milanovic2014-03-252-4/+0
* i8212: devcb2. (nw) Curt Coder2014-03-252-63/+36
* (MESS) New driver added : Miodrag Milanovic2014-03-251-3/+2
* timers are member of vdp class (nw) Miodrag Milanovic2014-03-251-0/+9
* 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) Curt Coder2014-03-254-146/+100
* compile fix since not all have SSE3 enabled (nw) Miodrag Milanovic2014-03-251-1/+1
* (nw) Temporarily split all RSP functions into SIMD and scalar versions so Ryan Holtz2014-03-252-942/+2660
* (MESS) sms: fixed light phaser support through the gender adapter Fabio Priuli2014-03-255-12/+21
* Preliminary driver support for the HP 49 G [Antoine Mine] Miodrag Milanovic2014-03-251-31/+45
* osd_* -> global_* compilation fixes (nw) Oliver Stöneberg2014-03-242-9/+9
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-2432-74/+67
* do not use osd_malloc/osd_free in non-OSD code (nw) Oliver Stöneberg2014-03-242-18/+18
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-0/+3
* no more legacy CUSTOM_INPUT (nw) Miodrag Milanovic2014-03-241-1/+0
* revert file move, since shared (MAME/MESS) device Michaël Banaan Ananas2014-03-243-0/+419