summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ip20.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-14/+14
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-15/+21
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Device-ified SGI memory controller (nw) Ivan Vangelista2014-03-241-14/+12
* Converted wd33c93.c to devcb2 (nw) Ivan Vangelista2014-03-201-6/+2
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-16/+6
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-4/+2
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-3/+3
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-4/+24
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-2/+3
* cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+4
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-56/+57
* (MESS) IP20 removed tags fwiw (nw) Robbbert2013-01-261-25/+19
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+21
* SCSICD now has a CDDA sub device [smf] smf-2012-10-231-4/+3
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-7/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+13
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-5/+1
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-13/+8
* turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw) smf-2012-08-251-7/+9
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-3/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+627