summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* c6280: converted to use inline config. nw. Fabio Priuli2014-04-111-7/+2
* huc6202_device: converted to devcb2 (nw) Ivan Vangelista2014-04-071-18/+13
* huc6260_device: converted to devcb2 (nw) Ivan Vangelista2014-04-041-20/+10
* huc6270_device: converted to devcb2 (nw) Ivan Vangelista2014-04-011-24/+9
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-1/+1
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+0
* Bunch of copyright changes, of course I'm missing some more too Angelo Salese2013-10-161-0/+2
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-2/+0
* fixed faulty PALETTE_INIT modernization (nw) Oliver Stöneberg2013-08-071-0/+2
* more PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-051-3/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-3/+3
* (MESS) pce.c: moved ADPCM and CDDA sound to the cd addon and slightly Fabio Priuli2013-05-281-40/+4
* (MESS) pce.c: moved the cd addon to be a separate device. now save states Fabio Priuli2013-05-281-24/+28
* (MESS) pce.c: converted carts to use slot devices [Fabio Priuli] Fabio Priuli2013-05-271-52/+22
* Removed unneeded include. (nw) Wilbert Pol2013-05-221-1/+0
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-98/+97
* (MESS) pce/tg16/sgx: Convert to using new more accurate video chip device emu... R. Belmont2013-01-091-172/+15
* Simplified IRQ routine on PC Engine CD Angelo Salese2013-01-031-6/+6
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-12/+12
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+688