summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ip22.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips3.c: Modernised cpu core (nw) Wilbert Pol2014-06-011-2/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-6/+6
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-30/+36
* kbdc8042_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-12/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Device-ified SGI memory controller (nw) Ivan Vangelista2014-03-241-19/+22
* Converted wd33c93.c to devcb2 (nw) Ivan Vangelista2014-03-201-6/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-29/+6
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-7/+1
* Modernized pc_lpt device. (nw) Ivan Vangelista2013-09-081-4/+4
* added assert to src/mess/drivers/ip22.c to indicate array out-of-bounds acces... Oliver Stöneberg2013-07-201-0/+1
* cleanups. nw. Fabio Priuli2013-06-031-12/+1
* (MESS) ip22: converted the SGI Newport graphics board to be a device. [Fabio ... Fabio Priuli2013-06-031-3/+17
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-10/+10
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-5/+29
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-3/+3
* more cleanup (nw) Miodrag Milanovic2013-04-191-1/+0
* removed some duplicated and not used code for pc keyboard and moved stuff nee... Miodrag Milanovic2013-04-191-2/+0
* 8042kbdc is now device (nw) Miodrag Milanovic2013-04-191-15/+24
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-69/+69
* some mostly pc related cleanup (nw) Miodrag Milanovic2013-04-181-1/+0
* cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-79/+79
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-6/+0
* (MESS) IP22 tag cleanup (nw) Robbbert2013-01-261-71/+45
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-102/+102
* SCSICD now has a CDDA sub device [smf] smf-2012-10-231-4/+5
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-20/+21
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-9/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-21/+21
* Memory handler normalization, part 1. Aaron Giles2012-09-171-11/+11
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
* Pass 2 of struct modernization. Aaron Giles2012-09-151-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-5/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-14/+0
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-15/+9
* turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw) smf-2012-08-251-21/+23
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-5/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1730