summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaybd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2835/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-84/+78
* 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
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-1/+1
* New working machines hap2020-07-211-1/+1
* segaybd: add note regarding rchase freeplay hap2020-07-191-1/+1
* segaybd.cpp: dumped GLOC drive board ROM and added placeholders for the ones ... Ivan Vangelista2020-07-141-5/+45
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-3/+3
* further macro removal work (nw) Ivan Vangelista2020-05-181-4/+4
* Correct the double key assignment acceleration and shifting (#6445) MASH2020-04-081-1/+1
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* segaic16.cpp: Code cleanup, reorganization and decoupling (nw) AJR2019-10-191-0/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* segaybd.cpp: Fix Power Drift PCM EPROM locations [Phil Bennett] Philip Bennett2019-08-221-10/+10
* (nw) segaybd.cpp: Add in game board ID# for Power Drift (Japan) set braintro2019-07-261-0/+1
* Make more use of the NODEVICE_LAN flag (nw) (#5235) Hydreigon2019-06-141-3/+3
* machine/segaic16.cpp : Updates cam9002019-05-191-1/+1
* various documentation updates, ROM labels listed as shown in pictures (nw) braintro2019-04-091-0/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+1
* segaybd.cpp : Reduce unused (#4699) cam9002019-03-011-1/+0
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Fix regressions from recent comit, nw mooglyguy2018-12-271-4/+4
* -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-271-4/+4
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-43/+43
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-6/+6
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-3/+3
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+1
* various drivers: A few Rom/rom to ROM braintro2018-11-031-7/+7
* -m6m80011ap, mb14241, mb3773: De-MCFG, nw mooglyguy2018-09-071-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* mb8421: Convert callbacks to devcb3 and update to recent coding standards (nw) AJR2018-08-021-3/+3
* devcb3 Vas Crabb2018-07-071-9/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* More custom MCFG results, nw mooglyguy2018-06-051-4/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-28/+28
* 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-22/+22
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-72/+81
* Cleanup address map remnants (nw) Olivier Galibert2018-03-081-7/+0
* segaybd.cpp: Soundlatch modernization (nw) AJR2018-03-031-36/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+1