summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ngp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+6
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+0
* Added 8/16 bit data bus configuration to TLCS900H. Default is 16bit, neogeo p... smf-2013-09-061-0/+1
* Renamed TLCS900H to TMP95C061, moved the I/O handling into it's own class & h... smf-2013-09-051-6/+7
* tlcs900.c: Modernized cpu core (nw) Wilbert Pol2013-09-041-8/+1
* 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
* PALETTE_INIT modernizations Oliver Stöneberg2013-08-051-3/+0
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-0/+1
* (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intelliv... Fabio Priuli2013-06-081-2/+2
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
* (MESS) ngp.c: added save state support to the driver [Fabio Priuli] Fabio Priuli2013-05-191-10/+22
* (MESS) Modernized neogeo pocket video. (nw) Wilbert Pol2013-05-111-20/+11
* 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-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-22/+21
* (MESS) ngp.c: Minor cleanups (nw) Wilbert Pol2013-04-031-5/+9
* (MESS) ngp.c: Made the drivers a bit more user friendly. (nw) Wilbert Pol2013-03-081-3/+38
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-54/+50
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-71/+71
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+39
* (MESS) ngp.c: Implemented disabling the t6w28 output. (nw) Wilbert Pol2012-10-171-0/+2
* t6w28.c: Converted to C++. [Wilbert Pol] Wilbert Pol2012-10-161-4/+4
* (MESS) ngp.c: Some small cleanups (nw) Wilbert Pol2012-10-161-23/+23
* (MESS) ngp.c: Added support for loading 32KB homebrew images. (nw) Wilbert Pol2012-10-161-1/+2
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-18/+18
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-13/+13
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+862