Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GPL - > LGPL for Kale (nw) | 2015-05-13 | 1 | -2/+2 | |
| | |||||
* | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | Cleanups and version bump | 2014-07-22 | 1 | -2/+2 | |
| | |||||
* | get rid of unneeded handler | 2014-06-05 | 1 | -24/+14 | |
| | |||||
* | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -4/+6 | |
| | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
* | fixed more faulty PALETTE_INIT modernizations (nw) | 2013-08-09 | 1 | -0/+28 | |
| | |||||
* | fixed faulty PALETTE_INIT modernization (nw) | 2013-08-07 | 1 | -2/+2 | |
| | |||||
* | PALETTE_INIT modernizations | 2013-08-05 | 1 | -4/+4 | |
| | |||||
* | Created new device_video_interface. Right now its sole purpose is to | 2013-07-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | house a screen tag and to find the screen at startup, providing an m_screen object that can be used. One nice feature is that if there is only one screen and no screen has been specified, it will auto configure to that screen. This removes the need to explicitly specify a screen in the configuration for a large chunk of drivers (though doing so never hurts). A new macro MCFG_VIDEO_SET_SCREEN is provided, though devices are encouraged to define their own that maps there so it is obvious which device is being targeted. The device_video_interface's validation function will error if an invalid screen is specified or if no screen is provided but there are multiple screens present. Updated all devices that currently had an m_screen in them to use the device_video_interface instead. This also has the nice benefit of flagging video-related devices for categorization purposes. It also means all these devices inherit the same screen-finding behaviors. For devices that had interfaces that specified a screen tag, those have been removed and all existing structs updated. Added an optional_device<screen_device> m_screen to the base driver_device. If you name your screen "screen" (as most drivers do), you will have free access to your screen this way. Future updates include: * Updating all devices referencing machine.primary_screen to use the device_video_interface instead * Updating all drivers referencing machine.primary_screen to use the m_screen instead * Removing machine.primary_screen entirely | ||||
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) | 2013-06-21 | 1 | -4/+4 | |
| | |||||
* | Cleanups and version bumpmame0148u5 | 2013-05-20 | 1 | -1/+0 | |
| | |||||
* | (MESS) ngp.c: added save state support to the driver [Fabio Priuli] | 2013-05-19 | 1 | -3/+23 | |
| | |||||
* | (MESS) Modernized neogeo pocket video. (nw) | 2013-05-11 | 1 | -261/+186 | |
| | |||||
* | Added description to k1ge, k2ge devices (nw) | 2013-03-22 | 1 | -2/+2 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -44/+42 | |
| | |||||
* | Stop allocating arrays of UINT8s for the tokens, when | 2012-09-18 | 1 | -2/+2 | |
| | | | | we can allocate objects of the real type. | ||||
* | Final round of struct/union/enum normalization. | 2012-09-16 | 1 | -2/+1 | |
| | |||||
* | Cleanup and some inheritance fixes (no whatsnew) | 2012-09-03 | 1 | -31/+0 | |
| | |||||
* | conversion of legacy devices into modern wip (no whatsnew) | 2012-09-03 | 1 | -3/+61 | |
| | |||||
* | Removed zero sized inline_config (no whatsnew) | 2012-08-30 | 1 | -1/+0 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+928 | |