summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaorun.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3138/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-56/+47
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New working clones hap2021-04-151-9/+137
* outrun: add note hap2021-04-141-15/+18
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-4/+4
* Fix sega outrun and system 16b, some confusion between regions and shares and... Olivier Galibert2020-11-241-2/+2
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-14/+14
* further macro removal work (nw) Ivan Vangelista2020-05-181-8/+8
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-17/+17
* Fix some spelling mistakes Zoë Blade2019-10-211-6/+6
* segaic16.cpp: Code cleanup, reorganization and decoupling (nw) AJR2019-10-191-3/+3
* Emulate ADC0804 and add device to various drivers AJR2019-10-161-9/+22
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* machine/segaic16.cpp : Updates cam9002019-05-191-4/+4
* segaic16_road.cpp : Updates cam9002019-05-181-32/+29
* devices/machine/watchdog.cpp : Simplify handlers cam9002019-03-311-1/+1
* minor changes to MAME's SEGA FD1089 keys to match the format of real ones; th... andreasnaive2018-12-311-5/+4
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-44/+47
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-4/+3
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-3/+3
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1
* various drivers: A few Rom/rom to ROM braintro2018-11-031-48/+48
* Minor doc updates about Hang On and Super Hang On (nw) braintro2018-10-191-1/+1
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-15/+13
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-5/+5
* More custom MCFG results, nw mooglyguy2018-06-051-5/+4
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* 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-34/+34
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-26/+26
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+38
* 315-5195 mapper has same clock as CPU (nw) AJR2018-03-041-1/+3
* sega_315_5195: Internalize communication latches AJR2018-03-041-49/+2
* sega_315_5195, sega_315_5250: Make sound read/write delegates standard device... AJR2018-02-171-3/+5
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7