summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-2974-397/+382
* Fix build on OpenBSD Brian Callahan2015-04-282-2/+2
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-04-281-37/+31
|\
| * clgd542x: made a start at implementing extended write modes 4 and 5. mahlemiut2015-04-281-37/+31
* | Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-04-289-54/+92
|\|
| * ins8250: msr is writeable (pcjr depends on this) and fix update (nw) cracyc2015-04-271-8/+21
| * accuracy fix (integer division loses fraction) hap2015-04-274-7/+7
| * More Cirrus WIP, fixing some possible crashes, BitBLT destinations, and fixin... mahlemiut2015-04-274-39/+64
* | Various bugfixes for netlist code and improvements for breakout. (nw) couriersud2015-04-289-37/+91
* | Remove usage of initial in 7474. (nw) couriersud2015-04-271-2/+2
* | Fixed a bug in DELAY. (nw) couriersud2015-04-271-1/+1
* | NE555 now supports reset. (nw) couriersud2015-04-272-10/+14
|/
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-04-266-20/+67
|\
| * (MESS) this is more likely to be how the things work. nw. etabeta782015-04-261-6/+3
| * added a few new dumps, recently surfaced. nw. etabeta782015-04-261-2/+2
| * clgd542x: fixed hardware cursor mahlemiut2015-04-262-8/+17
| * added preliminary tms1600 hap2015-04-262-4/+45
* | (MAME)New game added couriersud2015-04-2611-29/+89
* | Make logic signal outputs default to low at startup. (nw) couriersud2015-04-261-2/+2
* | Always connect to the first element in NET_C. (nw) couriersud2015-04-261-3/+1
* | Use vsnprintf instead of printf to avoid libc buffer overflows. (nw) couriersud2015-04-261-4/+4
* | Fix bug in 74279. (nw) couriersud2015-04-251-3/+3
* | Fix bug in 7432. (nw) couriersud2015-04-252-12/+12
|/
* Added 74175 and 82S16 devices to netlist. nl_breakout now compiles. (nw) couriersud2015-04-2510-1/+435
* Commented out a printf. (nw) couriersud2015-04-251-1/+1
* better not forget the new files. :) mahlemiut2015-04-252-0/+1306
* pc_vga: split Cirrus video devices to separate files. mahlemiut2015-04-255-1326/+40
* pci9050: first stab at it (nw) Olivier Galibert2015-04-244-121/+253
* coco: Changed display of "Becker Port" info to show in -verbose only to avoi... Scott Stone2015-04-241-3/+3
* (MESS) fsd2: Added REX-DOS. [Julian Perry] Curt Coder2015-04-241-0/+2
* (MESS) c8050: Added 901884-01 ROM. [Martin Hoffmann-Vetter] Curt Coder2015-04-241-1/+1
* webengine cleanup (nw) Miodrag Milanovic2015-04-241-4/+4
* change to case insensitive check like it was before (nw) Miodrag Milanovic2015-04-241-2/+1
* pc_vga: Made Cirrus ISA cards 16-bit, rather than 8-bit mahlemiut2015-04-243-32/+30
* pc_vga.c: fix compile on MSVC2012 (nw) Peter Ferrie2015-04-231-1/+1
* Completed state_save_register_item* removal (nw) Ivan Vangelista2015-04-236-73/+62
* No need for temp variables (nw) Miodrag Milanovic2015-04-2324-74/+26
* pc_vga: Cirrus WIP, Virtual Pool VESA and non-accel GD54xx drivers are playab... mahlemiut2015-04-235-37/+520
* forgot 1 file hap2015-04-221-1/+1
* (MESS) abc1600: Fixed SASI card status, now tries to boot from disk again. (nw) Curt Coder2015-04-222-15/+22
* small cleanup (nw) Miodrag Milanovic2015-04-2250-160/+94
* remove printfs (nw) Miodrag Milanovic2015-04-221-3/+0
* bugix and sdl fix (nw) Miodrag Milanovic2015-04-221-1/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-22337-2574/+2605
* Merge pull request #164 from lucab/lucab/mame-lua/misc Olivier Galibert2015-04-222-12/+19
|\
| * luaengine: optional text color for to draw_text() Luca Bruno2015-04-211-2/+6
| * luaengine: accept any LUA number type as coordinate Luca Bruno2015-04-211-10/+10
| * ui: avoid infinite loop when word-wrapping Luca Bruno2015-04-211-0/+3
* | Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-04-223-37/+167
|\ \
| * | (MESS) c3040: Disk format WIP. (nw) Curt Coder2015-04-213-2/+69