summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* (MESS) abc800: Fixed fast floppy controller. [Curt Coder] Curt Coder2013-11-012-46/+82
* ppccom.c - Fix and simplify PPC4xx DMA interrupt logic. Fixes goal animations... Phil Bennett2013-11-012-24/+24
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-014-340/+476
* tms9995: Cycles fine-tuned, almost complete. (nw) Michael Zapf2013-11-012-171/+196
* i286: fix trap flag (nw) cracyc2013-11-011-1/+4
* Device-ified vector.c. (nw) Ivan Vangelista2013-11-013-72/+114
* i286: fix task state segments (nw) cracyc2013-11-011-9/+10
* (MESS) Cleanup. (nw) Curt Coder2013-10-3116-461/+249
* (MESS) Cleanup. (nw) Curt Coder2013-10-316-802/+113
* Fixed ROM GFX banking in Great Guns Angelo Salese2013-10-312-17/+91
* Confirmed that video register [1] controls upper color bank (fixes Mazer Blaz... Angelo Salese2013-10-313-0/+198
* fixed read sub channel bug introduced in 25577 (fixes ddr2m) (nw) smf-2013-10-311-1/+1
* Removed SOUND_RESET legacy MACRO. (nw) Ivan Vangelista2013-10-291-4/+1
* tms9995: Another fix for the decrementer, slowing it down. (nw) Michael Zapf2013-10-282-1/+10
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-283-25/+45
* Netlist: Some hand-crafted optimizations. GCC seems to like ugly pointer C mo... Couriersud2013-10-282-47/+36
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-285-21/+56
* 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
* Fix SDL compile with NOASM=1 (nw) Justin Kerk2013-10-271-1/+3
* Un-marked the 2608 rom as bad, since AFAIK Jarek did test this dump as an ext... Jonathan Gevaryahu2013-10-271-2/+30
* (MESS) abc80: Added ROMs for the Scandia Metric FD2. [robcfg] Curt Coder2013-10-271-3/+3
* Preliminary Master volume control for Deco MLC HW [Angelo Salese] Angelo Salese2013-10-271-2/+2
* Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-272-5/+6
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-271-1/+1
* remove 8 kilobytes of internal ROM sample data from MAME's YM2608 emulation, ... David Haywood2013-10-273-546/+15
* MT #04731 & MT #05335: fixed "Warning: k053252 read 0e, contact MAMEdev" msg Angelo Salese2013-10-271-1/+14
* Updated a pair of commented out legacy calls. (nw) Ivan Vangelista2013-10-271-2/+2
* ncr5380n: improved /BSY behavior on arbitration. [R. Belmont] R. Belmont2013-10-271-0/+1
* Netlist: ongoing cleanup Couriersud2013-10-264-402/+475
* License tags. (nw) Sandro Ronco2013-10-2654-0/+108
* Moved iq151, kc, tvc and z88 expansions into emu/bus. (nw) Sandro Ronco2013-10-2642-0/+6042
* Hooked up DSP/GPU interrupt to tom that was missed when modernizing jaguar co... smf-2013-10-261-9/+3
* Hardcoded toggled inputs (eg. simulated hi-lo gearshift-lock in racing games)... Michaƫl Banaan Ananas2013-10-262-5/+34
* spc700ds.c: fix disassembly of memory-to-memory and immediate-to-memory instr... Alex W. Jackson2013-10-261-1/+8
* 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-255-23/+382
* Another Clang fix (nw) R. Belmont2013-10-251-1/+1
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-247-40/+88
* Added i80130 OSP emulation. [Curt Coder] Curt Coder2013-10-243-0/+259
* (MESS) compis: Added configuration jumpers. (nw) Curt Coder2013-10-241-0/+2
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-2313-15/+192
* (MESS) Move NuBus and friends into the new bus structure (nw) R. Belmont2013-10-2236-0/+6418
* Netlist code: fixed an issue with 7493 and other minor fixes Couriersud2013-10-224-21/+22
* tms9995: Fine-tune cycles. (nw) Michael Zapf2013-10-221-41/+57
* (MESS) Apple II bus moving day (nw) R. Belmont2013-10-2259-0/+8412
* Cleanup. (nw) Curt Coder2013-10-221-196/+0
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-22123-1/+18719
* Re-fixed decrementer. (nw) Michael Zapf2013-10-211-1/+1