summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h, also MT #4356 Angelo Salese2011-12-071-15/+13
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-0/+2
* Small note change Angelo Salese2011-11-101-1/+1
* Some bug-fixes Angelo Salese2011-11-091-6/+5
* Implemented FRC hook-up to Sega System 24 HW, fixes missing SFXs to Bonanza B... Angelo Salese2011-11-091-31/+20
* Bonanza Bros. with correct SFX, lesse if nothing get broken (obviously going ... Angelo Salese2011-11-091-17/+73
* Placeholder, nw Angelo Salese2011-11-081-0/+12
* How about a GIS for Bonanza Bros.? nw Angelo Salese2011-11-061-2/+3
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-162/+143
* 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