summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mfmhd: pluggable image format Michael Zapf2015-07-192-186/+283
* Adding more MFM hard disk models (ST213, ST251) Michael Zapf2015-07-192-102/+245
* WIP preparing to fix the speech in radar scope (n/w) Lord-Nightmare2015-07-192-1/+12
* Aligned builtin device identification with parser device couriersud2015-07-191-3/+3
* Fixed image truncate and a lockup during disk formatting Michael Zapf2015-07-141-5/+7
* Mixed up binary with hex number, corrupting FM disks Michael Zapf2015-07-141-1/+1
* k052352.c: added missing save states (nw) Ivan Vangelista2015-07-121-1/+10
* VDP2/SCU note angelosa2015-07-101-2/+3
* New message for SMPC undocumented Netlink enable/disable command. angelosa2015-07-101-0/+4
* fix compile by removing an accidentally committed I64_to_base10 instance (nw) Lord-Nightmare2015-07-091-1/+1
* don't need %lf as arguments are always promoted to double (nw) Cowering2015-07-081-1/+1
* more pedantic fixes (NW) Cowering2015-07-0825-106/+104
* stragglers Cowering2015-07-082-2/+2
* blame balrog for this :) (NW) Cowering2015-07-083-5/+5
* c128_flop.xml: Added Paperback Writer 128, Term Paper Writer, The Great War, ... Curt Coder2015-07-071-1/+1
* This is it. ti99 says Goodbye to legacy floppy. Michael Zapf2015-07-054-2803/+0
* HDC9234: Added HD track reading; several bug fixes. Michael Zapf2015-07-053-89/+216
* Merge branch 'hp64k_dev2' of https://github.com/fulivi/mame balr0g2015-07-041-1/+2
|\
| * Merge branch 'hp64k_dev' into hp64k_dev2 fulivi2015-07-031-1/+2
| |\
| | * hp64k: floppy I/F, beeper, DIP switches & lower 32kw of RAM added. fulivi2015-07-031-1/+2
* | | Netlist now compiles with couriersud2015-06-301-2/+2
* | | HDC9234 with formatting capability Michael Zapf2015-06-292-33/+158
* | | ti99: MFM HD can write; modern HFDC now default Michael Zapf2015-06-284-109/+725
* | | idehd.c: decrease IDE read fill-time to avoids timeouts [Peter Ferrie] Peter Ferrie2015-06-261-5/+6
* | | Fix obvious array-out-of-bounds error, nw therealmogminer@gmail.com2015-06-251-1/+1
* | | memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-2/+2
|/ /
* | Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-245-8/+8
* | missed one Dirk Best2015-06-232-4/+5
* | get rid of all the x Dirk Best2015-06-232-110/+110
* | Analog drums and filtering for Kid Niki et al. [Andrew Gardner, couriersud2015-06-211-17/+24
* | Fixed reset for proxy devices. In addition, documented how to achieve a couriersud2015-06-211-5/+4
* | vooddefs.h - Small correction in genTexture. ted green2015-06-211-14/+31
* | Some more moves to the netlist namespace. (nw) couriersud2015-06-192-57/+57
* | Duplicate description fix for some devices. (nw) Scott Stone2015-06-161-3/+3
* | Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-132-16/+16
* | Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-132-49/+49
* | 6532riot.c: removed static TIMER_CALLBACK in favour of device_timer (nw) Ivan Vangelista2015-06-122-13/+19
* | z80dart: add direct control/data access functions Dirk Best2015-06-091-0/+10
* | MFM hard disk WIP; adding config options Michael Zapf2015-06-073-76/+249
* | Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-0714-14/+14
* | Fixed a number of bugs couriersud2015-06-051-2/+2
* | goodbye old friend, you had a good run. Dirk Best2015-06-052-2508/+0
* | mos6526: Fixed port A/B read. [geecab] Curt Coder2015-06-051-2/+8
* | MFM HD work in progress; reading sectors Michael Zapf2015-06-044-117/+1149
* | Changed the way NETLIST_START(NAME) is located and called. This is done couriersud2015-06-032-2/+27
* | (MESS) ti99: Removed legacy wd17xx controllers Michael Zapf2015-06-031-24/+24
* | fix c/p (nw) MetalliC2015-06-011-1/+1
* | wd_fdc: separate soviet FD179x clone MetalliC2015-05-312-5/+59
* | Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-311-6/+0
* | idehd.c: increase IDE fill-time to avoid missed interrupts [Peter Ferrie] Peter Ferrie2015-05-301-1/+1