summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ngp.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-895/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
|
* Updated license info on Wilberts request (nw) Miodrag Milanovic2015-05-081-1/+1
|
* more updates (all for today) (nw) Miodrag Milanovic2015-05-081-1/+1
|
* 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
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-7/+7
|
* and a last bunch of generic cart slots. nw. Fabio Priuli2014-10-111-97/+97
|
* get rid of unneeded handler Michaël Banaan Ananas2014-06-051-10/+9
|
* 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
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* Added 8/16 bit data bus configuration to TLCS900H. Default is 16bit, neogeo ↵ smf-2013-09-061-0/+1
| | | | pocket is 8 bit [smf]
* Renamed TLCS900H to TMP95C061, moved the I/O handling into it's own class & ↵ smf-2013-09-051-6/+7
| | | | hooked up TO1/TO3 to output on Port A. A hack is needed because ngpc doesn't set PACR/PAFC, which may be because it's a custom part. Changed Taito PJC to use TMP95C063. Separated I/O Ports on both CPU's so you can apply the devcb2 callbacks individually. [smf]
* 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, ↵ Fabio Priuli2013-06-081-2/+2
| | | | | | | | | Intellivision, Lynx, Master System, MegaDrive / Genesis, NES / Famicom, Neo Geo Pocket, Neo Geo Pocket Color, PV-1000, Super Cassette Vision, Super NES / Super Famicom, Wonderswan and Wonderswan Color as supporting save states. PC-Engine supports save states too, but only for HuCard games and not for CDs. Please report issues with save and restore in these systems, if any, to MameTesters. [Fabio Priuli]
* 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
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* 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