summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-1921-74/+74
* Fixed NAR timing in OKIM6376 to match datasheet figures. [J. Wallace] Angelo Salese2011-06-192-130/+123
* i286 - small fix by Carl (no whatsnew) Miodrag Milanovic2011-06-191-1/+1
* Some WIP on floppies (no whatsnew) Miodrag Milanovic2011-06-183-9/+2
* i386: fix GCC 4.6 (no whatsnew) R. Belmont2011-06-181-2/+2
* Preps for floppy conversion to c++ device (no whatsnew) Miodrag Milanovic2011-06-182-49/+21
* i286 - Fixes that makes OS/2 1.2 boot again by Carl (no whatsnew) Miodrag Milanovic2011-06-182-4/+4
* i386: Implemented task gates, call gates, and task state segments (both Miodrag Milanovic2011-06-177-155/+2132
* A fix for -listclones displaying parents as clones when it uses a BIOS. [Taf... Scott Stone2011-06-171-1/+1
* Added handling "automount" feature (no whatsnew) Miodrag Milanovic2011-06-161-19/+22
* Harddisk image device is now modern device (no whatsnew) Miodrag Milanovic2011-06-166-176/+185
* Multi part software list items that do have different interfaces used are mou... Miodrag Milanovic2011-06-161-13/+22
* Fixed bug that made item to be assigned to two devices if existed in two list... Miodrag Milanovic2011-06-161-0/+1
* i286 - Fix bunch of fault restarts [Carl] Miodrag Milanovic2011-06-165-72/+153
* Fixed some potential memory leaks and NULL pointer deferences as well as remo... Scott Stone2011-06-153-4/+3
* Added proper channel 2 support, and logging capabilities to OKIM6376. [J.Wall... Angelo Salese2011-06-153-21/+57
* Made approx matches code to be used from one place (no whatsnew) Miodrag Milanovic2011-06-153-85/+56
* Added display of approx matches in all lists in case of softlist item is miss... Miodrag Milanovic2011-06-152-34/+25
* Display approximate matches if softlist item is not found (no whatsnew) Miodrag Milanovic2011-06-152-1/+50
* Added support for starting softlist item directly without Miodrag Milanovic2011-06-153-0/+54
* CDROM image device modernized and drivers updated (no whatsnew) Miodrag Milanovic2011-06-156-142/+126
* Cassette device modernized (no whatsnew) Miodrag Milanovic2011-06-154-264/+215
* memory.c: Fixed display of physical addresses in the debug memory viewer. [W... Wilbert Pol2011-06-141-1/+1
* Fix for listxml and centronics device (no whatsnew) Miodrag Milanovic2011-06-143-6/+7
* Refactored the INS8250 interrupt line to use devcb. [Curt Coder] Curt Coder2011-06-142-5/+5
* Converted printer image device to modern (no whatsnew) Miodrag Milanovic2011-06-146-111/+156
* Synced with MESS. (nw) Curt Coder2011-06-131-0/+3
* naomi/jvs: add coin add/sub commands (sub is used by crazy taxi) [O. Galibert] Olivier Galibert2011-06-132-0/+19
* Duh! (nwn) Olivier Galibert2011-06-121-1/+1
* TMS5220: Force OLDP and OLDE to be updated only on the A Jonathan Gevaryahu2011-06-121-11/+21
* flopdrv - Added setting of disk change signal on image load (no whatsnew) Miodrag Milanovic2011-06-111-0/+3
* ins8250 - Fix enabling better mouse support in pc driver [Carl] Miodrag Milanovic2011-06-114-9/+18
* memory: Stop being stupid and call the extremely well written Olivier Galibert2011-06-101-4/+41
* inptport: Disable the default sequence recognition for now. [O. Galibert] Olivier Galibert2011-06-101-1/+2
* Cleanup of image device base classes and prepare for rewrite (no whatsnew) Miodrag Milanovic2011-06-104-585/+540
* i286 - core fixes enabling some progress on OS/2 1.1 by Carl (no whatsnew) Miodrag Milanovic2011-06-102-33/+31
* Port from MESS Angelo Salese2011-06-092-0/+3
* info.c: added display of disk is writeable in -lx. no whatsnew. Fabio Priuli2011-06-091-0/+4
* info.c: added basic display of slot info in -lx [Fabio Priuli] Fabio Priuli2011-06-092-1/+43
* Added image devices support to debugger [Miodrag Milanovic] Miodrag Milanovic2011-06-082-1/+117
* Compile fix for GCC 4.6 (no whatsnew) R. Belmont2011-06-071-3/+4
* 286 - fixes the DOS/16M dos extender that comes with Lotus 123r3 [Carl] Miodrag Milanovic2011-06-072-12/+20
* Rewrote SCSP DMA function from scratch [Angelo Salese] (port from MESS) Angelo Salese2011-06-071-58/+56
* i286 - Fix for Phar Lap and Borland 16-bit DPMI servers. [Carl] Miodrag Milanovic2011-06-071-0/+3
* fixed building with msvc smf-2011-06-071-1/+1
* Fix for 04298: mame -h points to incorrect usage file (no whatsnew) Scott Stone2011-06-061-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-0532-131/+131
* Fix compile Angelo Salese2011-06-051-2/+0
* Added echo emulation to the OkiM6376 sound chip [J. Wallace] Angelo Salese2011-06-052-84/+193
* Fix inverted check on anonymous timers prior to saving state. Also Aaron Giles2011-06-054-8/+69