summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bebox.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-814/+0
* bebox.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-23/+14
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-051-2/+2
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-48/+0
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-25/+0
* updated lsi53c810 to use delegates, and moved some formerly static Fabio Priuli2014-04-131-24/+19
* compile fix, thank qmc2 (nw) Miodrag Milanovic2014-03-191-1/+1
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-10/+1
* Shuffle PCI and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-1/+1
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-22/+0
* removed some obsolete legacy stuff from src/mess/machine/bebox.c (nw) Oliver Stöneberg2013-08-021-57/+0
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-1/+1
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-22/+0
* moved handlers into the ide_controller_device (nw) smf-2013-06-061-9/+4
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+1
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-29/+9
* A few less anonymous timers in the world. (nw) Andrew Gardner2013-05-271-6/+14
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-14/+0
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-9/+9
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
* 8042kbdc is now device (nw) Miodrag Milanovic2013-04-191-33/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-8/+8
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-5/+4
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-52/+17
* srcclean (nw) Curt Coder2012-10-071-43/+43
* some cleanup (nw) Miodrag Milanovic2012-10-031-109/+95
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-37/+34
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-16/+39
* Removed devconv.h and memconv.h just moved used inlines for now (no whatsnew) Miodrag Milanovic2012-09-261-1/+55
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-7/+6
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-10/+10
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-36/+36
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* converted 53c810 to a c++ device. (nw) smf-2012-08-271-61/+19
* 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/+1093