summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
Commit message (Expand)AuthorAgeFilesLines
* fixed pc8801 regression (nw) Miodrag Milanovic2014-03-291-1/+1
* 315_5124.c: converted to devcb2 (nw) Ivan Vangelista2014-03-291-28/+25
* converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-295-59/+14
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-2917-429/+287
* (MESS) megavdp: simplified DMA 'lag' handling, reducing the need of Fabio Priuli2014-03-292-40/+32
* (MESS) 32x: replaced direct references to 32x inside the MD VDP with Fabio Priuli2014-03-292-0/+37
* (MESS) sms: slightly modified system flags, and fixed RAM init Fabio Priuli2014-03-292-14/+25
* fix GCC 4.8 compile (nw) R. Belmont2014-03-291-2/+2
* - BetaDisk fixed (there was just needed to start floppy motor ;) [MetalliC] Miodrag Milanovic2014-03-283-15/+78
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-2825-81/+81
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ... Miodrag Milanovic2014-03-2812-43/+19
* 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-282-2/+4
* (mess) pc: split tandy 1000 and pcjr from pc.c (nw) cracyc2014-03-279-1793/+1804
* modernized s3c24xx (nw) Miodrag Milanovic2014-03-274-14/+14
* (MESS) pet: Fixed sound. (nw) Curt Coder2014-03-271-1/+3
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-2717-85/+242
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-275-8/+8
* cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) Miodrag Milanovic2014-03-266-63/+42
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-263-90/+22
* (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-268-1065/+79
* fix cybiko "handlers" (nw) Olivier Galibert2014-03-263-18/+18
* (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese Fabio Priuli2014-03-264-84/+95
* forgot these (nw) Miodrag Milanovic2014-03-261-16/+1
* (MESS) ql.c: Added emulation of both the QIMI and Sandy mice to the QL drive... Scott Stone2014-03-262-49/+284
* no more pc_cga (nw) Miodrag Milanovic2014-03-265-144/+72
* hunter2: converted to use bankdev mahlemiut2014-03-261-35/+45
* (MESS) a7800.c: Fixed DMA regarding startup, shutdown and cycle stealing whic... Scott Stone2014-03-262-5/+14
* Fix for c64gs crash (nw) Scott Stone2014-03-261-2/+2
* Fixed build. (nw) Curt Coder2014-03-251-2/+1
* updated MegaPlay and MegaTech to use modern SMS VDP. [Fabio Priuli] Fabio Priuli2014-03-251-2/+0
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-256-43/+357
* placeholders Olivier Galibert2014-03-251-0/+0
* Removed legacy. (nw) Curt Coder2014-03-251-2/+2
* mm74c922: devcb2. (nw) Curt Coder2014-03-252-27/+17
* i8271: devcb2. (nw) Curt Coder2014-03-253-4/+3
* i8214: devcb2. (nw) Curt Coder2014-03-251-7/+2
* (MESS) mm1: Separated keyboard from driver. (nw) Curt Coder2014-03-255-271/+425
* remove of ADDRESS_MAP_MODERN (nw) Miodrag Milanovic2014-03-251-2/+0
* i8212: devcb2. (nw) Curt Coder2014-03-251-10/+6
* (MESS) New driver added : Miodrag Milanovic2014-03-255-0/+1408
* will put it back since it's subdevice (nw) Miodrag Milanovic2014-03-251-4/+2
* megavdp cleanup (nw) Miodrag Milanovic2014-03-251-2/+5
* 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) Curt Coder2014-03-251-94/+57
* (MESS) sms: fixed light phaser support through the gender adapter Fabio Priuli2014-03-252-16/+8
* small cleanup (nw) Miodrag Milanovic2014-03-252-4/+1
* Preliminary driver support for the HP 49 G [Antoine Mine] Miodrag Milanovic2014-03-253-89/+497
* Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] Miodrag Milanovic2014-03-254-34/+93
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-2412-33/+33