summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neogeo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-11/+11
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-11/+11
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* 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-98/+98
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-14/+14
* BIG update. Aaron Giles2011-03-291-117/+117
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. Aaron Giles2011-03-101-17/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-5/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-19/+19
* 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-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* Neo-Geo updates [Johnboy]: Phil Bennett2010-09-281-0/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-8/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-39/+39
* neogeo.c changes: Phil Bennett2010-07-291-5/+5
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+8
* A bunch of neogeo clean-ups, not worth mentioning Angelo Salese2010-02-131-4/+4
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-3/+3
* Let's see if we can put a bunch of nails in the coffin of hiscore.dat: Fabio Priuli2009-12-121-170/+205
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Partially converted NEC uPD4990A RTC to be a MAME device. Moved clock init to... Fabio Priuli2009-06-011-33/+11
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-14/+14
* Bulk change alert. Aaron Giles2009-04-261-8/+1
* Cleanups and version bump. Aaron Giles2009-04-091-13/+13
* neogeo (small) fixes: Fabio Priuli2009-04-011-4/+25
* Cleanups and version bump. Aaron Giles2009-03-191-85/+85
* NeoGeo update from Johnboy davidhay2009-03-091-2/+96
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1