| Commit message (Expand) | Author | Age | Files | Lines |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+1 |
* | Stop allocating arrays of UINT8s for the tokens, when |  Aaron Giles | 2012-09-18 | 1 | -1/+1 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -4/+2 |
* | idetrl.c - Support IDE command 0x31 (IDE_COMMAND_WRITE_MULTIPLE_NORETRY) [Phi... |  Phil Bennett | 2012-09-15 | 1 | -64/+66 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -25/+0 |
* | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -2/+38 |
* | Removed legacy inline_config support and updated devices using it (no whatsnew) |  Miodrag Milanovic | 2012-08-30 | 1 | -6/+4 |
* | More proper solution for not connected IDE devices (no whatsnew) |  Miodrag Milanovic | 2012-08-20 | 1 | -2/+7 |
* | Fix for MT bug #04844, no need to clear status if drive not connected (no wha... |  Miodrag Milanovic | 2012-07-15 | 1 | -2/+0 |
* | fixed some "comparison is always true/false" warnings reported by clang by Fi... |  Miodrag Milanovic | 2012-05-20 | 1 | -2/+2 |
* | Added the clock counter chain and other common functions into device_rtc_inte... |  Curt Coder | 2012-04-27 | 1 | -3/+1 |
* | Sync with MESS (no whatsnew) |  Miodrag Milanovic | 2012-04-27 | 1 | -1/+3 |
* | fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... |  Miodrag Milanovic | 2012-02-29 | 1 | -0/+2 |
* | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 1 | -9/+9 |
* | Major CHD/chdman update. The CHD version number has been increased |  Aaron Giles | 2012-02-16 | 1 | -4/+7 |
* | Small cleanup (no whatsnew) |  Miodrag Milanovic | 2012-02-09 | 1 | -2/+2 |
* | IDE controller now support two slots, currently used devices are made as slot... |  Miodrag Milanovic | 2012-02-09 | 1 | -334/+366 |
* | Clean it a bit (no whatsnew) |  Miodrag Milanovic | 2012-01-26 | 1 | -9/+4 |
* | fixed idectrl regression (no whatsnew) |  Miodrag Milanovic | 2012-01-26 | 1 | -2/+2 |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 1 | -9/+9 |
* | Added support for 2 drives on IDE controller [Miodrag Milanovic] |  Miodrag Milanovic | 2012-01-12 | 1 | -263/+340 |
* | Preps for doing idectrl change to work with more devices (no whatsnew) |  Miodrag Milanovic | 2012-01-11 | 1 | -2/+5 |
* | Added delayed interrupts in idectrl to enable booting on some older bioses [C... |  Miodrag Milanovic | 2012-01-06 | 1 | -3/+3 |
* | idectrl - Fixed double free on image device stop, fixes pc issue (no whatsnew) |  Miodrag Milanovic | 2011-10-14 | 1 | -4/+8 |
* | Cleanups and version bumpmame0143u5 |  Angelo Salese | 2011-09-06 | 1 | -2/+2 |
* | Various changes and improvements to the Chihiro emulation [Samuele Zannoli] |  Angelo Salese | 2011-09-06 | 1 | -0/+14 |
* | Clean-ups and version bumpmame0143u1 |  Angelo Salese | 2011-07-11 | 1 | -6/+6 |
* | idectrl - made harddrive device search relative (no whatsnew) |  Miodrag Milanovic | 2011-07-09 | 1 | -4/+6 |
* | idectrl - Implemented command 0x70 (SEEK) makes jdredd and jdreddb boot again... |  Miodrag Milanovic | 2011-07-04 | 1 | -0/+17 |
* | Harddisk image device is now modern device (no whatsnew) |  Miodrag Milanovic | 2011-06-16 | 1 | -2/+2 |
* | idectrl - implemented verify no retry command [Carl] |  Miodrag Milanovic | 2011-05-30 | 1 | -1/+3 |
* | i286 - enabling 287 emulation by trapping when needed [Carl] |  Miodrag Milanovic | 2011-05-29 | 1 | -0/+2 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -2/+2 |
* | Added 0xE3 command to idectrl, ATAPI identify should not work for hard disk, ... |  Miodrag Milanovic | 2011-05-05 | 1 | -2/+15 |
* | Updated idectrl to react on IDE_COMMAND_ATAPI_IDENTIFY it is returning same c... |  Miodrag Milanovic | 2011-05-05 | 1 | -0/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -5/+5 |
* | Delegates 2.0 implementation. Resdesigned how delegates work to make |  Aaron Giles | 2011-04-16 | 1 | -1/+1 |
* | Removed lines left for experiments (no whatsnew) |  Miodrag Milanovic | 2011-04-12 | 1 | -3/+0 |
* | pic8259 - Added support for cascade mode, updated interface in all drivers [M... |  Miodrag Milanovic | 2011-04-12 | 1 | -0/+20 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -25/+24 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -1/+0 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -44/+44 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -10/+10 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -11/+11 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -9/+9 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Removed more ifdefs from scsi code (no whatsnew) |  Miodrag Milanovic | 2011-01-10 | 1 | -19/+19 |
* | Removed mess from names of some calls in image device code (no whatsnew) |  Miodrag Milanovic | 2011-01-06 | 1 | -2/+2 |
* | Moved image devices implementation and related UI functions to emu section fr... |  Miodrag Milanovic | 2011-01-05 | 1 | -4/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -17/+17 |