summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc88va.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-12/+0
* upd71071_device: converted to devcb2 (nw) Ivan Vangelista2014-04-301-14/+7
* pic8259: remove trampolines (nw) cracyc2014-04-231-15/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-34/+19
* remove not needed parameters (nw) Miodrag Milanovic2014-03-241-2/+2
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-6/+6
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-8/+8
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-26/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-3/+3
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* IDP -> uPD72022, fun Angelo Salese2013-08-011-0/+2
* (MESS) modernized uPD71071 DMA device. [Fabio Priuli] Fabio Priuli2013-06-041-4/+4
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-12/+48
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-16/+3
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-15/+15
* modernised YM2203 [smf] smf-2013-05-111-11/+8
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-8/+8
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-3/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-16/+16
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-67/+70
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-3/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-166/+166
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-7/+7
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* cleanups (nw) Olivier Galibert2012-12-081-8/+6
* Fixed ready on PC-88VA Angelo Salese2012-12-081-1/+1
* Preliminary Force Ready mechanism for PC-88VA Angelo Salese2012-12-031-0/+28
* De-kludgeized floppy motor functionality Angelo Salese2012-11-261-15/+59
* PC-88VA starts sending some bytes, still doesn't work well tho Angelo Salese2012-11-241-1/+16
* Check-point for upd71071, nw Angelo Salese2012-11-231-1/+4
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-8/+6
* (MESS) Fixed upd765 SIS status when fid = 4, this makes NEC PC-88VA to attemp... Angelo Salese2012-11-221-10/+45
* Hooked up upd71071, from suggestion by Carl & Barry (same DMAC as FM-Towns) Angelo Salese2012-11-221-42/+17
* Notes for PC-88VA Angelo Salese2012-11-221-1/+42
* PC-88VA: fixed irq generation, but FDC still won't work for whatever reason Angelo Salese2012-11-201-9/+44
* (MESS) PC-88VA: Disabled FDC sub-system thru define switch Angelo Salese2012-11-201-19/+39
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-53/+30
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-49/+58
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-10/+10