summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sega_scu.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-7/+7
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-26/+14
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-15/+15
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-11/+11
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-12/+12
* scudsp, sega_scu, serflash, smartmed, smc91c9x, smioc, smpc : removed MCFG ma... Ivan Vangelista2018-10-261-12/+13
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Unbreak SCU (nw) angelosa2018-04-201-2/+2
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-17/+18
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-7/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Moved internal SCUDSP program/data maps into CPU core (nw) angelosa2017-10-231-10/+0
* srcclean (nw) Vas Crabb2017-10-221-42/+42
* Don't let SCU DSP go anywhere, use device_reset_after_children() (nw) angelosa2017-10-171-1/+9
* stvvdp1.cpp: fixed potential crash (nw) angelosa2017-10-101-1/+1
* stv.cpp: batmanfr input labels (nw) angelosa2017-10-101-1/+35
* saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] angelosa2017-10-091-0/+776