summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pasogo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-28/+16
* 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-1/+1
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-12/+4
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-30/+15
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-20/+20
* (MESS) pasogo.c: Access members directly instead of through a pointer and cle... Wilbert Pol2013-06-041-151/+217
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-5/+5
* (MESS) pasogo.c: Add some more pc devices. (nw) Wilbert Pol2013-05-271-2/+176
* Vagem -> Vadem (nw) Wilbert Pol2013-05-261-3/+3
* (MESS) pasogo.c: Changed cpu to V30 and added dma device. (nw) Wilbert Pol2013-05-261-22/+174
* (MESS) pasogo.c: Added readme. [Guru] Wilbert Pol2013-05-261-3/+89
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-8/+1
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-2/+2
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* 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/+8
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-1/+1
* IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ... Miodrag Milanovic2013-01-311-3/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-3/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-2/+3
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-8/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+555