summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bebox.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-261/+0
* bebox.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-11/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* pc_vga: split Cirrus video devices to separate files. mahlemiut2015-04-251-1/+1
* pc_vga: split Cirrus Logic SVGA devices into separate GD5428 and GD5430 devic... mahlemiut2015-04-131-6/+6
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-051-3/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* 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