summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor doc update/correction about the Seta ST010 used for Twin Eagle II in th... Brian Troha2011-08-061-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+6
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-63/+63
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-92/+92
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Not Worth Mentioning Derrick Renaud2011-01-251-6/+6
* SSV: Hook up uPD96050 (ST-010) math/protection DSP [R. Belmont] R. Belmont2011-01-241-23/+112
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-6/+6
* ssv: removed some wrong info Roberto Zandona2011-01-151-21/+1
* SSV: improvements to flipscreen support [Roberto Zandona'] Roberto Zandona2011-01-131-2/+2
* Fixed some input issues in meosism, vasara, vasara2 and twineag2 (ssv.c) [Ta... Scott Stone2011-01-101-11/+21
* ssv: change default flipscreen dsw for mslider and stmblade Roberto Zandona2011-01-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-120/+120
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-30/+12
* ssv: removed offset values from the init; the offset now are handled by the C... Roberto Zandona2010-09-111-42/+23
* ssv: removed kludge for sprite x offset and implemented 1 bit of 7a-7b regist... Roberto Zandona2010-09-111-25/+24
* ssv: Roberto Zandona2010-09-101-47/+62
* [SSV] implemented visible area registers; now the resolution for all the game... Roberto Zandona2010-09-071-24/+60
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-61/+41
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* Convert seta.c, seta2.c, and ssv.c to driver_data. [Atari Ace] Aaron Giles2010-08-041-125/+166
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-2/+2
* 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-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-68/+29
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Updated segas32, simpl156, seibuspi, ssv, and stlforce to use eeprom device. Aaron Giles2009-12-241-27/+11
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-39/+39
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-8/+8
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-30/+30
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-19/+19