summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315-5881_crypt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with letters: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-7/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-6/+1
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-3/+0
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-0/+5
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-2/+2
* Standardized protection accessors for model 2 & model 3 5881 device (nw) angelosa2018-02-241-0/+12
* forward universal references when setting callbacks in cases I noticed when l... Vas Crabb2018-02-221-4/+1
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-4/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+3
* override part 3 (nw) Miodrag Milanovic2015-12-051-2/+2
* All files now do have owner (nw) Miodrag Milanovic2015-05-211-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-3/+0
* 315-5881_crypt.c: Key scheduling simplifications [Andreas Naive] andreasnaive2015-01-231-2/+2
* fix decompression case for twcup98 title screen (nw) mamehaze2015-01-221-0/+2
* (nw) mamehaze2015-01-211-1/+4
* misc 315-5881 (nw) mamehaze2015-01-211-2/+3
* let's maintain the '315-5881- keys in 'machine/315-5881_helper.c' until the k... mamehaze2015-01-211-0/+2
* Two new key bits for SEGA's 315-5881 encryption andreasnaive2015-01-201-2/+4
* oops, didn't mean to change this (nw) David Haywood2015-01-201-1/+1
* some changes to the 315-5881 to allow basic multiple stream support, astrass ... David Haywood2015-01-201-1/+3
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* 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/+87