summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/b2m.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-81/+0
|
* 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
|
* pic8259: remove trampolines (nw) cracyc2014-04-231-2/+0
|
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-6/+0
| | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working!
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
|
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-1/+1
|
* Moved optional_device<screen_device> m_screen and ↵ Miodrag Milanovic2014-03-051-2/+4
| | | | optional_device<palette_device> m_palette out of driver.* (nw)
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-2/+0
|
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-3/+5
|
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-1/+0
|
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-1/+1
|
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+4
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-0/+1
| | | | other modernization (nw)
* speaker tag lookup removal, also no need to use universal tag, since easier ↵ Miodrag Milanovic2013-04-121-2/+3
| | | | now to follow (nw)
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
|
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ↵ Miodrag Milanovic2013-01-311-0/+1
| | | | (no whatsnew)
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
|
* b2m : simplified floppy control (no whatsnew) Miodrag Milanovic2012-12-141-4/+0
|
* b2m : Set proper floppy drive type and used custom format loading (nw) Miodrag Milanovic2012-12-131-0/+1
|
* b2m : Made proper halting of CPU in order to sync with floppy and select ↵ Miodrag Milanovic2012-12-131-2/+9
| | | | | proper fdc (no whatsnew) it's still doesn't boot since not all is in perfect sync.
* wd1772: Rename to wd_fdc [O. Galibert] Olivier Galibert2012-11-271-1/+1
|
* Changed b2m to use new wd1773 core, and updated core to set head signal when ↵ Miodrag Milanovic2012-10-091-1/+2
| | | | seek is done,system still doesn't boot (no whatsnew)
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+10
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-2/+1
|
* and some more cleanup (nw) Miodrag Milanovic2012-09-171-8/+0
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-0/+4
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+68