summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-3139/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-70/+70
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-1/+1
* part of license work for Kale, mostly those that needs to be GPL (nw) Miodrag Milanovic2015-05-121-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added #include <string> in emucore.h (sorry will do a full build) Miodrag Milanovic2015-04-121-5/+5
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* start using callbacks for decathlete style decompression (start of refactorin... mamehaze2015-01-271-1/+13
* move decathlete protection in a device, moved the doa protection sim there to... mamehaze2015-01-261-12/+18
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+18
* kill off old ST-V protection simulation code, all games now use the 315-5881 ... mamehaze2015-01-221-6/+6
* protection keys for Elan Doree, Steep Slope Sliders, Radiant Silvergun MetalliC2015-01-221-12/+8
* Final Fight Revenge promoted to working [MetalliC] MetalliC2015-01-221-1/+1
* using actual Sega 315_5881 decryption for 'astrass' set (not yet working for ... David Haywood2015-01-201-5/+0
* just test code (nw) mamehaze2014-11-041-1/+1
* move 315-5881 based encryption to it's own file, allowing me to experiment wi... mamehaze2014-11-021-0/+3
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-5/+5
* more generic cart slot conversions. nw. Fabio Priuli2014-10-011-136/+112
* sh2: fix and enable memory system bypass for SH-1 & SH-2 DRC. [R. Belmont] R. Belmont2014-07-041-0/+7
* adsp21xx_device: converted to devcb2 (nw) Ivan Vangelista2014-04-221-7/+0
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-1/+1
* modernized cage, dcs and midwayic (nw) Miodrag Milanovic2014-04-201-3/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-3/+3
* sh2: converted to use delegates, so to finally remove the remaining static va... Fabio Priuli2014-04-151-6/+2
* scudsp_cpu_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-7/+3
* sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-121-89/+89
* smpc moved to state, need to be device-fied in future (nw) Miodrag Milanovic2014-04-031-1/+1
* ah, forgot these (nw) Miodrag Milanovic2014-03-211-11/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Moved decathlt protection (?) related functions into the driver class. Needs ... Ivan Vangelista2013-11-221-2/+4
* Moved stv protection related functions into the driver class. (nw) Ivan Vangelista2013-11-211-7/+7
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-17/+17
* IPT_START changed to IPT_START1 or IPT_START2 where multiple start buttons ex... Scott Stone2013-11-041-3/+3
* MT #05142 Angelo Salese2013-10-271-2/+2
* Licenses Angelo Salese2013-10-211-0/+2
* Removed old SCUDSP, not worth it anyway Angelo Salese2013-10-161-1/+0
* More progresses, Magical Hoppers boots Angelo Salese2013-10-101-1/+8
* Almost there, baby Angelo Salese2013-10-101-2/+2
* Checkpoint Angelo Salese2013-10-101-0/+8
* Hooked SCUDSP to machine struct Angelo Salese2013-10-101-0/+7
* Minor mods to make test1f diag life easier, nw Angelo Salese2013-09-211-2/+27
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-3/+3