summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/k1ge.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
|
* get rid of unneeded handler Michaël Banaan Ananas2014-06-051-24/+14
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+6
| | | note: Aaron please give more descriptive text for release log I have no more strength :)
* fixed more faulty PALETTE_INIT modernizations (nw) Oliver Stöneberg2013-08-091-0/+28
|
* fixed faulty PALETTE_INIT modernization (nw) Oliver Stöneberg2013-08-071-2/+2
|
* PALETTE_INIT modernizations Oliver Stöneberg2013-08-051-4/+4
|
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-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) Miodrag Milanovic2013-06-211-4/+4
|
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+0
|
* (MESS) ngp.c: added save state support to the driver [Fabio Priuli] Fabio Priuli2013-05-191-3/+23
|
* (MESS) Modernized neogeo pocket video. (nw) Wilbert Pol2013-05-111-261/+186
|
* Added description to k1ge, k2ge devices (nw) Scott Stone2013-03-221-2/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-44/+42
|
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
| | | | we can allocate objects of the real type.
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
|
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-31/+0
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-3/+61
|
* Removed zero sized inline_config (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+928