summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/b2m.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pic8259: remove trampolines (nw) cracyc2014-04-231-10/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+0
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-31/+0
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-3/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-21/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+2
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-7/+0
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-3/+3
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-48/+47
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-1/+0
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-3/+3
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-4/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+3
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-7/+7
* b2m : simplified floppy control (no whatsnew) Miodrag Milanovic2012-12-141-9/+5
* specimx: made floppy boot with new core, still some stalling to fix (nw) Miodrag Milanovic2012-12-131-1/+2
* b2m : Made proper halting of CPU in order to sync with floppy and select prop... Miodrag Milanovic2012-12-131-1/+21
* wd1772: Rename to wd_fdc [O. Galibert] Olivier Galibert2012-11-271-1/+1
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* Changed b2m to use new wd1773 core, and updated core to set head signal when ... Miodrag Milanovic2012-10-091-15/+13
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-57/+46
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-15/+15
* 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-5/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-26/+26
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-25/+23
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+377