summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* equites.cpp: fixed flip screen for Splendor Blast and Hi Voltage (MT06411) (nw) Ivan Vangelista2016-10-241-2/+1
* srcclean (nw) Vas Crabb2016-10-233-7/+7
* Erase bitmap_rgb32::erase (nw) AJR2016-10-2213-17/+17
* Improvements to rgb_t (nw) AJR2016-10-2232-66/+66
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-2245-194/+194
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22969-14663/+14663
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-4/+4
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-216-8/+8
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-174-8/+11
* megasys1.cpp: added save state support (nw) Ivan Vangelista2016-10-101-4/+12
* chihiro.cpp: tidy up for pull (nw) yz70s2016-10-091-25/+3
* cninja.cpp: some work on cninjabl2. It now shows the tilemap layers and plays... Ivan Vangelista2016-10-051-0/+11
* Various input related bug-fixes to Wild Pilot: [Angelo Salese] angelosa2016-10-051-6/+0
* chihiro.cpp: clarifications and renaming for 3d matrices (nw) yz70s2016-10-041-4/+39
* make model 1 render list scanning code safer by masking accesses to the ram s... David Haywood2016-10-021-201/+218
* Fix various spelling fixes. Jordi Mallach2016-09-291-2/+2
* srcclean (nw) Vas Crabb2016-09-264-10/+10
* Merge pull request #1452 from mamehaze/shou_slap MetalliC2016-09-251-21/+31
|\
| * new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime] David Haywood2016-09-251-21/+31
* | Merge pull request #1431 from ajrhacker/ms1_tmap R. Belmont2016-09-244-894/+605
|\ \ | |/ |/|
| * Add tilemap device to cischeat.cpp; fix a few soundlatches (nw) AJR2016-09-223-545/+167
| * Move scroll update nearer to its former place; better if tilemaps get switche... AJR2016-09-211-2/+2
| * Make Mega System 1 tilemaps into a device AJR2016-09-213-349/+438
* | Fixed sprite priority bug with the ball being above the net in Euro League / ... angelosa2016-09-222-3/+2
|/
* Fix MT #02446 angelosa2016-09-161-4/+4
* Fixed mistake, nw angelosa2016-09-151-14/+7
* Converted rollrace.cpp foreground to tilemap system and fixed flip flags in i... angelosa2016-09-151-74/+76
* Added preliminary raster effects to tecmo.cpp, improves ending screen effect ... angelosa2016-09-151-6/+16
* Fix MT #00963 angelosa2016-09-141-1/+1
* superqix.cpp: Shuffled around the super qix machine configs to make a bit mor... Lord-Nightmare2016-09-131-2/+3
* Fixed text tilemap char select enable and opacity in Combat School [Angelo Sa... angelosa2016-09-121-4/+14
* superqix.cpp: Unified memory map for prebillian and hotsmash [Lord Nightmare] Lord-Nightmare2016-09-111-2/+0
* New machines added or promoted from NOT_WORKING status Luca Elia2016-09-101-14/+39
* Update xevious.cpp MASH2016-09-081-72/+0
* superqix.cpp: Got rid of timer hacks for z80<->mcu communication in hotsmash, Lord-Nightmare2016-09-071-5/+14
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* fmtowns: reduce logerror spam a bit mahlemiut2016-09-061-12/+13
* arkanoid.cpp: clean up variable names for eventual harmonization with other T... Lord-Nightmare2016-09-051-1/+1
* fmtowns: switch off layer debug keys by default mahlemiut2016-09-041-20/+18
* dooyong.cpp: clean up, encapsulate stuff, use derived machine configs, better... Vas Crabb2016-08-291-157/+141
* Misc. fixes (nw) AJR2016-08-281-0/+3
* srcclean and translation regeneration Vas Crabb2016-08-297-20/+20
* dooyong.cpp: better representation of how tilerom appears to hardware Vas Crabb2016-08-281-25/+24
* Change name Vas Crabb2016-08-281-1/+1
* Convert rshark/superx ROM-based tilemaps to device as well, remove all the tr... Vas Crabb2016-08-281-142/+48
* Make Dooyong tilemap generator into a device, move a whole lot of stuff from ... Vas Crabb2016-08-281-230/+201
* Merge pull request #1328 from johnparker007/bfm_dmd_hue Olivier Galibert2016-08-271-2/+2
|\
| * Adjust to much more accurately match the colour of BFM DMDs after reviewing v... John Parker2016-08-271-2/+2
* | Merge pull request #1325 from ajrhacker/palette_viewer R. Belmont2016-08-271-0/+4
|\ \
| * | Show color values in palette viewer AJR2016-08-261-0/+4