summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/system1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-667/+0
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-6/+6
* system1 also disliked it, glitchy sprites in gardiab / gardiaj, broken scroll... David Haywood2015-10-271-7/+16
* fix MT06024 (hvymetal not working) David Haywood2015-09-031-0/+1
* system1: use standard palette device ram Dirk Best2015-08-121-33/+14
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* Update for Jarek Parchanski (nw) Miodrag Milanovic2015-05-121-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Fixed most (all) system1.c save state regressions (nw) Ivan Vangelista2014-08-121-0/+1
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-2/+2
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-8/+8
* better this way than specifying our own size Michaël Banaan Ananas2013-07-231-4/+4
* fix array out of bounds? Michaël Banaan Ananas2013-07-221-2/+1
* added assert in src/mame/video/system1.c (nw) Oliver Stöneberg2013-07-221-0/+1
* fixed array out-of-bounds access in src/mame/video/system1.c (nw) Oliver Stöneberg2013-07-221-1/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-1/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-5/+5
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-35/+32
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-25/+25
* fix array out of bounds access Michaël Banaan Ananas2012-10-061-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-3/+2
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-24/+21
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-3/+3
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-46/+36
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-15/+15
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-12/+12
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-21/+21
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-8/+8
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-7/+7
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-10/+10
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-2/+2
* update to prev system1 commit Michaël Banaan Ananas2011-12-171-14/+20
* add todo notes Michaël Banaan Ananas2011-12-161-0/+7
* instead of discarding lowest bit of sprite-x and scroll-x, add support for su... Michaël Banaan Ananas2011-12-161-25/+31
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-51/+51
* BIG update. Aaron Giles2011-03-291-38/+38
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1