summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pasogo.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-576/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* (mess) pasogo: add selectable actual, terrible contrast (nw) cracyc2015-03-041-7/+21
* (mess) pasogo: better color guess (nw) cracyc2015-03-031-2/+2
* (mess) pasogo: screen size and color guess (nw) cracyc2015-03-021-66/+20
* (mess) pasogo: some cleanup (nw) cracyc2015-03-021-488/+100
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* avoid fatal error during -str run (typically used for regression tests). nw. etabeta782015-01-191-1/+3
* Allow sound output if 8253 is never programmed, i.e. all output is done by mo... Sergey Svishchev2014-11-051-1/+1
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-1/+2
* and a few more. nw. Fabio Priuli2014-09-201-18/+26
* 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