summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bebox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-4/+4
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-3/+13
* MESS: bebox.c fixed tag (nw) smf-2014-04-161-1/+1
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-6/+8
* updated lsi53c810 to use delegates, and moved some formerly static Fabio Priuli2014-04-131-18/+10
* kbdc8042_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-13/+5
* compile fix, thank qmc2 (nw) Miodrag Milanovic2014-03-191-1/+1
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-0/+2
* Shuffle PCI and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-2/+2
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-8/+7
* Removed support for static config from slots and converted the two devices us... smf-2013-12-191-6/+5
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-1/+1
* A pair more cleanups for commented out code. (nw) Ivan Vangelista2013-09-091-1/+1
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-4/+4
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-2/+2
* Merge the mame and mess ide hd device (nw) smf-2013-06-051-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+2
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-11/+9
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-3/+5
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-1/+1
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-2/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-3/+3
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-2/+2
* 8042kbdc is now device (nw) Miodrag Milanovic2013-04-191-1/+35
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+2
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+4
* changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in MCFG_IDE_CONTROLL... smf-2012-10-261-1/+1
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-8/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-14/+12
* some cleanup (nw) Miodrag Milanovic2012-10-031-17/+17
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-6/+6
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-1/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+0
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-5/+1
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+8
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-16/+10
* converted 53c810 to a c++ device. (nw) smf-2012-08-271-0/+44
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+209