summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc88va.c
Commit message (Expand)AuthorAgeFilesLines
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* Added resto for Kale, these are BSD3 (nw) Miodrag Milanovic2015-05-121-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-2/+2
* Tidy MESS driver whitespace too Zoë Blade2015-04-081-1/+0
* sams64 doesn't like that we fire an irq even if bit 0 is 0. Fix it. Angelo Salese2015-04-011-0/+16
* Updated PC88VA to use am9517a, nw Angelo Salese2015-04-011-18/+19
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-9/+9
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* 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