summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/qx10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-23/+12
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-30/+10
* pic8259: remove trampolines (nw) cracyc2014-04-231-8/+2
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-14/+2
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-27/+23
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-10/+4
* some more cleanup (nw) Miodrag Milanovic2014-03-161-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* (MESS) Fixed screen regressions. (nw) Curt Coder2014-03-111-0/+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/+9
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-36/+28
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-22/+23
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-4/+9
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-14/+1
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-1/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* PC driver cleanup: Dirk Best2013-06-131-6/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-8/+8
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-4/+4
* (MESS) qx10: Connected floppy software list. (nw) Curt Coder2013-05-301-0/+3
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-3/+3
* (mess) qx10kbd: update to use z80dart (nw) cracyc2013-05-281-50/+33
* (mess) hook qx10 keyboard up to serial controller [Carl] cracyc2013-05-261-202/+51
* td0_dsk: add new floppy system support for teledisk [Carl] cracyc2013-05-231-9/+8
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-6/+23
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-15/+2
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-3/+3
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-4/+15
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-5/+6
* 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-3/+5
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-6/+6
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-5/+5
* 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-46/+46
* upd7220: tied pixel clock with the refresh rate, updated all drivers to use i... Angelo Salese2012-12-121-1/+1
* Removed unnecessary parameters from upd7220 Angelo Salese2012-12-121-6/+6
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-3/+0
* upd7220: Refactored to use bitmap_rgb32. (nw) Curt Coder2012-12-071-4/+6
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-4/+4
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-9/+2