summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas16b.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-197/+197
* segas16b.c: decrypted aliensyn7 sound rom [Charles MacDonald] Michaël Banaan Ananas2012-12-231-2/+2
* New clone added Michaël Banaan Ananas2012-12-231-0/+51
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
* Some more cleanup (nw) Miodrag Milanovic2012-09-181-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-14/+14
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-87/+87
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-65/+65
* More Sega updates: Aaron Giles2012-08-131-22/+23
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-108/+106
* Sega 16-bit cleanup, part 2 (still WIP): Aaron Giles2012-08-081-33/+28
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-2408/+2129
* fix mame-specific unreachable code, JWallace can fix the bfm one Michaël Banaan Ananas2012-07-251-1/+1
* added the earlier fz2 version as well Michaël Banaan Ananas2012-07-061-1/+32
* New Working Game Added Michaël Banaan Ananas2012-06-281-18/+130
* segas16b.c: Corrected the rom labels for the Japanese Cotton set and added th... Brian Troha2012-05-151-4/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-38/+42
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-17/+17
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-6/+6
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-6/+6
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-13/+13
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-28/+28
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* segas16b.c: Differentiate between ROM Board Type and ROM Board Number - NW Brian Troha2012-03-081-64/+66
* segas16b.c: Minor doc update - Some Sega game/rom # updates from various pics... Brian Troha2012-03-081-1/+4
* segas16b.c: Alien Syndrome minor doc update - NW Brian Troha2012-03-011-1/+4
* new working clone - Alt Beast set 5 (formerly Juuouki set 2) Brian Troha2012-02-201-71/+47
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaël Banaan Ananas2012-02-111-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* companyname ISG -> bootleg (ISG) Michaël Banaan Ananas2011-10-231-7/+4
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-248/+344
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* correct year, nw Michaël Banaan Ananas2011-07-071-1/+1
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-88/+79
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-79/+88
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-45/+45
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-94/+94
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-129/+129
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-15/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1