summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/neogeo.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-278/+0
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-5/+2
* neogeo: use real palette_device (nw) Alex W. Jackson2014-05-281-115/+37
* xexex.c: small cleanup to audiocpu banking; start removal of KONAMI_ROM_DEINT... Alex W. Jackson2014-05-281-0/+46
* short whatsnew: fixed some gfx bugs in midas.c "livequiz" David Haywood2014-05-151-621/+33
* add note Michaƫl Banaan Ananas2014-03-141-3/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Fixed MT04726 Alex W. Jackson2014-01-201-2/+2
* Unchanged crap code of two years ago is still crap code (nw) Olivier Galibert2013-11-251-8/+9
* resurrect some old MVS multi-slot code David Haywood2013-11-251-9/+8
* NeoGeo improvements: [Alex Jackson] Alex W. Jackson2013-11-051-30/+21
* neogeo.c: fix memory leak, clean up inputs a bit [Alex Jackson] Alex W. Jackson2013-08-071-15/+19
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-6/+6
* Modernization of drivers part 13 (no whatsnew) Miodrag Milanovic2013-02-121-108/+89
* neogeo.c: removed some more tagmap lookups. (nw) Wilbert Pol2013-02-101-24/+21
* neogeo.c/ng_aes.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-9/+9
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-6/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-58/+58
* Also reset the YM2610 when resetting the Z80, seems to avoid some lost sounds... David Haywood2012-12-071-2/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-14/+12
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-40/+39
* 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-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-21/+18
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-1/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-6/+6
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-4/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-99/+99
* BIG update. Aaron Giles2011-03-291-78/+78
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-13/+13
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* video/neogeo.c: Call optimize_sprite_data() at VIDEO_RESET (for the convenien... Phil Bennett2010-10-121-0/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-28/+28