summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-11/+11
* pic8259: remove trampolines (nw) cracyc2014-04-231-17/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-2/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-37/+24
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-19/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-3/+3
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Updated upd1771.c to use devcb2 (nw) Ivan Vangelista2014-03-111-3/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-11/+6
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-19/+6
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* upd1990a: devcb2. (nw) Curt Coder2013-06-101-7/+1
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-5/+7
* (MESS) Modernized uPD1771c sound device. [Fabio Priuli] Fabio Priuli2013-06-031-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-16/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-11/+11
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-7/+7
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-7/+7
* Notes for APC Angelo Salese2013-02-111-22/+31
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-3/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-86/+86
* upd7220: tied pixel clock with the refresh rate, updated all drivers to use i... Angelo Salese2012-12-121-2/+2
* Removed unnecessary parameters from upd7220 Angelo Salese2012-12-121-1/+1
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-4/+0
* upd7220: Refactored to use bitmap_rgb32. (nw) Curt Coder2012-12-071-3/+4
* (MESS) added software list for NEC APC [kaylee] Angelo Salese2012-11-241-0/+1
* apc.c: fixed compile on Mac. and yes, Apple gcc is so dumb with switch cases.... Fabio Priuli2012-11-241-1/+1
* (MESS) Fixed upd765 SIS status when fid = 4, this makes NEC PC-88VA to attemp... Angelo Salese2012-11-221-2/+0
* Fixed FDC irq, needed by MS-DOS Angelo Salese2012-11-211-9/+11
* (MESS) APC: Fixed a few missing keys (a few are still missing though), Jonathan Gevaryahu2012-11-211-19/+49
* LN realized that MPU is actually upd1771, attempting to hook it up without luck Angelo Salese2012-11-211-39/+7
* APC: added Auxiliary Character RAM hook-up Angelo Salese2012-11-201-13/+42
* Converted PC-9801 to use the new i8237 DMA core Angelo Salese2012-11-201-2/+2
* (MESS) Minor fix to the character tile row ordering in apc [Lord Nightmare] Jonathan Gevaryahu2012-11-201-2/+19
* Fixed a bunch of graphic regressions in QX-10 Angelo Salese2012-11-201-2/+2
* Added timer irq, this makes a status bar to appear on top Angelo Salese2012-11-201-11/+53
* Added more keyboard keys Angelo Salese2012-11-201-2/+35
* Fixed a bunch of attribute bits Angelo Salese2012-11-201-4/+8
* Added preliminary attribute VRAM Angelo Salese2012-11-201-30/+34