| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -895/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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) | 2015-07-08 | 1 | -1/+1 | |
| | | |||||
| * | Updated license info on Wilberts request (nw) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | more updates (all for today) (nw) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | cleanup in mess section (nw) | 2015-04-19 | 1 | -2/+2 | |
| | | |||||
| * | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -7/+7 | |
| | | |||||
| * | and a last bunch of generic cart slots. nw. | 2014-10-11 | 1 | -97/+97 | |
| | | |||||
| * | get rid of unneeded handler | 2014-06-05 | 1 | -10/+9 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -2/+2 | |
| | | |||||
| * | some mess regression fixes (nw) | 2014-02-28 | 1 | -0/+6 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -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 ↵ | 2013-09-06 | 1 | -0/+1 | |
| | | | | | pocket is 8 bit [smf] | ||||
| * | Renamed TLCS900H to TMP95C061, moved the I/O handling into it's own class & ↵ | 2013-09-05 | 1 | -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) | 2013-09-04 | 1 | -8/+1 | |
| | | |||||
| * | fixed more faulty PALETTE_INIT modernizations (nw) | 2013-08-09 | 1 | -2/+0 | |
| | | |||||
| * | fixed faulty PALETTE_INIT modernization (nw) | 2013-08-07 | 1 | -0/+2 | |
| | | |||||
| * | PALETTE_INIT modernizations | 2013-08-05 | 1 | -3/+0 | |
| | | |||||
| * | moved some legacy macros from driver.h to drivlgcy.h (nw) | 2013-07-15 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, ↵ | 2013-06-08 | 1 | -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 | 2013-05-20 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) ngp.c: added save state support to the driver [Fabio Priuli] | 2013-05-19 | 1 | -10/+22 | |
| | | |||||
| * | (MESS) Modernized neogeo pocket video. (nw) | 2013-05-11 | 1 | -20/+11 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -2/+2 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+3 | |
| | | |||||
| * | unified formating of state class constructors, no functional change (nw) | 2013-04-10 | 1 | -22/+21 | |
| | | |||||
| * | (MESS) ngp.c: Minor cleanups (nw) | 2013-04-03 | 1 | -5/+9 | |
| | | |||||
| * | (MESS) ngp.c: Made the drivers a bit more user friendly. (nw) | 2013-03-08 | 1 | -3/+38 | |
| | | |||||
| * | Getting rid of DEVICE_IMAGE_START (nw) | 2013-02-06 | 1 | -54/+50 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -71/+71 | |
| | | |||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -3/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -40/+39 | |
| | | |||||
| * | (MESS) ngp.c: Implemented disabling the t6w28 output. (nw) | 2012-10-17 | 1 | -0/+2 | |
| | | |||||
| * | t6w28.c: Converted to C++. [Wilbert Pol] | 2012-10-16 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) ngp.c: Some small cleanups (nw) | 2012-10-16 | 1 | -23/+23 | |
| | | |||||
| * | (MESS) ngp.c: Added support for loading 32KB homebrew images. (nw) | 2012-10-16 | 1 | -1/+2 | |
| | | |||||
| * | modernization or timer callbacks part 3 - final (no whatsnew) | 2012-09-24 | 1 | -18/+18 | |
| | | |||||
| * | Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) | 2012-09-19 | 1 | -6/+6 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -4/+4 | |
| | | |||||
| * | Memory handler normalization, part 1. | 2012-09-17 | 1 | -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. | 2012-09-12 | 1 | -13/+13 | |
| | | |||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+862 | |
