tent='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scotrsht.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-254/+0
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-2/+2
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+18
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from the rest of th... Ivan Vangelista2019-02-221-18/+17
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* misc copyright assignment + privatization DavidHaywood2018-06-261-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* MCFG_CPU_VBLANK_INT line callback replacements for many old Konami games (nw) AJR2018-03-281-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+37
* API change: Memory maps are now methods of the owner class [O. Galibert]