summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* segas24: Start untangling the Vogon poetry Atari Ace left is his wake. Olivier Galibert2011-04-171-325/+482
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-172/+172
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-93/+93
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-214/+236
* Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. Aaron Giles2011-03-101-11/+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-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+11
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Sega misc wip: Fabio Priuli2010-01-311-1/+0
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Clean up initialization, timer usage, memory management in several Aaron Giles2009-12-181-13/+16
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-7/+7
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* > -----Original Message----- Aaron Giles2009-10-211-9/+3
* segas24 rom games don't have NVRAM, this fixes nvram_save writing 0KB file Michaƫl Banaan Ananas2009-09-091-20/+24
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-24/+24
* Fixed a few years entry for Sega games, so that they reflect their title scre... Fabio Priuli2009-04-161-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-31/+31
* Ok, this is The Big One. Aaron Giles2009-02-111-33/+8
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-1/+1
* Removed cpunum_get_active(). Aaron Giles2008-12-061-3/+3
* Replaced printf("%d", cpunum_get_active()) with printf("%s", space->cpu->tag)... Andrew Gardner2008-11-271-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* replaced parent crkdown image with one containing valid settings data (preven... davidhay2008-11-201-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-2/+2
* address space compilation errors. smf-2008-11-151-2/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-31/+31