summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-0518-83/+81
* Split the netlist code up into functional pieces like parser, setup and execu... Couriersud2013-11-042-2416/+14
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-042-505/+499
* fix copypaste error, causing bug(s) in mame berzerk.c Michaël Banaan Ananas2013-11-031-1/+3
* call update_irq() after updating B & C register in device_reset (nw) smf-2013-11-031-0/+2
* asserted copyright (nw) smf-2013-11-0310-0/+20
* Support for different sized MC146818 compatibles [smf] smf-2013-11-025-14/+66
* Created folder emu/netlist and moved net_lib.* over. Updated makefiles. Couriersud2013-11-024-1592/+3
* Netlist now uses astring instead of char *. Makes memory management a lot eas... Couriersud2013-11-024-203/+288
* asserted copyright (nw) smf-2013-11-0228-0/+56
* (MESS) compis: Fixed regression. (nw) Curt Coder2013-11-012-3/+51
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-012-339/+473
* fixed read sub channel bug introduced in 25577 (fixes ddr2m) (nw) smf-2013-10-311-1/+1
* Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo... Couriersud2013-10-282-47/+36
* No whatsnew: Moved device setup out of constructor (again). Couriersud2013-10-284-163/+264
* (MESS) BBC Micro updates / fixes: [Nigel Barnes] Fabio Priuli2013-10-282-38/+50
* MT #04731 & MT #05335: fixed "Warning: k053252 read 0e, contact MAMEdev" msg Angelo Salese2013-10-271-1/+14
* ncr5380n: improved /BSY behavior on arbitration. [R. Belmont] R. Belmont2013-10-271-0/+1
* Netlist: ongoing cleanup Couriersud2013-10-264-402/+475
* New games added or promoted from NOT_WORKING status smf-2013-10-261-1/+2
* Changed IDE read sector timing to be the same as read multiple instead of wri... smf-2013-10-261-13/+8
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-251-0/+2
* Added i80130 OSP emulation. [Curt Coder] Curt Coder2013-10-243-0/+259
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-233-448/+0
* Netlist code: fixed an issue with 7493 and other minor fixes Couriersud2013-10-224-21/+22
* (MESS) Apple II bus moving day (nw) R. Belmont2013-10-223-0/+819
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-229-0/+1866
* Minor code clean-up in netlist devices Couriersud2013-10-214-112/+135
* Licenses Angelo Salese2013-10-211-0/+2
* (MESS) c64: Moved expansion and user ports under emu/bus. (nw) Curt Coder2013-10-203-0/+238
* ADR and track # fixes Angelo Salese2013-10-201-4/+9
* (MESS) compis: Connected the FDC via the iSBX bus. [Curt Coder] Curt Coder2013-10-201-0/+2
* Modernized mc6846 device.(nw) Ivan Vangelista2013-10-192-378/+337
* License tags. (nw) Curt Coder2013-10-172-0/+4
* add license info for some things i worked on, some small cleanups Dirk Best2013-10-178-3/+26
* And this one, too Angelo Salese2013-10-171-0/+2
* Bunch of copyright changes, of course I'm missing some more too Angelo Salese2013-10-161-0/+2
* tag files that are (mostly) by me Michaël Banaan Ananas2013-10-162-0/+4
* Pong now uses the new analog monitor device. Couriersud2013-10-163-65/+100
* Updated license tags Couriersud2013-10-162-0/+4
* ti99: Licensing Michael Zapf2013-10-164-0/+8
* Removed old SCUDSP, not worth it anyway Angelo Salese2013-10-164-1384/+0
* Another one Angelo Salese2013-10-161-0/+2
* License tags. (nw) Curt Coder2013-10-1672-0/+144
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-164-66/+8
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-1622-622/+44
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-154-0/+8
* pd4990a.c: don't set time to 0 on reset (nw) Alex W. Jackson2013-10-141-8/+0
* Modernized upd4990a device. Needs to be merged with upd1990a.c.(nw) Ivan Vangelista2013-10-142-325/+275
* Changed atapicdr packet identify to Virtual CDROM because not all images are ... smf-2013-10-135-12/+101