summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/deco_ace.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in ↵ Vas Crabb2022-06-271-246/+0
| | | | src/tools).
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-7/+7
|
* srcclean (nw) Vas Crabb2020-03-221-3/+3
|
* WIP deco_ace QA (nw) Angelo Salese2020-03-161-2/+5
|
* deco_ace.cpp : Fix spacing cam9002020-02-291-1/+1
|
* deco32.cpp : Improve blending behavior for Tattoo Assassins cam9002020-02-291-1/+7
| | | | | | Add notes, Implement runtime color bank changes, Reduce duplicates deco_ace.cpp : Add notes for alpha value usage deco16ic.cpp : Implement runtime color bank changes, Fix 8bpp color base
* Improve mixing behavior related to DECO ACE chip (#6370) cam9002020-02-271-36/+15
| | | | | | | | | * Improve mixing behavior related to DECO ACE chip boogwing.cpp : Fix priority with alternative palette fading, Fix palette effects deco32.cpp : Add notes, nslasher : Fix palette effects, Background color deco16ic.cpp : Fix drawing behavior with 16bit indexed bitmap * deco_ace.cpp : Add notes of splitted palette area
* boogwing.cpp : Fix tilemap in some final stage effects, Fix palette effect ↵ cam9002020-02-201-18/+20
| | | | | | boundary deco_ace.cpp : Add notes, Use fixed point values for palette fading behavior
* boogwing.cpp : Further blending implementation, Typo (#6316) cam9002020-02-171-2/+4
| | | | | | | | | | | | | | * boogwing.cpp : Further blending implementation, Typo * deco_ace.cpp : Add notes * deco32.cpp : ACE ram is not masked * deco_ace : Minor fix addressing * boogwing.cpp : Add reference * boogwing.cpp : Partially blended tilemap handling
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove ↵ AJR2018-06-241-3/+3
| | | | now-superfluous .get() in many drivers/devices (nw)
* deco_ace: Internalize palette (nw) AJR2018-05-061-2/+2
|
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-10/+0
|
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-3/+3
|
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-14/+14
|
* deco_ace: Fix a few dimension errors (nw) AJR2018-01-251-10/+10
|
* deco_ace.cpp/h: Really fix line endings (nw) AJR2018-01-251-254/+0
|
* cninja.cpp: Fix compile (nw) AJR2018-01-251-255/+509
| | | | deco_ace.cpp/h: Fix line endings (nw)
* Deco ACE: Fix color update (#3122) cam9002018-01-251-55/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split Data East ACE Chip Emulation * Add deco_ace.cpp * Update deco_ace.cpp * Update deco_ace.h * Update boogwing.h * Update boogwing.cpp alpha blend/palette effect improvements * Update boogwing.cpp * Update deco_ace.cpp * Update deco32.h * Update deco32.cpp split DECO ACE Emulation * Update deco32.cpp * Update deco32.cpp * Update deco_ace.cpp * Copyright holder / some update. Demote Boogie Wings with MACHINE_IMPERFECT_GRAPHICS * Typo * Typo(2) * Revert copyright holder, nw * deco_ace.cpp : doc update * deco_ace.cpp : revert copyright holder, update docs, convert multiplicative fade algorithm to fixed point, implement additive fading effect. deco32.cpp : update docs boogwing.cpp : update alpha blending notes * deco_ace : Revert "convert multiplicative fade algorithm to fixed point" * deco_ace : fix color
* Split Data East ACE Chip Emulation (#3100) cam9002018-01-251-0/+271
* Split Data East ACE Chip Emulation * Add deco_ace.cpp * Update deco_ace.cpp * Update deco_ace.h * Update boogwing.h * Update boogwing.cpp alpha blend/palette effect improvements * Update boogwing.cpp * Update deco_ace.cpp * Update deco32.h * Update deco32.cpp split DECO ACE Emulation * Update deco32.cpp * Update deco32.cpp * Update deco_ace.cpp * Copyright holder / some update. Demote Boogie Wings with MACHINE_IMPERFECT_GRAPHICS * Typo * Typo(2) * Revert copyright holder, nw * deco_ace.cpp : doc update * deco_ace.cpp : revert copyright holder, update docs, convert multiplicative fade algorithm to fixed point, implement additive fading effect. deco32.cpp : update docs boogwing.cpp : update alpha blending notes * deco_ace : Revert "convert multiplicative fade algorithm to fixed point"