summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/neogeo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Let's see if we can put a bunch of nails in the coffin of hiscore.dat: Fabio Priuli2009-12-121-200/+197
* From: Christophe Jaillet [christophe.jaillet@wanadoo.fr] Aaron Giles2009-09-241-6/+6
* Bulk change alert. Aaron Giles2009-04-261-6/+5
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* A few more activecpu's. Aaron Giles2008-12-071-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-13/+13
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-10-091-8/+4
* Cleanups and version bump.mame0127u5 Aaron Giles2008-09-261-1/+1
* Hi, Aaron Giles2008-09-261-1/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-5/+5
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-11/+11
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-1/+3
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-4/+4
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-6/+6
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-13/+12
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-4/+4
* Fixed silly typo in neogeo driver. Aaron Giles2008-01-041-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-0/+1
* Changes for MAME 0.122. Aaron Giles2007-12-181-0/+6
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+931