| Commit message (Expand) | Author | Age | Files | Lines |
* | SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... |  smf- | 2014-04-14 | 1 | -54/+18 |
* | Converted wd33c93.c to devcb2 (nw) |  Ivan Vangelista | 2014-03-20 | 1 | -16/+7 |
* | Use virtual multiple inheritance to share command processing between SCSI & A... |  smf- | 2013-09-17 | 1 | -2/+4 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | more state cleanup and some modernization (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -4/+5 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -109/+109 |
* | Fixed MT05072 - fixed uninitialized members in wd33c93.c (fixes ip225015 cras... |  Oliver Stöneberg | 2013-01-02 | 1 | -1/+10 |
* | renamed scsidev to scsihle (nw) |  smf- | 2012-10-04 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -2/+2 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -4/+4 |
* | Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... |  smf- | 2012-08-29 | 1 | -3/+6 |
* | SCSI device tags are relative to the SCSI controller. |  smf- | 2012-08-27 | 1 | -1/+1 |
* | use device_t.static_set_static_config |  smf- | 2012-08-25 | 1 | -6/+10 |
* | turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw) |  smf- | 2012-08-25 | 1 | -291/+269 |
* | a little tidy up while working on other files (nw) |  smf- | 2012-08-24 | 1 | -3/+1 |
* | removed am53cf96_get_device and some other unused GetDevice() trampolines (nw) |  smf- | 2012-08-23 | 1 | -13/+0 |
* | glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... |  smf- | 2012-08-23 | 1 | -1/+2 |
* | scsi devices are now proper mame devices. |  smf- | 2012-05-31 | 1 | -21/+12 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -13/+13 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -5/+5 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -2/+1 |
* | (from MESS) Added support for SCSI command 0x2a (Write w/ 32-bit LBA), upped ... |  Ryan Holtz | 2009-11-23 | 1 | -2/+4 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -1/+1 |
* | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 1 | -1/+1 |
* | Hi mamedev, |  Aaron Giles | 2008-12-16 | 1 | -18/+18 |
* | Removed safe_cpu_get_pc() which doesn't really make sense anymore. |  Aaron Giles | 2008-12-11 | 1 | -4/+4 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -1/+1 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-11 | 1 | -4/+4 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -1/+1 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -4/+4 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -1/+1 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -6/+6 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -5/+6 |
* | Disks opened by the romload module are no longer identified by index. |  Aaron Giles | 2008-08-01 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-05-22 | 1 | -6/+6 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -1/+1 |
* | (From Atari Ace) |  Aaron Giles | 2007-12-31 | 1 | -12/+5 |
* | (From Oliver Stoneberg) |  Aaron Giles | 2007-12-31 | 1 | -0/+10 |
* | Changes for MAME 0.121u4.mame0121u4 |  Aaron Giles | 2007-12-17 | 1 | -3/+3 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 1 | -4/+4 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+872 |