summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine
Commit message (Expand)AuthorAgeFilesLines
...
* wd_fdc: Fixed ready interrupt polarity. Added a soft_reset() function which r... Curt Coder2013-11-172-1/+8
* Netlist: Working voltage divider. Getting nearer. No wn Couriersud2013-11-171-2/+2
* Compatibility fixes for older GCCs (nw) R. Belmont2013-11-161-0/+1
* Lessen log pollution. (nw) Curt Coder2013-11-162-4/+4
* z80dma: Implemented Auto Restart. [Curt Coder] Curt Coder2013-11-161-7/+23
* fixed enum, didn't mean to click ok on commit earlier as I was still clean bu... smf-2013-11-141-1/+1
* Set the error bit in the IDE status register if the command causes a check co... smf-2013-11-141-0/+3
* Added SCSI status code & set it in all command handlers. It is sent over the ... smf-2013-11-148-6/+59
* (MESS) Added nscsi versions of the SCSI callback device and Xebec S1410. [Cur... Curt Coder2013-11-147-1/+384
* more changes, area51 stop atari logo flickering (nw) smf-2013-11-131-1/+1
* tweak timings again (nw) smf-2013-11-131-2/+2
* Tweaks to the idehd timing, which are still based on complete fiction. [smf] smf-2013-11-131-13/+4
* (MESS) abc800: Emulated the ABC 850 (10MB), ABC 852 (20MB), and ABC 856 (60MB... Curt Coder2013-11-121-1/+0
* Forgot to commit these changes. Couriersud2013-11-111-6/+6
* Fix D9060 format. Reads greater than one sector were broken when using bit ba... smf-2013-11-091-3/+3
* Netlist: remove hardcoded maximum net size. Separated and documented a couple... Couriersud2013-11-081-1/+2
* fixed mametesters 05357 [smf] smf-2013-11-071-5/+4
* scsi: Fixed hard disk images with 256-byte sectors. [Curt Coder] Curt Coder2013-11-071-4/+4
* added machine().describe_context() to debugging code (nw) smf-2013-11-051-10/+10
* 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