summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-112-9/+9
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-1150-172/+172
* Slightly less abusive gfx_element hacking in atarimo, fixing Aaron Giles2012-09-101-10/+21
* Fix jaguar problems caused, of all things, but having Aaron Giles2012-09-091-12/+0
* resnet.h hates me Michaël Banaan Ananas2012-09-091-0/+14
* update notes 2 Michaël Banaan Ananas2012-09-091-0/+7
* Promoted brickzn to playable state [Luca Elia] Luca Elia2012-09-091-20/+42
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-0914-39/+39
* WIP stuff Michaël Banaan Ananas2012-09-081-2/+27
* k001604: Set tilemap origin based on cliprect. Ville Linde2012-09-081-0/+6
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-2/+2
* one more down (no whatsnew) Miodrag Milanovic2012-09-071-1/+1
* fix compile (nw) Miodrag Milanovic2012-09-071-6/+6
* tilemap_create_device users modernized (no whatsnew) Miodrag Milanovic2012-09-0714-1674/+1558
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-069-82/+70
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-06416-6156/+5196
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-06164-757/+746
* Converted Namco C40 road chip to a device. Updated users. Aaron Giles2012-09-052-12/+5
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-05399-1149/+1149
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-054-102/+70
* Some Namco System 2 cleanups, removing the need for Aaron Giles2012-09-041-109/+97
* Clean up Midway video decoding, removing need for AM_BASE/_SIZE_LEGACY. Aaron Giles2012-09-041-5/+6
* First pass at modernizing the jaguar/cojag driver. Removed all Aaron Giles2012-09-033-422/+362
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-037-744/+0
* One line to conquer 'em all ... Angelo Salese2012-09-031-5/+5
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-0314-104/+1989
* Bunch of SNES changes, nw Angelo Salese2012-09-031-0/+6
* Remove some AM_LEGACY_BASE stuff. Aaron Giles2012-09-022-7/+13
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-0212-1590/+1683
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-302-12/+21
* F-Zero runs without hacks, needs to implement the communication now ... Angelo Salese2012-08-261-3/+2
* MT #03398, fixed SNES VRAM size Angelo Salese2012-08-221-10/+10
* State-ized snes_vram too Angelo Salese2012-08-221-44/+42
* State-ized CG RAM, nw Angelo Salese2012-08-221-28/+27
* (MESS) Fixed vertical sprite wrap-around in SNES driver [Angelo Salese] Angelo Salese2012-08-221-2/+2
* Moved snes_oam in the state machine, allows to be showable in the debugger, nw Angelo Salese2012-08-221-16/+16
* Brave man does brave things ... (nw) Angelo Salese2012-08-221-30/+31
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-2012-51/+51
* Better save support on a few Kaneko devices. Some mpu4 driver crash fixes an... Scott Stone2012-08-161-1/+17
* killed off the ancient vdp implementation so we're all using the current one ... Scott Stone2012-08-162-1322/+24
* Modernized Sega Y-board driver. Aaron Giles2012-08-142-34/+20
* Finish splitting the mpu4bwb.c file up. Put Kaneko calc3 on it's own timer, ... Scott Stone2012-08-131-1/+7
* More Sega updates: Aaron Giles2012-08-132-32/+27
* some small optimizations by using const references (no whatsnew) Oliver Stöneberg2012-08-121-1/+1
* Made Kaneko's grap2 (rle blitter + framebuffer) a device, cleaning up some co... Scott Stone2012-08-112-0/+252
* Several new files due to splitting up of mpu4.c - From Haze (nw) Scott Stone2012-08-101-0/+6
* pulled galpani2 away from kaneko16.c as well, plus general cleanups, dupe fix... Scott Stone2012-08-102-9/+0
* New clones added Luca Elia2012-08-101-0/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-103-49/+41